@charset "utf-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #86797c;
	background-color: #FFF;
}
#container {
	height: 100%;
	width: 920px;
	padding: 0;
	border: solid #ccc 1px;
}
#container a {
	color: #C1405C;
	text-decoration: none;
}

#container #header {
	background-color: #C9140A;
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 900px;
}
#container #content {
	max-width: 920px;
	margin: 0;
	padding: 0;

}
#container #content #sectionnav {
	height: 20px;
	width: 900px;
	background-color: #DFDBC9;
	padding: 5px 0px 5px 0px;
}
#container #content #sectionnav p {
	margin: 0px 10px 0px 0px;
}
#content #sectionnav #rightborder {
	width: 150px;
	margin: -10px 10px 0 50px;
	float: right;
}




#container #content #sidebar {
	background-color: #f6f5eb;
	float: left;
	width: 165px;
	height: 100%;
	padding-bottom: 10px;
	border-right: solid #dfdbc9 1px;
}

#container #content #sidebar #menubar {
	min-height: 300px;
}
#menubar a {
	color: #032b52;
	text-decoration: none;
}
#menubar a:hover {
	color: #C9140B;
}

#container #content #sidebar #menubar ul {
	margin: 5px 0px 0px 5px;
}
#menubar ul li {
	list-style-type: none;
	border-bottom: solid #dfdbc9 1px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
#container #content #mainContent {
	margin-left: 155px;
	width: 735px;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent #upperright {
	margin: 0;
	padding: 0;
}
#mainContent #subpagecontent {
	margin: 0;
	min-height: 450px;
	color: #034b91;
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 700px;
}
#mainContent #lowersubmenu {
	margin: 5px 10px 10px 15px;
}
#lowersubmenu a {
	color: #032b52;
	font-weight: bold;
	font-style: italic;
}
#lowersubmenu a:hover {
	color: #c9140b;
}


#lowersubmenu ul {
	margin: 10px 10px 15px 10px;
	text-align: center;
}
#mainContent #lowersubmenu li {
	display: inline;
}
#mainContent #lowersubmenu #footer {
	margin: 20px 10px 10px 15px;
	padding-top: 30px;
	font-weight: bold;
}


#header_subpages {
	background-color: #C9140A;
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 900px;
	background-image: url(../images/header_placeholder.jpg);
}



#mainContent #rightnav {
	background-color: #dfdbc9;
	height: 23px;
	border-bottom: solid #5A5253 1px;
	border-top: solid #5A5253 1px;
	width: 200px;
	float: left;
	margin-left: 0px;
}
#rightnav p {
	margin: 5px 0px 2px 0px;
}


#mainContent #imgbox {
	float: left;
	margin-top: 0px;
	width: 490px;
}
#container #content #mainContent #rightbar {
	padding-top: 10px;
	padding-right: 3px;
	width: 200px;
	float: left;
	margin-left: 3px;
}
#rightbar p {
	margin-right: 3px;
	margin-left: 5px;
}

#mainContent #lowernav {
	background-color: #dfdbc9;
	height: 35px;
	width: 730px;
}
#bottomboxes {
	width: 730px;
}

#lowernav ul {
	text-align: center;
}
#lowernav ul li {
	display: inline;
	padding: 2px 5px 2px 5px;
}

#pageheader {
	width: 702px;
	height: 114px;
	float: left;
	margin-right: 5px;
	
}








/*classes reused */

.fltlft {
	float: left;
	margin-right: 5px;
}

.fltrt {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 .bold {
	 font-weight: bold;
 }
.bottombox {
	float: left;
	width: 230px;
	padding: 2px;
}
.redtext {
	color: #C9140A;
}
