@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	margin-bottom: 5px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	color: #999999;
}

.curved {
	border-radius: 30px 30px 0px 0px; 
	-moz-border-radius: 30px 30px 0px 0px; 
	-webkit-border-radius: 30px 30px 0px 0px;
	behavior:url(border-radius.htc);
}

.navBar {
	background-color: #23488A;
	background-image: url(../images/layout/navBG.gif);
	line-height: 50px;
	text-align: right;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 2px 2px 5px #111;
	-webkit-text-shadow: 2px 2px 5px #111;
	-moz-text-shadow: 2px 2px 5px #111;
}

#navBar {
	background-color: #23488A;
	background-image: url(../images/layout/navBG.gif);
	line-height: 50px;
	text-align: right;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 2px 2px 5px #111;
	-webkit-text-shadow: 2px 2px 5px #111;
	-moz-text-shadow: 2px 2px 5px #111;
}

#subBar {
	background-color: #23488A;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	float: left;
}

#subBanner {
	width: 350px;
	float: left;
	text-align: center;
	color:#FFFFFF;
	text-shadow: 2px 2px 5px #111;
	-webkit-text-shadow: 2px 2px 5px #111;
	-moz-text-shadow: 2px 2px 5px #111;
	}

#subBanner h1 {
	padding: 0px;
	margin: 0px;
}

#subBar img:hover {
	box-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
}

#logo {
	margin-top: 5px;
	margin-left: -10px;
	z-index: 900;
	position: absolute;
}

#content {
	z-index: 1;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#navBar a {
	color:#FFFFFF;
	line-height: 50px;
	padding-right: 8px;
}

#navBar a:hover {
	color:#FF6600;
	line-height: 50px;
	padding-right: 8px;
}

.navBar a {
	color:#FFFFFF;
	line-height: 50px;
	padding-right: 8px;
}

.navBar a:hover {
	color:#FF6600;
	line-height: 50px;
	padding-right: 8px;
}

.navButton {
	display: inline;
	line-height: 50px;
	padding-right: 5px;
}

#contentLeft {
	float: left; 
	width: 450px;
	text-shadow: 2px 2px 3px #ddd;
	-webkit-text-shadow: 2px 2px 3px #ddd;
	-moz-text-shadow: 2px 2px 3px #ddd;
}

#contentLeft h2 {
	margin-left: 30px;
}

#contentRight {
	float: left;
	width: 420px;
	padding-left: 20px;
	text-shadow: 2px 2px 3px #ddd;
	-webkit-text-shadow: 2px 2px 3px #ddd;
	-moz-text-shadow: 2px 2px 3px #ddd;
}

.indexButtons {
	background-color:#666666; 
	width: 105px; 
	height: 105px; 
	margin: 0px; 
	float: left; 
}

.indexButtons:hover {
	cursor: pointer;
	opacity: 0.5;
}

#player {
	float: left;
	position: absolute;
	margin-left: -130px;
	background-color:#fff;
	width: 560px;
	height: 340px;
	display: none;
	box-shadow: 8px 22px 8px #333;
	-moz-box-shadow: 8px 22px 8px #333;
	-webkit-box-shadow: 8px 22px 8px #333;
}

#player img:hover {
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.indexVideoPlayer {
	background-color:#fff;
}

#footer {
	background-color: #FFFFFF;
	line-height: 50px;
	padding-bottom: 40px;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#logos img {
	margin-left: 16px;
}

td {
text-align: left;
}

.error {
	color: #FF0000;
}

h2 {
	font-size: 16px;
}

html {
	overflow-y: scroll;
}

#recLetter {
	box-shadow: 3px 3px 14px #888;
	-moz-box-shadow: 3px 3px 14px #888;
	-webkit-box-shadow: 3px 3px 14px #888;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#menuButtons {
	float: right;
	margin-top: 15px;
	}
	
	#menuButtons a {
		font-size:16px;
		padding: 15px 50px;
		background: url(../images/pages/index/buttonBG.jpg);
		color:#fff;
		text-shadow: 3px 3px 5px #333;
		-moz-text-shadow: 3px 3px 5px #333;
		-webkit-text-shadow: 3px 3px 5px #333;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin-left: 16px;
	}
	
	#menuButtons a:hover {
		background: url(../images/pages/index/buttonBGhighlight.jpg);
		color:#ddd;
		text-shadow: 3px 3px 5px #666;
		-moz-text-shadow: 3px 3px 5px #666;
		-webkit-text-shadow: 3px 3px 5px #666;
	}