body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	text-align: center;
}

#main {
	width: 900px;
	margin: auto;
	background-color: #fff;
	margin-bottom: 25px;
	text-align: left;
	/*background: #fff url(../img/statements/statements-1.jpg) no-repeat center center;*/
}
#top {
	width: 900px;
	height: 139px;
	background: url(../img/header.jpg) no-repeat top left;
}
#logo {
	position: relative;
	top: 44px;
	left: 50px;
}

#search {
	position: relative;
	left: 615px;
	width: 215px;
	top: 7px;
}
#search input, #search input[type=text] {
	border-width: 0px;
	font-size: 14px;
	color: #666;
	width: 205px;
}

#topnav {
	height: 25px;
	background: #0047a9 url(../img/top-nav-fill.gif) repeat-x top left;
	padding-left: 515px;
}

#lownav {
	height: 32px;
	background: #fff url(../img/nav-red-header.gif) repeat-x top left;
}
#lownav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -25px;
	left: 168px;
}
#lownav li {
	display: block;
	float: left;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	/*padding: 0 10px;*/
	position: relative;
	background-color: #fff;
	/*padding-top: 7px;*/
}
#lownav a {
	position: relative;
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 7px 10px 0 10px;
}
#lownav a.current, #lownav a:hover {
	color: #000;
}
#lownav ul li ul {
	position: absolute;
	top: 25px;
	left: 0em;	
	display: none;
}
#lownav li li {
	display: block;
	background-color: #eee;
	float: none;
	border-bottom: solid 1px #333;
}

#lownav li li a {
	display: block;
	width: 100px;
	padding: 2px 10px;
}
#lownav li li:hover{
	background-color: #ccc;
}

#content {
	width: 900px;
	min-height: 250px;
	padding: 20px 60px;
	clear: both;
}
#contentTextMain {
	width: 800px;
}

#prefooter {
	clear: both;
	padding-top: 25px;
}
#prefooter #stack {
	width: 244px;
	float: right;
	padding-top: 50px;
}
#prefooter #stack img {
	display: block;
	margin-bottom: 1px;
}

#prefooter { padding-bottom: 25px; }



#level1, #level2, #level3 {
	float: left;
	margin-right: 15px;
}
#leve11 { width: 300px; }
#level2 { width: 100px; margin-top: 15px; }
#level3 { width: 100px; margin-top: 15px; }

#level2 div, #level3 div {
	display: none;
}

#level1 a, #level2 a, #level3 a {
	display: block;
	color: #000;
	text-decoration: none;
}
div.level2 {
	border-bottom: solid 1px #666;
	padding-left: 25px;
}

a.level1 {
	width: 280px;
	font-size: 18px;
	padding: 15px 10px;
	border-bottom: solid 1px #666;
}
a.level1:hover, a.level2:hover, a.level3:hover, #level1 a.current {
	background-color: #faf3a8;
}

a.level2, a.level3 {
	padding: 5px;
}

#detail .down {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #720d00;
	line-height: 1.5em;
	font-size: 1.1em;
}
#detail .down a {
	display: block;
	text-decoration: none;
	color: #000;
}
#detail .down a:hover {
	color: #333;
	text-decoration: underline;
}

img {
	border: none;
}

a {
	color: #454545;
}
a:hover {
	color: #000;
}


#mediabox {
	width: 200px; 
	float: right;
	padding: 10px;
	margin-right: 80px;
}

#photobin img {
	display: block;
}
#photobin {
	height: 192px;
	width: 900px;
	background-color: #000;
}
#statementsbin {
	position: absolute;
	width: 900px;
	height: 165px;
	top: 400px;
	margin: auto;
	z-index: -1;
}

#search #submit {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -10px;
}