/* CSS Document */

body {
	background-image:url(../images/mainbgtile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2b2b2b;
}

a {color:#678090;}

li {margin-bottom:8px;}

#mainwrapper {
	background-image:url(../images/bodybg.jpg);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-370px;
	margin-bottom:30px;
	position:absolute;
	top:0px;
	width:740px;
}

#footer {
	background-color:#2c2c2c;
	margin:20px 0px 0px 16px;
	width:710px;
	height:20px;
	font-size:10px;
	padding-top:7px;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color:#658091;
}


#bodywrap {
	margin:25px auto 0px auto;
	width:660px;
}

#menubar {
	background-image:url(../images/menubg.jpg);
	background-repeat:no-repeat;
	height:41px;
	padding-left:18px;
}

#header {margin:0px 0px 0px 0px;padding:0px;height:137px;}

.section_header {
	color:#687E8B;
	font-size:16px;
	text-transform:uppercase;
	line-height:35px;
	font-weight:bold;
	}

.about_button {float:left;height:37px;width:104px;margin-right:6px;}
.about_button a {background:transparent url(../images/about_off.jpg);display:block;height:37px;width:104px;no-repeat top left;}
.about_button a:hover {background:transparent url(../images/about_on.jpg);}

.services_button {float:left;height:37px;width:103px;margin-right:5px;}
.services_button a {background:transparent url(../images/services_off.jpg);display:block;height:37px;width:103px;no-repeat top left;}
.services_button a:hover {background:transparent url(../images/services_on.jpg);}

.careers_button {float:left;height:37px;width:101px;margin-right:4px;}
.careers_button a {background:transparent url(../images/careers_off.jpg);display:block;height:37px;width:101px;no-repeat top left;}
.careers_button a:hover {background:transparent url(../images/careers_on.jpg);}

.contact_button {float:left;height:37px;width:135px;}
.contact_button a {background:transparent url(../images/contact_off.jpg);display:block;height:37px;width:135px;no-repeat top left;}
.contact_button a:hover {background:transparent url(../images/contact_on.jpg);}