@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

body {
	padding:0; margin:0;
}

h1 {
	font-size:20px;
	margin:0 0 .5em;
}

h2 {
	font-size:17px;
	margin:0 0 .5em;
}

h3 {
	font-size:15px;
	margin:1em 0 0;
}

a {
	color:#6699ff;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

p {
	font-size:14px;
	line-height:16px;
	margin:.7em 0;
}

iframe {
	z-index:100;
}

form {
	margin:0;
}

legend {
	font-weight:bold;
	text-align:left;
	color:#fff;
}

.required {
	color:red;
	font-size:12px;
}

.button {
	cursor:pointer;
}

.blackbg {
	padding:0;
	z-index:0;
	border:1px solid #737373;
	background:url(../images/blackbg2.png);
}

.loading {
	background:url(../images/loading.gif) center center no-repeat;
	height: 300px;
}

#topmenu {
	height:118px;
}
#topmenu a {
	background:url(../images/topmenu.jpg) no-repeat bottom left;
	display:inline-block;
	width:102px;
	height:48px;
	padding-top:70px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	position:relative;
	top:0px;
}
#topmenu a.active, #topmenu a:hover {
	background:url(../images/topmenu_over.jpg) no-repeat bottom left;
	position:relative;
	top:-20px;
	padding-top:50px;
	height:68px;
}

#thumbs {
	width:100%;
	overflow-x:hidden;
}
#thumbs h3 {
	background:url(../images/thumbheader.jpg) repeat-x center;
	margin:0;
	height:18px;
	padding:3px 0 1px 8px;
	width:100%;
	font-size:14px;
	border-bottom:1px solid #000;
}

.thumbnail img, .thumbnail div {
	margin:4px 2px 0 0;
	float:left;
	width:84px;
	height:54px;
}
.thumbnail p {
	margin:0 0 4px;
	padding-top:4px;
	padding-right:4px;
	font-size:12px;
	font-weight:bold;
}
.thumbnail span {
	padding-right:4px;
	font-size:11px;
	color:#ffa600;
}
.thumbnail a {
	color:#FFFFFF;
	text-decoration:none;
	background:#040404 url(../images/thumbbg.jpg) repeat-x;
	height:62px;
	width:100%;
	display:block;
	border-bottom:1px solid #000;
}
.thumbnail a:hover, .thumbnail a.selected {
	background:#6ca1fd;
}



#menu {
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
}
#menu span {
	margin-left:8px;
}
.headerbar,.submenu {
	float:left;
	width:140px;
}
h3.headerbar {
	margin:0;
	font-size:14px;
	cursor:pointer;
	height:18px;
	padding:2px 0;
	background:url(../images/chromebg.gif) repeat-x center;
	color:#000000;
	border-top:1px solid #000000;
	margin:0;
}
h3.headerbar:hover, h3.selected {
	background:url(../images/chromebg2.gif) repeat-x center;
	color:#000;
}
ul.submenu {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.submenu li {
	list-style:none;
	width:100%;
	padding:0;
}
.submenu a {
	background:#040404 url(../images/thumbbg.jpg) repeat-x center;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	padding:2px 0 4px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #666666;
	width:100%;
	font-style:normal;
}
.submenu li a:hover, .submenu a.selected  {
	background:#6ea2fd;
	color:#fff;
	font-style:italic;
}

#footer td {
	font-size:10px;
	color: #b1b1b1;
	height:10px;
}
#footer a {
	font-size:10px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 10px;
	font-style:normal;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

#thumbFrame, #mainFrame {
	overflow-x:hidden;
	overflow-y:auto;
}

#main {
	padding:10px 10px 10px 15px;
}
#main img, #main a img {
	border:1px solid #f3f3f3;
}

#main p {
	text-align:justify;
}

#main ul {
	margin:0;
	padding:0 0 0 30px;;
}

#main li {
	line-height:25px;
}

#main li a {
	font-size:16px;
	font-style:normal;
	color:#FFFFFF;
	text-decoration:underline;
}
#main li a:hover {
	color:#6699ff;
}

#web {
	padding:10px 0;
	text-align: center;
}
#web a {
	color:#ffa600;
	font-style:normal;
}
#web a img {
	border:1px solid #FFFFFF;
}
#web a:hover img {
	border:1px solid #ffa600;
}

#video {
	padding:10px;
	text-align: center;
}


.headerMenu {
	height:55px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.headerMenu a {
	display: inline-block;
	height:54px;
	background: #798397 url(../images/menubg.jpg) center repeat-x;
	color: #fff;
	text-transform: uppercase;
	font: bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	border-top: 1px solid #798397;
	border-left: 2px solid #536eab;
	border-right: 1px solid #1a3061;
}
.headerMenu a:hover {
	text-decoration:none;
}
.headerMenu a.selected {
	background:#6699ff;
}
.headerMenu a img {
	margin:-2px 0 0 15px;
	vertical-align:middle;
}
.headerMenu a div {
	background:#6699ff;
	color: #3399ff;
	width:100%;
	height:60px;
	position:relative;
	top:-61px;
	margin-bottom:-5px;
	z-index: 10;
}
.headerMenu a span {
	display:inline-block;
	height: 55px;
	padding: 0 20px;
}
.headerMenu a span.normal {
	line-height: 55px;
	position:relative;
	color: #fff;
	top:-55px;
	z-index: 0;
	background: url(../images/menuarrow.png) center 38px no-repeat;
}
.headerMenu a.selected span.normal {
	z-index: 20;
	background: url(../images/menuarrow_over.png) center 38px no-repeat;
}
.headerMenu a span.hover {
	line-height: 65px;
	top: 0;
	z-index: 10;
	background: url(../images/menuarrow_over.png) center 43px no-repeat;
}
.headerMenu a.selected span.hover {
	display: none;
}

