@charset "utf-8";
/* CSS Document */
/*******************Defaults***********
Red: #C51816;
Blue: #1411AB;

/*****************************************Master Commands***********************************/
*{padding:0; margin:0;}
html{height:100%;}
body{
	background:black;
	font-family:Verdana, Geneva, sans-serif;
	color:black;
	font-size:1em;
	height:100%;
}
#container{
	position:absolute;
	width:100%;
	height:100$;
}
#wrapper{
	position:relative;
	background: url(../../images/bgWhite.png) repeat-y center;
	width:1016px;
	margin-left:50%;
	left:-508px;
	height:100%;
}
.clear{
	clear:both
}
.right{text-align:right;}
.center{text-align:center;}
h2{color:#C51816; font-size:10pt;}
h2 a, h2 a:link{color:#C51816; font-size:10pt; text-decoration:none;}
h2 a:hover{color:#1411AB;}
hr{color:#C51816;}
a, a:link{color:#1411AB; font-weight:bold;text-decoration:none;}
a:visited{color:#1411AB;}
a:hover, a:active{text-decoration:underline;}

img{
border: 0;
}
#gallery{height:100%;}
.error{color:#c51816;}
.submit{
	border:solid 1px #1411AB;
	background:#C51816;
	color:#000;
	padding:2px 3px;
	text-align:justify;
	margin-top:2px;
}
.submit:hover{
	border:solid 1px #c51816;
	color:#999;
	background:#1411AB;
	}
/***************************************************Header***************************/
#header{
	position:relative;
	width:100%;
	height:225px;
}
#headLeft{
	position:relative;
	float:left;
	width:250px;
	left:15px;
	top:5px;
}
#headRight{
	position:relative;
	float:right;
	width:260px;
	right:15px;
	top:5px;
}
#headCenter{
	position:absolute;
	width:205px;
	margin-left:50%;
	left:-102px;
	top:30px;
	}
#globalNav{
	position:absolute;
	bottom:30px;
	width:610px;
	margin-left:50%;
	left:-305px;
	border-bottom:solid 1px #1411AB;
	text-align:right;
}
#globalNav ul li{
	position:relative;
	display:inline;
	text-align:right;
}
#globalNav ul li a{
	color:black;
	text-decoration:none;
	padding:2px 15px 0px 0px;
	font-size: 10pt;
	font-weight:bold;	
}
#globalNav ul li a.active{
	color:#1411AB;
	border-top:solid 1px #1411AB;
	font-size: 12pt;
	font-weight:bold;	
}
#globalNav ul li a:hover{
	color:#1411AB;
}
/*****************************************Content***************************/
#contentContainer{
	position:relative;
	width:100%;
	height:100%;
}
#contentCenter{
	position:relative;
	width:610px;
	height:100%;
	margin-left:202px;
	top:-20px;
}
#contentCenter p{
	padding:5px;
	font-size:0.8em;
}
#contentLeft{
	position:relative;
	width:200px;
	float:left;
	margin-bottom:30px;
}
#contentRight{
	position:relative;
	width:200px;
	float:right;
	margin-bottom:30px;
}
#contentVid{
	position:relative;
	width:400px;
	float:left;
}
#contentDesc{
	position:relative;
	font-size:8pt;
	width:200px;
	height:300px;
	border:1px solid #C51816;
	float:right;
}
#contBottom table{
	position:relative;
	width:610px;
	height:75px;
	margin-top:10px;
}
.lftMod{
	position:relative;
	padding-left:20px;
	padding-right:5px;
}
.rtMod{
	position:relative;
	padding-left:5px;
	padding-right:20px;
}
.title{font-size:9pt; font-weight:bold;}
.datetime{font-size:8pt;}
.normal{font-size:9pt; font-weight:normal;}
.normal a{font-size:9pt; font-weight:normal;}
.pagination{font-size:7pt; font-weight:bold;}

#footer{
	position:relative;
	height:30px;
	background:url(../../images/footer.png) center no-repeat;
	width:100%;
}
#footer ul{
	position:relative;
	text-align:center;
}
#footer ul li{
	position:relative;
	display:inline;
	font-size:8pt;
}
#footer ul li a{
	color:black;
	text-decoration:none;
}
#footer ul li a:hover{
	color:white;
	text-decoration:underline;
}