@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/bg_tile.gif) top repeat-x #ffffff;
}
#menuWrap,
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	_margin:21px 0; /* IE 6 and below margin fix */
}
.clear {
	clear:both;
	background:none;
	font-size:0px;
}
#bodyWrap {
	background:url(../images/bg.jpg) top no-repeat;
}
#wrapper {
	margin:0 auto;
	width:955px;
}
#header {
	width:955px;
	height:410px;
	background:url(../images/bg_header.gif) center bottom no-repeat;
	position:relative;
}
#header a#home {
	display:block;
	width:268px;
	height:72px;
	top:26px;
	left:11px;
	position:absolute;
}
#header .slideshow {
	position:absolute;
	top:120px;
	left:0;
	z-index:1;
	width:955px;
	height:280px;
	background:#ffffff;
	overflow:hidden;
}
#header .slideshow img {
	padding:9px;
	width:937px;
	height:262px;
}
#contentOuterWrap {
	background:url(../images/bg_content_wrap_tile.gif) center repeat-y #01002a;
}
#contentWrap {
	margin:0 auto;
	width:955px;
	padding:30px 0 20px 0;
	background:url(../images/bg_content_tile.gif) top repeat-x #ffffff;
}

/****************************************************************
BEGIN MENU
****************************************************************/
#menuWrap,
#menu {
	width:665px;
}
#menuWrap {
	position:absolute;
	top:75px;
	right:0;
	margin:0;
}
#menu { /* main menu */
	visibility:hidden;
	margin:0;
	padding:0;
}
#menu li {
	margin:0 1px 0 0;
	padding:0;
	float:left;
	display:inline;
	list-style:none;
}
#menu li a {
	display:block;
	white-space:nowrap;
	outline:none;
	color:#ffffff;
	margin:0;
	padding:0 0 0 10px;
	width:auto;
	font-size:12px;
	text-decoration:none;
	background:url(../images/bg_menu_tab_left.gif) left top no-repeat;
}
#menu li.sub a {
	/*padding-right:18px; /* make room for submenu arrows */
	background:url(../images/bg_menu_tab_left.gif) left top no-repeat;
}
#menu li a span {
	/*float:left;*/
	display:block;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
	padding:10px 10px 10px 0;
	width:auto;
	/*height:26px;
	line-height:26px;*/
	background:url(../images/bg_menu_tab_right.gif) right top no-repeat;
}
#menu li.sub a span {
	/*float:left;*/
	display:block;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
	padding:10px 25px 10px 0;
	width:auto;
	/*height:26px;
	line-height:26px;*/
	background:url(../images/bg_menu_tab_right_sub.gif) right top no-repeat;
}
#menu li a span,
#menu li.sub a span {
	padding-bottom:9px;\ /* IE 8 hack */
}
#menu li a:hover {
	color:#ffffff;
	background-position:0% -34px;
}
#menu li a:hover span,
#menu li.sub a:hover span {
	background-position:100% -34px;
}
#menu ul { /* submenus */
	margin:0;
	padding:0;
	visibility:hidden;
	position:absolute;
	clear:both;
	z-index:100;
	background:#005a8c;
	border:1px solid #00486F;
}
#menu ul li {
	float:none;
	margin:0;
	border:none;
}
#menu ul li a {
	width:auto;
	font-size:11px;
	color:#ffffff;
	padding:7px 5px;
}
#menu li.sub ul li a {
	padding:7px 18px 7px 5px;
}
#menu li.sub ul li a:hover,
#menu ul li a:hover {
	color:#ffffff;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #0071AF;
	border-bottom:1px solid #00334F;
	background-color:#00527F;
}

/* adjust individual submenus top-margin spacing if needed */
#menu ul { margin-top:2px; }
#menu ul ul { margin-top:0; }

/** NO ADJUSTMENT NEEDED BELOW FOR MENU **/
/*#menu li.sub a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:100% 50%; 
	background-repeat:no-repeat; 
}*/
#menu li.sub ul li.hassub a {
	background-image:url(../images/menu_arrow2.gif); 
	background-position:100% 50%; 
	background-repeat:no-repeat; 
}
#menu li.sub ul li.nosub a {
	background-image:none;
}
/* slightly enhanced, universal clearfix hack */
#menu.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#menu.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html #menu.clearfix { height: 1%; }
#menu.clearfix { display: block; }
/* close commented backslash hack */
/****************************************************************
END MENU
****************************************************************/

/** CONTENT **/
#content {
	float:left;
	padding:0 15px 0 15px;
	width:715px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	margin:20px 0 0 0;
	padding:15px 0 0 14px;
	width:180px;
	text-align:center;
	border-left:1px dotted #cccccc;
}
#rightSidebar img {
	margin:0 0 15px 0;
	border:0;
}

/** FOOTER **/
#footerWrap {
	margin:0;
	width:100%;
	height:92px;
	background:url(../images/bg_footer_tile.gif) repeat-x;
}
#footer {
	margin:0 auto;
	width:955px;
	padding:31px 25px 0 25px;
	text-align:center;
	width:905px;
}
#copyright {
	font-size:11px;
	color:#ffffff;
}
#credits {
	font-size:11px;
	color:#ffffff;
}
#credits a {
	font-size:11px;
	color:#ffffff;
}
#credits a:hover {
	font-size:11px;
	color:#cccccc;
}
#serviceAreas {
	margin:0 auto;
	padding:15px;
	width:925px;
	text-align:left;
	font-size:10px;
	color:#666;
}