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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	background-image: url(/images/bodybg.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	width: 960px;
	height:40px;
}
#intropic  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}
#intropic {
	float: right;
	width: 486px;
	font-size: x-small;
	font-style: italic;
}
#intro {
	float: left;
	width: 464px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
}
#intro.state   h1     {
	color: #999999;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	margin: 0px;
}
#intro.state h2 {
	color: #990000;
	font-size: 125px;
	text-align: center;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#crisiscenter {
	width: 970px;
	background-color: #800000;
	color: #FFFFFF;
	padding: 5px;
	float: left;
	background-image: url(/images/crisisbg.jpg);
}
#news {
	float: left;
	width: 495px;
}
#crisiscenter h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.step {
	float: left;
	width: 310px;
	background-color: #710000;
	padding: 5px;
	margin-right: 5px;
}
div.step h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: small;
}
#header  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#intro p {
	font-size: medium;
	line-height: 32px;
	color: #666666;
}
#navlinks {
	float: left;
	width: 675px;
	margin-left: 10px;
}
#intro h1 {
	color: #990000;
	display: inline;
	font-weight: bold;
	font-size: x-large;
}
.bigred {
	font-size: x-large;
	font-weight: bold;
	color: #990000;
}
#spot {
	background-color: #dedcdc;
	background-image: url(/images/spotbg.jpg);
	background-repeat: repeat-x;
	width: 980px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c8c6c6;
	border-right-color: #c8c6c6;
	border-bottom-color: #c8c6c6;
	border-left-color: #c8c6c6;
	float: left;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
padding:25px;
	font-size: small;
}
a.bma_sitemap { display:none }
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#rateinfo {
	background-image: url(/images/ratetop.jpg);
	float: left;
	width: 980px;
	padding-top: 29px;
	background-repeat: no-repeat;
	background-position: top;
}
#ratenews {
	background-image: url(/images/ratenewsbg.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	float: left;
	width: 294px;
	height: 330px;
}
#ratenational {
	background-color: #fdfcfc;
	float: left;
	width: 358px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 335px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#ratenational h2 {
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
}
#ratenational h3 {
	font-size: 125px;
	color: #990000;
	text-align: center;
	margin: 0px;
}
#rateresource {
	background-image: url(/images/rateresourcebg.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	float: left;
	width: 296px;
	height: 330px;
}
#stateinfo {
	float: left;
	width: 614px;
	padding: 5px;
	margin-right: 10px;
}
#spot p.stats {
	line-height: 24px;
	margin-top: 25px;
	font-weight: bold;
}
#statemore {
	background-color: #F2F2F2;
	float: left;
	width: 346px;
}
#camp {
	background-image: url(/images/ITT/ITT-bg.jpg);
	background-repeat: repeat-y;
	float:left;
	width:346px;
}
#campinfo {
	background-image: url(/images/ITT/ITT-top.jpg);
	background-repeat: no-repeat;
	float:left;
	width:316px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#campinfo h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#campimage {
	background-image: url(/images/ITT/ITT-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	width:346px;
	text-align: center;
	padding-bottom: 20px;
}
div.search {
	float: left;
	width: 194px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #EBEBEB;
	height: 160px;
	font-size: 12px;
	}
div.search h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	}
div.search a {
	display:block;
}
div.search h3 {
	margin: 0px;
	font-size: 36px;
	color: #990000;
	}
div.increased {
	background-image: url(/images/states/searchincrease.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 160px;
	}
div.decreased {
	background-image: url(/images/states/searchdecrease.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 160px;
	}
div.maintained {
	background-image: url(/images/states/searchmaintained.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 160px;
	}
	
/* Navigation Styles */
div.bmw_navigation ul, div.bmw_navigation li

{

list-style-type: none;

list-style-image: none;

list-style-position: outside;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

}

div.bmn_hnav li

{

background-color: #ffffff;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

}

div.bmn_hnav li

{

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #ddeeee;

border-right-width-value: 1px;

border-right-style-value: solid;

border-right-color-value: #ddeeee;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

}

div.bmn_hnav li

{

width: auto;

}

div.bmn_hnav li

{

float: left;

line-height: 1.2em;

}

div.bmn_hnav li:hover, div.bmn_hnav li.bmn_hover

{

background-color: #ddeeee;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

}

div.bmn_hnav li:hover, div.bmn_hnav li.bmn_hover

{

position: static;

}
div.bmw_navigation li

{

background-color: #994700;

margin-right: 10px;

padding-bottom: 5px;

padding-left: 5px;

padding-right: 5px;

padding-top: 5px;

}
div.bmw_navigation a

{

display: block;

}

div.bmn_hnav a

{

display: block;

padding-top: 0.2em;

padding-right: 0.7em;

padding-bottom: 0.2em;

padding-left: 0.7em;

}
div.bmw_navigation a

{

color: #ffffff;

font-weight: bold;

text-decoration: none;

}

div.bmw_navigation a:visited

{

color: #ffffff;

}

div.bmw_navigation a:hover

{

background-color: #357a00;

}

div.bmw_navigation a:visited 

{
color: #ffffff;
}

div.bmw_navigation a:hover

{
background-color: #357a00;
}
