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



/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;
}

a {
color: #666666;
}

h1 {
color:#d0540e;
font-size:18px;
}

h2 {
color: #000000;
font-size:14px;
font-weight:bold;
}

.orangeTxt {
color:#d0540e;
}


body {
	background-color:#FFFFFF;
	background-image:url(../images/global/bodyBg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#bodyContainer {
	width:1100px;
	margin:0 auto;
	position:relative;
	min-height:500px;
}


#slogan {
float:right;
width:1100px;
height:25px;
}


#slogan p {
color:#FFFFFF;
font-size:18px;
text-align:right;
padding-top:7px;
padding-right:70px;

}



.contactInfoRt {
float:right;
width:220px;
height:150px;
display:inline;
}

.contactInfoRt p {
text-align:left;
padding-top:20px;
font-size:12px;

}


.contactInfoLt {
float:right;
width:120px;
height:50px;
}

.contactInfoLt p {
text-align:left;
padding-top:20px;
font-size:12px;
}

#contactDivider {
float:right;
width:26px;
height:50px;
background-image:url(../images/global/contactDivider.gif);
background-position:top;
background-repeat:no-repeat;
margin-top:20px;
margin-right:10px;
display:inline;
}




#logo {
float:left;
width:207px;
height:193px;
}



#companyName {
float:left;
width:400px;
height:100px;
}


#companyName p {
font-size:26px;
font-weight:bold;
line-height:26px;
color:#000000;
padding-top:60px;
}


#contentArea {
float:left;
width:1100px;
min-height:800px;
height:auto !important;
height:800px;
}




#contentArea ul li {
	background-image: url(../images/global/li-bg.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left:12px;
	line-height:20px;
	font-size:12px;
	color:#000000;
}



#contentArea ul {
	color: #000000;
	float: left;
	list-style: none;
	margin: 0;
	padding-left:52px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;

}




.shorterLeading {
line-height:18px;
}















#footer {
	position:relative;
	background-image: url(../images/global/footerBg.gif);
	background-repeat: repeat-x;
	height:78px;
	width:100%;
	margin-top:50px;
}




#footer_center {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 120px;
	padding-right: 80px;
	padding-top: 10px;
}



#footer_center p {
font-size:11px;
text-align:center;
}





#footer_center a {
font-size:10px;
color:#666666;
}



#navWrapper {

position:relative;
float:right;
width:890px;
height:62px;
margin:0;
font-size:0;
display:inline;


}




.navBtn {
		float:right;
		width:124px;
		height:62px;
		display:inline;	
	
}



a.navBtn {
		background-image: url(../images/nav/navBtn.gif);
		background-position:bottom;		
}





a.navBtn:hover {

background-image: url(../images/nav/navBtn.gif);
background-position:top;

}




#navOn {
background-image: url(../images/nav/navBtn.gif);
background-position:top;
}

#nav { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
	height:62px;
	position:relative;
	z-index:1;

}

#nav a {
	display:block;
	width: 124px;
	height:62px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;

}

#nav a:hover {
	color: #FFFFFF;
}

#nav li { /* all list items */
	float: right;
	width: 124px; /* width needed or else Opera goes nuts */
	line-height:30px;
	text-align:center;
	position:relative;
}

#nav li li {
	line-height:normal;
	text-align:left;
	width:auto;
	
}

#nav li ul { /* second-level lists */
	padding:0;
	margin:0;
	list-style:none;
	position: absolute;
	width:180px;
	left:156px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFCC00;
	border: 1px solid #0100a5;
	top:0px;
	display:none;
}

#nav li ul ul { /* third-and-above-level lists */
	/* margin: -1em 0 0 10em; */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display:none;
	left:160px;
	top:0;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */

		display:block;
}

#nav li ul a {
	display:block;
	padding:5px;
}

#nav li ul a:hover {
	color:#fff;
	background-color:#FFCC00;
}











