/***** Global Settings *****/

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
dd, blockquote {
        margin: 1em 2em;
}
/***** Global Classes *****/
 
.clearing         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:0px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.small	       { font-size:.9em; }

a, a img	   { border:0; outline:none;}

/**************** End global settings ****************/



/******Main site framework - Critical for footer to appear at bottom of browser window******/

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#container { 
	min-height: 100%;
	position:relative;
	width:1000px;
	margin:auto;
}

* html #container {
	height:100% /* hack for IE6 and below, which wont support min-height*/
}
	
#header {
	background-image:url(/images/header_bg296h.jpg);
	width:1000px;
	height:296px;
	position:relative;
}

#innerWrapper {
	padding-bottom:107px; /* Height of the footer */ 
	padding-top:4px;
	width:1000px;
	background-image:url(/images/innerWrap_top_bg.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#footer {
   position:absolute;
   bottom:0;
   width:1000px; 
   background:url(/images/footer_bg.jpg) no-repeat;
   height: 107px;
   clear:both;
}


/**************************** End main framework section******************** */

#hnav{
	position:absolute;
	top:271px;
	left:379px;
	margin:0;
	padding:0;
}

* html #hnav, #IEroot #hnav{
	position:absolute;
	top:266px;
	left:379px;		
}

#IEroot #hnav{
	margin-top:-1px;
	padding:0px;
}

#hnav ul{
	margin:0px;	
	padding:0 0 0 12px;
	list-style-type:none;
	height:26px;
	width:600px;
	float:left;
}


#IEroot #hnav ul{
	line-height:30px;
}

#hnav li{
	display:inline;
	margin:0;
	background-image:url(/images/hnav_bullet.gif);
	background-repeat:no-repeat;
	background-position:0% 45%;
	padding:5px 7px 7px 12px;
	margin-right:3px;
	border-right:1px solid #397589;
}

#IEroot #hnav li{
	padding:0px 1px 0px 1px;
	background-position:0% 47%;
}

#hnav li.first{
	border:none;
	border-right:1px solid #397589;
}
 
#IEroot #hnav li.first{
	border:none;
	border-right:1px solid #397589;
	background-position:0% 47%;
}

#hnav li.last{
	border-right:none;
}

#hnav li.active{
	background-image:url(/images/hnav_bullet_active.gif);
}

#hnav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
}

#IEroot #hnav a{
	padding:5px 8px 7px 10px;
}

#hnav a:hover {
	color:#ecff9f;
}

#hnav li.active a{
	color:#ecff9f;
}


#left {
	width: 200px;
	float: left;
	margin-top:46px;
}

#IEroot #left{
	margin-top:36px;
}

.vnav{
	margin: 0 0 38px 0;
}

.vnav ul{
	list-style-type: none;
	padding: 0;
	margin:0;
}

.vnav ul li a{
	color:#ffffff;
	font-size:13px;
}

.vnav ul li{
	background-image:url(/images/vnav_inside_b.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#175F75;
	padding:3px 0 0 20px;
	min-height:21px;
}

.vnav ul li.active{
	padding-left:30px;
}

.vnav ul li.last{
	background-position: 0 0;
	height:19px;
}
#IEroot .vnav ul{
	margin:-5px 0 -10px 0;
}

.vnav ul a:hover {
	color:#ecff9f;
}

.vnav ul a.active {
	color: #ecff9f;
}



#findus{
	padding-left:22px;
	margin:0;
}

#findus h2{
	text-align:left;
	font-size:20px;
	color:#C8b324;
	margin:0;
}

ul.findus{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

ul.findus li.map{
	background-image: url(/images/mapIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0 5%;
	padding: 0 0 0 20px;
	margin:15px 0 0 0;
}

ul.findus li.phone{
	background-image: url(/images/phoneIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0 0%;
	padding: 0 0 0 20px;
	margin:19px 0 0 0;
}

ul.findus li.email{
	background-image: url(/images/envelopeIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0 0%;
	padding: 0 0 0 20px;
	margin:19px 0 0 0;
}


#searchbox{
	position:absolute;
	top:12px;
	left:810px;
	width:160px;
	height:70px;
}

ul.searchNav{
	display:inline;
	width:160px;
}

ul.searchNav li{
	height:25px;
	float:left;
	list-style:none;
}

form {
	margin:0;
}

#searchbox form{
	margin-top:26px;
}

#searchbox a{
	font-size:10pt;
	color:#ecff9f;
	padding-left:3px;
	margin:0;
}

#searchbox a.sitemap{
	margin:-3px 0 0 0px;
}

#IEroot #searchbox a.sitemap{
	position:absolute;
	bottom:0px;
	left:0px;
}

#centerContent {
	width:471px;
	padding:0 49px 0 23px;
	float:left;
}

#rightSidebar {
	width: 257px;
	float: left;
	margin-top:49px;
}

h1{
	margin:0;
	font-size:18pt;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	margin:0 0 7px;
	font-size:32px;
	font-weight:normal;
	color:#9f2884;
}

p{
	margin:0 0 1em;
	font-size:12.5px;
}

#rightSidebar p{
	margin:0 0 2.5em;
}

#IEroot #rightSidebar p, #IEroot #footer p, #IEroot #footer p a, #IEroot #footer p a.hosted{
	font-weight:normal;
}

#rightSidebar img{
	margin:0 0 13px;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0;
	clear: both;
	background-color:#ffffff;
}

#footer p{
	margin:0 auto;
	padding:70px 0 0 225px;
	color:#ffffff;
	clear:both;
	font-size:12px;
}

#footer p a{
	color:#ecff9f;
	text-decoration:underline;
	padding:0 8px 0 10px;
	border-right:1px solid #ffffff;	
}

.hosted{
	padding-left:100px;
}

#footer p a.hosted{
	border:none;
	padding:0 0 0 6px;
}

.logo{
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
}

.narrow{
	width:355px;
	margin-top:20px;
}

#IEroot .narrow{
	width:345px;
}

#headerText{
	position:absolute;
	top:35px;
	left:195px;
}

#headerText p{
	color:#ffffff;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

