@import url('/css/default.css');
/* @import url('/css/ClickShowHideMenu.css'); */ 
@import url('/css/nav.css');
@import url('/css/cms.css');

/* Generic Styles */

html { height: 100%; }

body {
	background: #486371 url('/media/structure/body_top_tile.png') repeat-x center top;
	font:10pt verdana, geneva, sans-serif;
	margin:0px;
	height: 100%;
}

#frame {
	background: url('/media/structure/header.jpg') no-repeat 0 0 ;
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
* html #frame {height: 100%;}

#main {
	padding-bottom: 255px;
}

#header {
	height:175px;
	padding: 0 0 0 55px;
}

#leftFlash {margin:0;padding:0;}
#leftAnchor {
	background: #EAA523;
	border:1px solid #EAA523;
	width:218px;
	margin: 0 0 0 30px;
	padding-top:20px;
	overflow:hidden;
}

#content {
	background: url('/media/structure/content_bg.png') no-repeat 0 0 ;
	min-height:320px;
	padding-bottom:15px;
	color:#fff;
}

	#content p {
		font-size: 10pt;
		margin: 0px 0px 10px 0px;
		padding: 5px 0px 5px 0px;
		line-height: 18px;
	}

	
#footerTile {
	background:url('/media/structure/footer_tile.png') repeat-x center 55px ;
	height: 255px;
	width:100%;
	position: relative;
	bottom: 0px;
	margin-top: -255px;
}

#footer {
	background: url('/media/structure/footer_sun.jpg') no-repeat 0 55px ;
	width: 900px;
	margin: 0 auto;
	height: 100%;
	color:#B6C1C6;
	padding:0;
	overflow:none;
	font-size:8pt;
}
#footer a {color:#B6C1C6;}

#footer .webDesignBy {padding-left:5px;}
/* #footer .footnote {height:193px;}*/

#contact_us {
	position:absolute;
	top:137px;
	left: 50%;
	margin-left: 260px;
	width:160px;
	height:38px;
	background: url('/media/structure/contact_us_bg.png') no-repeat 0 0 ;
	display:block;
}
#contact_us a {
	font: bold 10px verdana,geneva,sans-serif;
	color:#fff;
	text-decoration:none;
	padding: 22px 0 0 30px;
	display:block;
}
#contact_us a:hover { color:#EDA723;text-decoration:underline;}

#sponsors {
	background: url('/media/structure/sponsor_tile.png') repeat-y 0 0 ;
	height: 55px;
	border: 1px solid #608397;
	border-width: 1px 0;
	margin-bottom:5px;
}
	#sponsors .float_left {
		width:50px;
		text-align:right;
		padding: 0 0 0 15px;
	}
	#sponsors .float_left h3 {
		color:#fff;
		font: bold 9px verdana, geneva, sans-serif;
		padding: 2px 0 0 0;
	}
	
	#sponsors .float_right {
		width:780px;
		text-align:center;
		padding: 0 50px 0 0;
	}
	#sponsors .float_right img {margin:0 20px;}
	
	
