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

body{
	margin:0;
	}
	
.toplight{
	position:relative;
	background-position:top center;
	background-image:url(images/TOPlight.png);
	background-repeat:no-repeat;
	margin-top:0px;
	height:25px;
	width:100%;
	border:none;
	}
	
.navbar{
	position:relative;
	background-image:url(images/TITLEbar.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:58px;
	margin:0;
	padding:0;
	border:none;
	}	
		
.nav{
	position:relative;
	background-position:top left;
	height:58px;
	min-width:1080px;
	max-width:1600px;
	margin:0;
	padding:0;
	border:none;
	}	
	
.nav a{
	font-family: 'Oswald',  Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	text-shadow:0px -2px #000;
	float:right;
	padding-right:15px;
	padding-left:15px;
	margin-top:15px;
	}
	
.nav a:hover{
	color: #000;
	/* text-shadow:0px 1px #eee; 
	margin-top:14px; */
	text-shadow:0px 0px #000;
	}

.spin{
	position:absolute;
	background-position:top left;
	/* height:90px;
	width:90px; */
	top:6px;
	margin:0;
	padding:0;
	z-index:100;
	border:none;
	}	
	
.splat{
	position:absolute;
	top:25px;
	/* height:90px;
	width:90px; */
	margin:0;
	padding:0;
	z-index:101;
	border:none;
	left: 96px;
	}	

.contentpage{
	position:relative;
	/* DARKER gray floating middle*/
	margin-left:auto;
	margin-right:auto;
	top:1px; 
	width:1080px;  
	 height:800px;  
	 bottom:24px; 
	/* min-height:400px;  */
	background-image:url(images/BLK25pct.png);
	padding:0;
	border:none;
	}	
	
.subtitle{
	position:relative;
	/* left:50%;margin-left:-540px;*/
	margin-left:auto;
	margin-right:auto;
	top:1px; 
	width:1080px;
	height:60px; 
	background-image:url(images/BLK33pct.png);
	padding:0;
	border:none;
	}	

.contentbox{
	position:relative;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	top:24px; 
	
	width:900px; 
	min-height:348px;
	/*height:348px; */
	background-color:#000;
	padding:0;
	border:none;
	}	
	
.contentimg{
	position:relative;
	float:left;
	}		
	
.contentTitle{
	position:relative;
	top:14px;
	left:90px;
	font-family: 'Michroma', Arial, Helvetica, sans-serif;
	font-size:18px;
	/* color:#525c81; */
	color:#839aee;
	text-decoration:none;
	text-shadow:1px 1px #000000;
	z-index:400;
	}	
	
.hdivTitle{
	position:relative;
	top:14px;
	left:0px;
	font-family: 'Michroma', Arial, Helvetica, sans-serif;
	font-size:18px;
	/* color:#525c81; */
	color:#839aee;
	text-decoration:none;
	text-shadow:1px 1px #000000;
	z-index:400;
	}	

	
.contentChoices a{
	position:relative;
	right:60px;
	padding-right:30px;
	top:-4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	z-index:400;
	}	
	
.contentChoices a:hover{
     color: #839aee;
	}

.contentCopy{
	position:relative;
	top:16px;
	left:16px;
	padding-right:32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:300;
	text-decoration:none;
	/* text-shadow:1px 1px #000000; */
}

.boxes{
	position:relative;
	/* overflow:hidden; 
	padding-right:40px; */
	left:8px; 
	max-width:900px;
	
	}

.boxes img{
	padding-right:8px;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
    }

.sectionHeader{
	position:relative;
	top:16px;
	left:16px;
	/*padding-left:32px; */
	font-family: 'Oswald',  Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#bbbbbb;
	font-weight:300;
	text-decoration:none;
}

.hilite1 {
	color: #AB7EFE;
	font-family: 'Oswald',  Arial, Helvetica, sans-serif;
	font-size:16px;
}

.tablebox{
	position: relative;
	float:left;
	}
	
.tableboximg{
	position:relative;
	float:left;
	}	

.tableboxtitle{
	position: relative;
	font-family: 'Oswald',  Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	/* font-weight:bold; */
	text-decoration:none;
	color:#FF9;
	top:-6px;
	}
	
.tableboxtext{
	position: relative;
	float:right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:300;
	width:136px;
	min-height:140px;
	top:12px;
	clear:right;
	}