@charset "UTF-8";
/* CSS Document */
body {
	text-align:center; /* centers #contentwrapper */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#d3e6f1 url(../images/bottomgrad.png) repeat-x;
	background-position:bottom;
	font-size:0px;color:#5B6267; /* font size set to 0 to prevent extra white space in IE 6 & 7 */
	margin: 0px; padding:0px;
	height:100%; width:100%;
}
.clear {clear: both;font-size:0px;}
img {border:0;}
a {outline:none;}


/*** STRUCTURE ***/
#topgradient { /* contains top gradient image */
	background:url(../images/sitebg.jpg) repeat-x; /* top gradient. needed here and in #contentwrapper to fill 100% browser window. */
	width:100%;
	height:500px;
	position:absolute;
	top:0; left:0;
	z-index:1;
}
#contentwrapper { /* includes header, content, and footer */
	background:url(../images/sitebg.jpg) repeat-x; /* top gradient. needed here and in #topgradient to prevent problem with browser resizing. */
	margin:0px auto 0px auto;
	width:905px;
	text-align:left;
	font-size:12px;
	padding:0px 40px 125px 40px; /* bottom padding adjusts space under footer */	
	height:auto;
	position:relative; /* needed for content to appear over top gradient */	
	z-index: 2;
}


/*** HEADER AND NAVIGATION ***/
#header {height:120px;} /* contains logo and navigation */
.logo {float:left;margin:9px 0px 0px 0px;}

#nav {float:right;font-size:14px;font-weight:bold;margin:92px 5px 0px 0px;width:675px;height:20px;}
#nav ul {float:right;margin:0px;}
#nav ul li {
	display:inline;
	padding:0px 3px 0px 3px; /* space between nav links */	
	float:left;
	text-align:center;
	line-height:15px; /* needed for proper hover tab alignment in all browsers */
}
#nav ul li a:link {float:left;color:#999999;text-decoration:none;padding:5px 12px 5px 12px;} /* space around nav links. float needed for proper hover tab alignment in all browsers */
#nav ul li a:visited {float:left;color:#999999;text-decoration:none;padding:5px 12px 5px 12px;} 
#nav ul li a:hover {float:left;color:#FFFFFF;text-decoration:none;padding:5px 12px 5px 12px;}

/* current page and hover styling for main navigation */
#home.selected:link, #home.selected:visited, #home:hover {background:url(../images/navoverhome.png) no-repeat center;color:#FFFFFF;}
#about.selected:link, #about.selected:visited, #about:hover {background:url(../images/navoverabout.png) no-repeat center;color:#FFFFFF;}
#locations.selected:link, #locations.selected:visited, #locations:hover {background:url(../images/navoverlocations.png) no-repeat center;color:#FFFFFF;}
#jobs.selected:link, #jobs.selected:visited, #jobs:hover {background:url(../images/navoverjobs.png) no-repeat center;color:#FFFFFF;}
#realestate.selected:link, #realestate.selected:visited, #realestate:hover {background:url(../images/navoverrealestate.png) no-repeat center;color:#FFFFFF;}
#contact.selected:link, #contact.selected:visited, #contact:hover {background:url(../images/navovercontact.png) no-repeat center;color:#FFFFFF;}
#login.selected:link, #login.selected:visited, #login:hover {background:url(../images/navoverlogin.png) no-repeat center;color:#FFFFFF;}


/*** BANNER ***/
#banner { /* graphic above content */
	position:relative; /* needed for negative margin */
	background-image:url(../images/bannerbg.png);
	background-repeat:no-repeat;
	height:124px;
	margin-top:-5px;
	width:905px;
}


/*** TEXT HEADER STYLES ***/
h1 {font-size:24px;font-weight:normal;margin:0px;} /* page headers */
h2 {margin:0px;font-size:16px;color:#2B88C0;} /* blue headers */
#banner h3 { /* white text in banner */
	font-size:18px; 
	color:#1F4989;
	padding:14px 0px 0px 15px;
	width:530px;
	font-weight:normal;line-height:21px;
	letter-spacing:.25px;
}
.location h2 {margin:0px;font-size:14px;color:#1F4989;} /* blue state name */
.location h3 {margin:0px;font-size:14px;color:#1F4989;font-weight:normal;font-style:italic;} /* blue italic region name */
.location h4 {margin:12px 0px 0px 0px;font-size:14px;color:#5B6267;} /* grey facility name */


/*** MAIN CONTENT ***/
.leftcol {width:655px;margin:19px 0px 0px 0px;float:left;}
.leftcol p {margin:0px;line-height:16px;}
a:link { color:#79C046;text-decoration:none;}
a:visited { color:#79C046;text-decoration:none;}
a:hover { color:#79C046;text-decoration:underline;}

.location { /* wrapper for each state location on locations.html */
	padding:10px 0px 20px 0px;	
	border-bottom:1px solid #C3E1F2;
	width:625px;
}
.location img {margin:11px 0px 0px 0px;float:right;border:1px solid #C3E1F2;background:url(../images/sidebarbgmid.png) repeat-y;padding:2px;}


/*** RIGHT COLUMN & SIDEBAR ***/
.rightcol {width:223px;float:right;margin:23px 0px 0px 0px;}
.sidebartop {background:url(../images/sidebarbgtop.png) no-repeat;height:13px;font-size:0px;} /* image for rounded sidebar top. font-size set to 0 to prevent whitespace in IE 6 */
.sidebarmid {background:url(../images/sidebarbgmid.png) repeat-y;padding:0px 14px 0px 14px;} /* blue sidebar header */
.sidebarmid img {border:1px solid #C3E1F2;}
.sidebarmid p {margin:9px 0px 0px 0px;font-size:12px;}
.hr {margin:10px 0px 13px 0px;background-image:url(../images/hr.png);height:2px;} /* div for hr image in sidebar */
.hr hr {display: none;} /* needed to hide default hr so that hr image shows up */
.sidebarbottom {background:url(../images/sidebarbgbottom.png) no-repeat;height:15px;} /* image for rounded sidebar bottom */


/*** BOTTOM ROW OF IMAGES ***/
/* wrappers for row of images at page botom */
.bottomimagewrappertop {margin:20px 0px 0px 0px;background:url(../images/imagewrapbgtop.png) no-repeat;width:906px;height:5px;font-size:0px;} /* image for rounded top */
.bottomimagewrappermid { /* image for middle section */
	margin:0px;
	background:url(../images/imagewrapbgmid.png) repeat-y;
	width:890px; /* minimum width so that IE6 doesn't wrap text */
	padding:4px 9px 4px 9px;
} 
.bottomimagewrappermid img {border:1px solid #C3E1F2;}
.bottomimagewrappermid p {margin:5px 0px 0px 4px;text-align:left;line-height:15px;} /* text contained in each image box. line height needed for cross-platform display */
.imagecontainer {width:168px;padding:0px 5px 0px 5px;float:left;text-align:center;} /* interior image boxes */
.bottomimagewrapperbottom {margin:0px;background:url(../images/imagewrapbgbottom.png) no-repeat;width:906px;height:5px;} /* image for rounded bottom */


/*** FOOTER ***/
#footer {text-align:center;margin:23px 0px 0px 0px;color:#999999;}
.footerlinks {background:url(../images/footgerbg.png) no-repeat;width:906px;height:21px;padding-top:6px;margin:0px;} /* blue box of footer links */
#footer a:link { color:#999999;text-decoration:none;}
#footer a:visited { color:#999999;text-decoration:none;}
#footer a:hover { color:#999999;text-decoration:underline;}
#footer p {margin:8px;}


