@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/red-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2D0609;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 835px;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 950px;
}
#middle {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 950px;
	font-family: Helvetica;
	color: #FFFFFF;
}
#sitemap {
	margin: 0px;
	padding: 15px;
	height: 470px;
	width: 920px;
	font-family: Helvetica;
	color: #FFFFFF;
	background-image: url(../images/maincontent-background.jpg);
	background-repeat: no-repeat;
}
#bottom {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 950px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 235px;
}
#topnav {
	padding: 0px;
	float: right;
	height: 36px;
	width: 715px;
	text-align: right;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 950px;
	background-repeat: no-repeat;
	background-image: url(../images/maincontent-background.jpg);
	position: relative;
}
#leftnav {
	height: 500px;
	width: 190px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#index_bg {
	background-image: url(../images/index_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#tagline_container {
	position: absolute;
	z-index: 10;
	left: 45px;
	top: 56px;
	text-align: center;
	width: auto;
}
#index_links {
	font-size: 17px;
	position: absolute;
	z-index: 10;
	left: 616px;
	top: 130px;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 0px;
	word-spacing: 1px;
}
.index_link {
	margin-bottom: 26px;
}
.arrowlistmenu{
	width: 180px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	padding-top: 4px;
	padding-bottom: 4px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #CC3333;
	padding: 5px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica;
	line-height: 18px;
}

.arrowlistmenu ul li a:visited{
	color: #CC3333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
}
#iframe {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 715px;
	float: right;
}
#subcontent {
	padding: 0px;
	height: 175px;
	width: 950px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/subcontent-background.jpg);
}
#footer {
	padding: 0px;
	height: 25px;
	width: 950px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#utilitylinks {
	padding: 0px;
	height: 25px;
	width: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	float: right;
	text-align: right;
}
#copyright {
	padding: 0px;
	height: 25px;
	width: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
#block1 {
	height: 175px;
	width: 230px;
	float: left;
	padding-left: 3px;
}
#block2 {
	float: left;
	height: 175px;
	width: 230px;
	padding-left: 9px;
}
#block3 {
	float: left;
	height: 175px;
	width: 230px;
	padding-left: 8px;
}
#block4 {
	float: left;
	height: 175px;
	width: 230px;
	padding-left: 8px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	outline:none
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	outline:none
}
a:hover {
	text-decoration: none;
	color: #CC3333;
	outline:none
}
a:active {
	text-decoration: none;
	color: #CC3333;
	outline:none
}
h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 16px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #CC3333;
	line-height: 10px;
}
.sitemap-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h2 a:link{
	font-size: 16px;
	font-weight: normal;
	color: #CC3333;
	line-height: 10px;
}
h2 a:visited{
	font-size: 16px;
	font-weight: normal;
	color: #CC3333;
	line-height: 10px;
}
h2 a:hover{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 10px;
}
