body
{
	color: rgb(0, 0, 0);
	margin: 0px auto;
	position: relative;
	width: 980px;
}

img {border: 0;}

a {outline: none;}

/* header section*/
.header
{
	background-color: rgb(204, 102, 0);
	background-image: url('../images/header_logo.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 248px;
	width: 980px;
	margin-left: 20px;
}

.logo
{
	position: absolute;
	top: 143px;
	left: 615px;
}

.contact
{
	height: 20px;
	left: 900px;
	position: absolute;
	top: 5px;
	width: 100px;
}

.contact .spacer
{
	background-image: url('../images/tab_transparency.png');
	float: right;
	height: 100%;
	width: 10px;
}

.contact .content {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.5px;
	line-height: 20px;
	margin-right: 10px;
}

.contact a {text-decoration: none;}
.contact a:link {color: rgb(255, 255, 255);}
.contact a:visited {color: rgb(255, 255, 255);}
.contact a:active {color: rgb(255, 255, 255);}
.contact a:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.menubar
{
	background-image: url('../images/menubar_background.png');
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: 85px;
	margin-left: 20px;
	margin-top: 20px;
	width: 980px;
}

.menudivider
{
	background-image: url('../images/menubar_divider.png');
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 10px;
}

.menudivider_first {background-image: url('../images/menubar_divider_first.png');}
.menudivider_first_left_hover {background-image: url('../images/menubar_divider_first_hover.png');}

.menudivider_left_hover {background-image: url('../images/menubar_divider_left_hover.png');}
.menudivider_right_hover {background-image: url('../images/menubar_divider_hover.png');}

.menuitem
{
	color: rgb(186, 186, 186);
	float: left;
	height: 85px;
	letter-spacing: -.5px;
}

.menuitem .padding {padding: 30px 30px 0 5px;}

.menuitem_hover
{
	background-image: url('../images/menubar_background_hover.png');
	cursor: pointer;
}

.menuitem a {text-decoration: none;}
.menuitem a:link {color: rgb(0, 0, 0);}
.menuitem a:visited {color: rgb(0, 0, 0);}
.menuitem a:active {color: rgb(0, 0, 0);}
.menuitem a:hover {color: rgb(0, 0, 0);}

.menuitem_hover a {text-decoration: none;}
.menuitem_hover a:link {color: rgb(204, 102, 0);}
.menuitem_hover a:visited {color: rgb(204, 102, 0);}
.menuitem_hover a:active {color: rgb(204, 102, 0);}
.menuitem_hover a:hover {color: rgb(204, 102, 0);}

/* content section */
.mainarea
{
	width: 980px;
	margin-left: 20px;
	margin-top: 45px;
}

.mainarea .maintext
{
	font-family: georgia, serif;
	font-size: 14px;
	width: 540px;
	float: left;
}

.maintext a {
	color: rgb(165, 83, 1);
	text-decoration: none;
}
.maintext a:hover {text-decoration: underline;}

/* footer section */

.footer
{
	color: rgb(105, 105, 105);
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 70px;
	letter-spacing: -.5px;
	line-height: 17px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 540px;
}

.footer .padding {
	padding-top: 20px;
}

.footer .leftpane {
	float: left;
	margin-top: 25px;
}
.footer .rightpane { float: right; }

.footer a {text-decoration: none;}
.footer a:link {color: rgb(105, 105, 105);}
.footer a:visited {color: rgb(105, 105, 105);}
.footer a:active {color: rgb(105, 105, 105);}
.footer a:hover {color: rgb(105, 105, 105);}
