/* Normalize Everything */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

/* -------------------------------------------------------*/

body {
	position: relative;
	margin: 0 auto;
	background: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	color: #fff;
}

.branding {
	position: relative;
	top: 0;
	z-index: 8;
	height: 100px;
	margin-right:auto;
	margin-left:auto;
}
.branding h1 {
	position: absolute;
	top: -9999px;
}
.branding .logo {
	position: relative;
	z-index: 8;
	top: 6px;
	left: 227px;
}

.navigation .menu {
	width:455px; 
	height: 40px;
	font-size:0.95em;
	border-top: 1px #015596 solid;
	border-left: 1px #015596 solid;
	color: #015596;
	margin-right:auto;
	margin-left:auto;
	right: 157px;
	top: 0px;
	position:relative;
	z-index:200;
}

.container {
	background-color: #015596;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 770px;
	height: 100%;
	padding-top: 45px;
	z-index: 1;
}

.slideshow {
	z-index: 1;
	height:auto;
	position: relative;
	}

.content{
	position: relative;
	float: left;
	width: 440px;
	height: 100%;
	text-align: left;
	z-index: 15;
	overflow: hidden;
	padding: 0px 20px 20px 20px;
}
.content-sec{
	position: relative;
	height: 100%;
	text-align: left;
	z-index: 15;
	overflow: hidden;
	padding: 0px 20px 20px 20px;
}

#left {
	position: relative;
	float: right;
	z-index: 30;
	padding-right: 20px;
	padding-bottom: 20px;
}
.left-sidebar {
	
	background: #FD7D00; /* orange */
	border: 1px #fff solid;
	margin-left: 0px;
	padding: 3px;
	margin-bottom: 30px;
	width: 220px;
	height: 360px;
	overflow: hidden;}
	

a:link {
	color: #ABEF09;
	text-decoration: underline;
}
A:visited {
	color: #ABEF09;
	text-decoration: underline;	
}
A:active {
	color: #ABEF09;
	text-decoration: underline;	
}
a:hover {
	color: #FD7D00;
}

.weather {
	color: Black;
}

#weather-page {
	position: relative;
	float: right;
	margin-left: 10px;
	}

h2 {
	font-size: 150%;
	color: #00301C;
	text-decoration: underline;
}

.footer {
	position: relative;
	width:770px; 
	height: 50px;
	font-size:0.85em;
	margin-right:auto;
	margin-left:auto;
	color: #015596;
	z-index: 20;
}
.footer-bg {
	position: absolute;
	background-image: url(images/bg_footer.gif);
	margin-right:auto;
	margin-left:auto;
	height: 403px;
	width: 770px;
	left: 0px;
	bottom: -54px;
	z-index: 2;
}
.footer a {
	color: #015596;
}
/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:85px;
border-right: 1px solid #015596;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#FD7D00; /* orange */
font-weight: bold;
width:90px; 
height:35px; 
border-width:1px 1px 0 0; 
background:#fff; 
padding-left:0px; 
padding-top: 5px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:79px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: #015596;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
color: #fff;
background: #015596;
}
.menu ul ul :hover > a.drop {
color: #fff;
background: #015596;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background: #015596; /* blue */
}
/* style the third level hover */
.menu ul ul ul a:hover {
color: #fff;
background:#015596; /* blue */
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:41px;
left:0; 
width:90px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:41px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:90px; 
top:0;
width:90px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-90px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background: #FD7D00; /* orange */
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:90px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:90px;
w\idth:79px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#FD7D00; /* orange */
}
.menu :hover > a {
color:#fff;
background:#FD7D00; /* orange */
}

.menu ul ul :hover > a {
	color: #fff;
	background:#015596; /* blue */
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}



.sponsors {
	background-color: white;
	border-top: 1px solid #661703;
}
