/* CSS Document */
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image:url(images/body-bg.jpg);
	background-position:top center;
	background-color:#0066FF;
	}
	
.content-pages #top-container { 
	width:100%;
	height:255px;
	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/top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	} 
	
.content-pages #banner { 
	width:1400px;
	height:201px;
	background-image:url(images/new-banner.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-left:90px;	
	}
	
.content-pages #topnav-bar { 
	margin-left:90px;
	width:1400px;
	height:54px;
	}
	
.topnav-bar-padding	{text-align:center; padding:12px 0px 0px 0px;}
h1 {font-size:18px; margin:0px; padding:0px; color:#339999;}
h2 {font-size:14px; margin:0px; padding:0px; color:#339999;}

h1.header {font-size:16px; margin:0px; padding:0px; color:#339999;}
h2.header {font-size:12px; margin:0px; padding:0px; color:#339999;}


.content-pages #bottom-container {
	color: #FFFFFF;
	width:100%;
	background-image:url(images/body-bg.jpg);
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	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. */
	height:100%;
	}
	
.content-pages #bodystretch {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	}	
	
.content-pages #mainbody {
	width:730px;
	float:left;
	font-size:12px;
	color:#003300;
	background-color:#FFFFFF;
	margin-left:425px;
	line-height:18px;
	}

.mainbody-padding {
	padding:8px 15px 8px 15px;
	}

.content-pages #footer {
	width:730px;
	float:left;
	color:#339999;
	font-size:11px;
	font-weight:normal;
	margin-left:425px;
	}
	
.footer-padding {
	padding:0px 0px 15px 0px;
	}	

.cta-stretch { background-image:url(images/cta-stretch.jpg); background-repeat:repeat-y; width:500px; text-align:center; margin-left:100px;}
	
.clbo {
	clear:both;
	}
	
.crumb {font-size:11px; color:#9AA434;}	
	
div#aboutparainfo {display: none}

a.topnav { font-family:"Trebuchet MS",Arial,Helvetica,Sans-serif; font-size:20px; color:#CCCC99; text-decoration:none; text-transform:uppercase; padding:0px 24px; }
a.topnav:hover { font-family:"Trebuchet MS",Arial,Helvetica,Sans-serif; font-size:20px; color:#ffd100; text-decoration:none; text-transform:uppercase; padding:0px 24px; }

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

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

a.crumbnav { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#9AA434; text-decoration:none; }
a.crumbnav:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#013300; text-decoration:underline; }

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