/* CSS Document */
html {
	height:100%;
	}

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#404040;
	background-image:url(images/cloud-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px;
	padding:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	height:100%;
	}

.content-pages #container { 
	width: 935px;
	min-height:100%;
	overflow: hidden;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg-stretch.jpg);
	background-repeat:repeat-y;
	} 

.content-pages #logo-area { 
	width:935px;
	height:123px;
	}
	
.logo-area-left { 
	width:382px;
	height:123px;
	float:left;
	}
	
.logo-area-right { 
	width:553px;
	height:123px;
	float:left;
	text-align:right;
	}		
	
.content-pages #banner { 
	width:935px;
	height:181px;
	}
	
.content-pages #top-nav { 
	width:935px;
	height:51px;
	background-color:#e96d16;
	}
	
.top-nav-pad { padding:23px 0px 0px 21px;}
	
.content-pages #mainbody {
	width:935px;
	float:left;
	min-height:100%;
	overflow:hidden;
	background-color:#FFFFFF;
	}
	
h1 { color:#e96d16; font-size:20px; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px;}
h2 { color:#e96d16; font-size:16px; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px;}
.headers { color:#e96d16; font-size:15px;}

	
.mainleft {
	width:705px;
	float:left;
	}
	
.mainleft-pad { padding:20px 45px 0px 36px; }	

.mainright {
	width:230px;
	float:left;
	}
	
.mainright-pad { padding:20px 0px 0px 0px; }

.rightnav {
	background-image:url(images/right-nav-stretch.jpg);
	width:209px;
	background-repeat:repeat-y;
	}
	
.content-pages #footer {
	background-color:#ffffff;
	width:935px;
	float:left;
	}
	
.footer-padding {
	padding:5px 38px 5px 37px;
	}
	
.content-pages #footer2 {
	width:935px;
	float:left;
	color:#A5A5A5;
	font-size:11px;
	}
	
.footer-padding2 {padding:5px; text-align:center;	}	
	
.clbo {
	clear:both;
	}
	
div#aboutparainfo {display: none}

.crumb {font-size:11px; color:#999999;}

a.expand-text:link { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline; }
a.expand-text:active { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline; }
a.expand-text:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline; }
a.expand-text:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline; }

a.topnav { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; text-decoration:none; }
a.topnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#b00027; text-decoration:none; }

a.bodynav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#e96d16; text-decoration:underline; }
a.bodynav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#e96d16; text-decoration:none; }

a.footernav { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#a5a5a5; text-decoration:underline; }
a.footernav:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#a5a5a5; text-decoration:none; }

a.rightnav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; }
a.rightnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#B45412; text-decoration:underline; }

a.crumbnav { font-size:11px; color:#999999; text-decoration:underline; }
a.crumbnav:hover { font-size:11px; color:#666666; text-decoration:none; }


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 16px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 14px 2px 14px; /*padding inside each tab*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:black;
}

.mattblackmenu a.selected{
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, sans-serif;
text-align:left;
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: #003366;
background-color:#e8e6e4;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid white;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #aeaeae;
color: #003366;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}