@charset "UTF-8";
/* CSS Document */
/*-----COLORS-------
FONT BLUE:			#D3E7FF
CONTENT BG BLUE:	#113258
GREEN:				#8DC63F
BODY BG BLUE:		#224F83

----------------*/
html {
	overflow-y:scroll;
}
img {
	border:none;
}
body {
	font: 16px "Times New Roman", Times, serif;
	background: #224F83;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D3E7FF;
}
div {
	display:block;
}
a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color: #8DC63F;
	text-decoration:none;
	cursor:pointer;
}
#floatright {
	padding: 0 10px 0 0;
	float:right;
	width:480px;
}
#floatleft {
	padding: 20px 0 0 10px;
	float:left;
}
#photo {
	
}
h1, h2 {
	margin:15px 0 1px 0;
	padding:0;
	color: #8DC63F;
	font-weight:normal;
}
h3, h4, h5 {
	margin:5px 0 1px 0;
	padding:0;
	color: #FFFFFF;
	font-weight:normal;
}
h4, h5 {
	font-weight:bold;
}
p {
	margin:0;
	padding:0 0 10px 0;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
#container {
	width: 990px;
	padding:1px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:1px;
}
#header {
	margin:0px;
	padding:0px;
	height:92px;
	background-image:url(../images/header_bg_repeat.png);
	background-position:top center;
	background-repeat:repeat-x;
}
#header #container {
	height:92px;
	background-image:url(../images/header_bg.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#header #container #navi {
	margin:0px;
	padding:0px;
	float:right;
	position:relative;
	right:65px;
}
#header #container #logo {
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	top:10px;
	left: 15px;
}
#navi div {
	margin:0px;
	padding:5px 10px;
	float:left;
	font-size:12px;
}
#content {
	margin:0px;
	padding:0px;
	background-color:#113258;
	background-image:url(../images/content_bg_repeat.png);
	background-position:top center;
	background-repeat:repeat-x;
	min-height:390px;
}
#content #container {
	background-color:#113258;
	background-image:url(../images/content_bg.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#footer {
	margin:0px;
	padding:0px;
	background-image:url(../images/footer_bg_repeat.png);
	background-position:top center;
	background-repeat:repeat-x;
}
#footer #container {
	background-image:url(../images/footer_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	vertical-align:bottom;
	height:205px;
	margin:0 auto;
}
#footer #container #navi {
	color:#000000;
	margin:0px;
	padding:0 0 0 10px;
	float:right;
	text-align:center;
	position:relative;
	top:60px;
	right: 200px;
}
#footer #container #navi a:link, #footer #container #navi a:visited {
	
	filter: "alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
#footer #container #navi a:hover {
	
	filter: "alpha(opacity=100)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}
#footercontent {
	width:600px;
	margin:0 auto;
	padding:0;
	position:relative;
	top:50px;
}
#clearfloat {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
}
#sponsors {
	position:relative;
	float:right;
	margin:0 auto;
	padding:0px;
	width:840px;
	top:40px;
	text-align:center;
}
#sponsors a:link, #sponsors a:visited, #topsponsors a:link, #topsponsors a:visited {
	
	filter: "alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display:block;
}
#sponsors a:hover, #topsponsors a:hover {
	
	filter: "alpha(opacity=100)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display:block;
}
#sponsors img:hover, #topsponsors img:hover {
	filter: "alpha(opacity=0)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity = 0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	display:block;
}
.logo1:hover {
	background-image:url(../images/logo/logo_01_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo2:hover {
	background-image:url(../images/logo/logo_02_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo3:hover {
	background-image:url(../images/logo/logo_03_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo4:hover {
	background-image:url(../images/logo/logo_04_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo5:hover {
	background-image:url(../images/logo/logo_05_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo6:hover {
	background-image:url(../images/logo/logo_06_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo7:hover {
	background-image:url(../images/logo/logo_07_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#logo8:hover {
	background-image:url(../images/logo/logo_08_h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sponsors div:hover {

	filter: "alpha(opacity=90)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity = 90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#sponsors div {
	float:left;
}
#emailbtn {
	background-image:url(../images/email_btn.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:60px;
	width:80px;
}
#emailbtn:hover {
	background-image:url(../images/email_btn_h.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:60px;
	width:80px;
}
