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

body
{
	font-size:small;
	font-family:Verdana, Geneva, sans-serif;
}

#siteContainer
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#siteContainer #logo
{
	float:left;
	margin-bottom:15px;
}

#siteContainer #bePrepared
{
	float:right;
	margin-top:60px;
}

#navBar
{
	margin-bottom:20px;	
}

#navBar_top
{
	background-repeat:no-repeat;
	height:9px;
	background-image:url(../images/site/navBar_top.jpg);
}

#navBar_mid
{
	background-color:#b5121b;	
	padding-top:10px;
	padding-bottom:10px;
}

#navBar_mid ul
{
	margin:0px;
	padding:0px;
}

#navBar_mid ul li
{
	float:left;
	list-style:none;
	margin-left:20px;
	color:#FFF;
	font-size:130%;
}

.leftNav
{
	visibility:hidden;
	width:12px;
	float:left;
	height:35px;
}

.rightNav
{
	visibility:hidden;
	width:12px;
	float:left;
	height:35px;
}

.navTab a
{
	text-decoration:none;
}	

.nav_sel a
{
	text-decoration:none;
}

.navTab .midNav
{
	cursor:pointer;
	text-decoration:none;
	color:#FFF;
	display:block;
	height:35px;
	line-height:35px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	float:left;
}

.navTab:hover .leftNav
{
	text-decoration:none;
	color:#b5121b;
	background-color:#FFF;
	background-image:url(../images/site/navBar_whiteLeft.jpg);
	width:12px;
	height:35px;
	float:left;
	visibility:visible;
}

.navTab:hover .rightNav
{
	text-decoration:none;
	color:#b5121b;
	background-color:#FFF;
	background-image:url(../images/site/navBar_whiteRight.jpg);
	width:12px;
	height:35px;
	float:left;
	visibility:visible;
}

.navTab:hover .midNav
{
	text-decoration:none;
	color:#b5121b;
	background-color:#FFF;
	display:block;
	height:35px;
	line-height:35px;
	float:left;
	padding-right:10px;
	padding-left:10px;	
}

#navBar_mid ul li.nav_sel .leftNav
{
	visibility:visible;
	background-image:url(../images/site/navBar_whiteLeft.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:12px;
	float:left;	
}

#navBar_mid ul li.nav_sel .rightNav
{
	visibility:visible;
	background-image:url(../images/site/navBar_whiteRight.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:12px;
	float:left;
}

#navBar_mid ul li.nav_sel .midNav
{
	text-decoration:none;
	color:#b5121b;
	background-color:#FFF;
	display:block;
	height:35px;
	line-height:35px;
	float:left;
	padding-right:10px;
	padding-left:10px;
}

#navBar_bot
{
	background-repeat:no-repeat;
	height:9px;
	background-image:url(../images/site/navBar_bottom.jpg);	
}

#banner
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
}

.grayBar
{
	background-image:url(../images/site/grayBar.jpg);
	width:990px;
	height:18px;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
}

#footer div
{
	color:#98999a;	
}

#footer #copyright
{
	float:left;	
	margin-left:40px;
	padding-bottom:10px;
}

#footer #hostedby
{
	float:right;
	margin-right:40px;
}

.clear
{
	clear:both;		
}

/** Font Styles **/

.redTxt
{
	color:#b5121b; 	
}

.mdTxt
{
	font-size:110%;	
}

.boldTxt
{
	font-weight:bold;	
}

.lgTxt
{
	font-size:175%;	
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	color:#2674a0;
	text-align:center;
	margin:0px 50px 0px 15px;
	line-height:18px;
	/*border: 1px solid red;*/
}

.quote_source {
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	font-variant:small-caps;
	color:#000000;
}

/** End Font Styles **/