﻿@charset "utf-8";
/* CSS Document */

html, body {
	background:url(images/bg.png) repeat-x #0058ba;
	margin:0px;
	padding:0px;
	color: #FFF;
	font-size: 12px;
	font-family: "Calibri";
	text-align: center;
}

img {
	border: 0px solid;
	-ms-interpolation-mode:bicubic;
}

a:link {
	color: #FFFFAA;
}

a:visited {
	color: #FFFFAA;
}

#container {
	position:relative; 
	width:800px; 
	height:100%;
	margin:auto; 
	text-align: left;
	background-repeat: no-repeat;
}

#container #fadeLt{ 
	position: absolute;
	width: 20px;
	height: 100%;
	margin-left: -20px; 
	background:url(images/fadeSides.png) repeat-y;
}

#container #fadeRt{ 
	position: absolute;
	left: 100%;
	width: 20px;
	height: 100%;
	background:url(images/fadeSides.png) repeat-y -20px;
}

#content {
	background-color:#49689e;
	padding:20px;
	padding-top:0px;
	opacity:0.9;
	filter: alpha(opacity=80);
}

#topMenu {
	position:absolute; 
	top: 0px;
	left: 0px;
	width:100%; 
	height:73px;
	background:url(images/topMenuBg.png) repeat-x;
	z-index: 10;
}

#topMenu #squeeze {
	width: 790px;
	height: 73px;
	padding: 0px;
	margin: auto;
	background:url(images/topMenu.png) no-repeat;
}

#topMenu a {
	width: 90px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	float: left;

}

.hash {
	position: relative;
	width: 10px;
	height: 73px;
	background: url(images/hash.png);
	float: left;
}

#highlite {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 300px;
	height: 73px;
	background: url(images/topMenuHighlite.png) no-repeat;
	visibility: hidden;
	z-index: 9;
}

#subMenu {
	position: absolute;
	left: 400px;
	width: 300px;
}

#subMenu .hash {
	background-position-y: -12px;
}

#subMenu a {
	position: relative;
	float: left;
	width: 80px;
	height: 50px;
}

#subMenu a:hover {
	background-position-x: -80px;
}

#subMenu a:active {
	background-position-x: -160px;
}

#logo {
	position: absolute;
	display: inline;
	left: 50%;
	width: 394px;
	height: 126px;
	margin-left: -400px;
	background: url(images/logoW.png);
	z-index: 20;
}

.contentTable {
	border: 0px;
	width: 100%;
}

.contentTable td{
	width: 50%;
	vertical-align: top;
}

.photos td{
	width: 25%;
	vertical-align: middle;
	align: center;
}

#subHeadSpacerIndex {
	width:800px;
	height:290px;
}

#subHeadSpacer {
	width:800px;
	height:73px;
}

#footer {
	position: relative;
	width: 800px;
	height: 15px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	background-color: #023671;
}

#bottom {
	position: relative;
	width: 840px;
	height: 55px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	background: url(images/bottom.png) no-repeat;
}