@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
/*	background: #666666;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/*Clear certain element attributes*/
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
img{
	border: none;
}
p, li, blockquote{
	font-size: 12px;
}
/*Hyperlinks*/
a, a:visited{
	text-decoration:none;
	color: #000000;
}
a:hover{
	text-decoration:underline;
	color: #000000;
}
.fakeLink{
	cursor: pointer;
}
span.fakeLink, div.fakeLink{
	text-decoration:underline;
	color: #000000;
}

/*Main Container*/
.oneColElsCtr #container {
	width: 959px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0;
}

/*Holds logo and nav*/
#topNavCont{
	width: 100%;
	height: 75px;
}
#topNavCont .logo{
	float:left;
}
#topNavCont .nav{
	float:right;
	padding-top: 25px;
}
#topNavCont .nav a{
	padding-top: 7px;
}
#topNavCont .nav a, #topNavCont .nav img{
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
}
#topNavCont .nav a.last{
	margin-right: 10px;
}
#topNavCont .nav img.sep{
	/*margin: 0px 15px -10px 15px;*/
	margin: 0px 10px -10px 10px;
}
#topNavCont .nav img.icon{
	margin-top: -10px;
	padding-top: -10px;
}
/*Holds tagline*/
#topBannerCont{
	background-image:url(../images/top_banner.jpg);
	background-repeat:repeat-x;
	width: 957px;
	height: 41px;
	margin:0;
}
#topBannerCont h1{
	text-transform:uppercase;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 30px;
	padding-top: 10px;
}
/*Holds footer copyright and nav*/
#botNavCont{
	border-top: 1px solid #000000;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	height: 100px;
	background-color:#FFFFFF;
}
#botNavCont a{
	color: #4793cc;
	text-decoration: underline;
}
#botNavCont .footer{
	color: #6d6d6d;
	margin-top: 10px;
}
/*Upper left corner of main content area*/
#mainLeft{
	width: 360px;
	float:left;
}
/*Upper right corner of main content area*/
#mainRight{
	width: 592px;
	margin: 0 0 0 363px;

}
/*Bottom left corner of main content area*/
#botLeft{
	padding-top: 15px;
	border-right: #000000 1px solid;
}
#botLeft p{
	font-size: 11px;
	float: right;
	margin: 0 0 0 0;
	padding-right: 10px;
}
#botLeft.home{
	padding-left: 20px;
}
#botLeft.home img{
	float: left;
	margin-right: 0px;
}
/*Bottom right corner of main content area*/
#botRight{
	padding: 0px 0 5px 0;
}
#botRight p, #botRight h2{
	padding: 0px 40px 0px 25px;
/*	width: 500px;*/
}
#botRight h2{
	text-transform:uppercase;
	font-weight: 700;
	font-size: 16px;
	padding-left: 25px;
}
#botRight p{
	font-size: 11px;
	padding-bottom:0;
	margin-bottom:0;
}
#botRight p.more{
	text-align: right;
	padding-right: 50px;
	padding-top: 0;
	margin-top:0;
}
#botRight a{
	text-decoration: underline;
}

/*Set some borders*/
#topBannerCont, #mainArea{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#botLeft, #botRight{
	border-top: 1px solid #000000;
}
#mainBot{
	border-top: 1px solid #000000;
	width: 959px;
	padding: 0 0px 0 0px;
	height: 173px;
}

.level2SubHead{
	background-color: #f1c529;
}
.level2SubHead h2{
	text-transform:uppercase;
	margin: 16px;
	font-size: 24px;
	font-weight: 700;
}
.level2Content{
	background-color: #fef9e9;
}
.level2Text div{
	height: 300px;
}
.level2Text p, .level2Text blockquote{
	margin: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 12px;
}
#botRight cite, .level2Text cite{
	font-size: 13px;
	font-weight: 700;
	font-style:normal;
}
ul.noMarginTop{
	margin-top: 0;
}
#level2OverflowContainer{
	overflow: hidden;
}

@media print{
.level2Text div{
	height: 100%;
}
#level2OverflowContainer{
	overflow: visible;
}
#scrollUp, #scrollDown{
	display: none;
}
.noPrint{
	display: none;
}
#botNavCont, #botLeft, #topBannerCont, #mainArea, #botLeft, #botRight, #mainBot{
	border: none;
}
}
