html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #e9e9de url(../images/background.jpg) repeat-x;
} 
img { border: none; }
#container {	
	top: 0px;	
	width: 800px;	
	height: auto;	
	min-height: auto;	
	margin: auto;	
	position: relative;
	background: url(../images/container_dec.gif) top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html>body #container {	height: auto;}
hr { border: 1px solid #c7c7c7; border-bottom: none; }
.bold { font-weight: bold; }
#flash {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 286px;
	height: 198px;
	z-index: 10;
}
#top_dec {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 800px;
	height: 200px;
	background: url(../images/top_dec.jpg) no-repeat;
}
#right_buttons {
	position: absolute;
	top: 220px;
	left: 605px;
}
#top_header {
	position: absolute;
	top: 198px;
	left: 162px;
	width: 431px;
	height: 200px;
}
#menu { 	
	position: absolute;
	top: 221px;
	left: 10px;
}
.arrowlistmenu{
	width: 190px; /*width of accordion menu*/
}
.menuheader {
	margin-top: 10px;
}
.menuheader a {
	 text-decoration: none;
	 color: #002f64;
	 font-size: 11px;
	 font-weight: lighter;
}
.menuheader .current {
	color: #51d2fb;
	text-decoration: none;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002f64;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 0px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-weight: lighter;
}
.arrowlistmenu a:hover {
	color: #51d2fb;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	 color: #002f64;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-top: 5px; /*bottom spacing between menu items*/
	padding-bottom: 2px; /*bottom spacing between menu items*/
	color: #333333;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
 
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

}

.arrowlistmenu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #002f64;
	display: block;
	padding: 0px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
}
.expandable:hover{ /*hover state CSS*/
	color: #51d2fb;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #51d2fb;
}
.arrowlistmenu ul li .current { /*hover state CSS*/
	color: #51d2fb;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: none;
}
#content {
	padding: 400px 225px 250px 180px;
}
#content a {
	color: #3a5fb0;
	text-decoration: none;
}
#content a:hover {
	color: #0c3f78;
	text-decoration: none;
}
.h1, h1 { 
	color: #53a0d4;
	font-size: 30px;
	font-weight: lighter;
}
.sponsors {
	margin-bottom: 20px;
}
.right_thumb {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #53a0d4;
}
.right_thumb:hover {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #fcd91b;
}
.thumb {
	border: 2px solid #53a0d4;
}
.thumb:hover {
	border: 2px solid #fcd91b;
}
#footer_dec {
	position: absolute;
	bottom: 180px;
	right: 20px;
	width: 171px;
	height: 56px;
	background: url(../images/emergency.gif) no-repeat;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 160px;
	width: 800px;
	background: #eceade url(../images/footer_dec.jpg) no-repeat;
}
#footer_logos {
	text-align: right;
	padding: 15px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a29fab;
}
#footer_text {
	text-align: right;
	padding: 20px 10px 10px 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #53a0d4;
}
#footer_text a {
	color: #105098;
	text-decoration: none;
}
#footer_text a:hover {
	color: #b8b6bd;
	text-decoration: none;
}
.fm-logo { 
	padding: 5px 0px 0px 10px;
	float: right;
}