@charset "utf-8";
/* CSS Document */

body{
	background-color: #4e4e4e;
	margin: 0;
}
#wrapper{
	width: 1024px;
	margin: 0 auto;
	background: #000000 url("img/bg_container.jpg") 0 0 no-repeat;
	padding: 6px 0 0 0;
}
#utility-bar {
	width: 1024px;
	height: 22px;
	background: url("img/bg_utility-bar.gif") 0 0 no-repeat;
}
#utility-links {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	float: right;
	margin: 2px 120px 0 0;
	text-decoration: none;
	font-weight: normal;
}
#utility-links a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
#masthead {
	width: 1024px;
	height: 70px;
}
/* CONTENT */
#contentShell{
	width: 800px;	
	margin: 0 0 0 100px;
	padding: 0 0 25px 0;
}
.title{
	margin: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13.5pt;
	font-weight: bold;
	text-decoration: none;
}
#gallery #secondaryContent .title{
	margin-bottom: 2px;
}
#footer .title{
	margin: 28px 0 12px 0;
}
#home #main-content{
	width: 800px;
	background: url("img/bg_main-content.gif") 511px 0 repeat-y;
	border-bottom: 1px #424242 solid;
}
#home #primaryContent{
	float: left;
	width: 480px;	
	height: 360px;
	margin: 0 0 30px 0;
	background: #000 url("img/bg_video") 0 0 no-repeat;
}
#home #secondaryContent{
	float: right;
	width: 260px;	
	height: 360px;
	margin: 0 0 30px 0;
}
.clear { clear: both; }
#footer{
	width: 800px;	
	background-color: #020202;
	border-top: 1px #424242 solid;
	padding: 0 0 40px 0;
}
.text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	line-height: 13pt;
}
div.hr {
	width: 100%;
	height: 12px;
	border-top: 1px #424242 solid; 
}
#leftCol {
	width: 30%;
	float: left;
}
#middleCol {
	width: 30%;
	float: left;
	margin: 0 35px 0 35px;
}
#rightCol {
	width: 30%;
	float: left;
}
/* Gallery Pages */
#gallery #main-content {
	width: 800px;	
	margin: 0 0 20px 0;
	background: url("img/bg_main-content.gif") 511px 0 repeat-y;
}
#gallery #primaryContent {
	float: left;
	width: 480px;	
	margin: 0 0 25px 0;
	text-align: center;
	vertical-align: middle;
}
/* News and Radio Ad Images -- Next-Previous Navigation */
#previous-img-nav {
	float: left;
	width: 110px;
	height: 460px;
	vertical-align: middle;
	text-align: left;
}
#previous-img-nav img { 
	margin: 235px 0 0 0;
}
#adWrapper {
	float: left;
	height: 460px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
/* maintains the thumbnails vertical position for Ad Images with shorter height */
img#ad-image-1{
	margin: 15px 0;
}
img#ad-image-4{
	margin: 14px 0 15px 0;
}
/* Positions Radio Ad images/player together and spacing above the thumbnail bar maintaining its vertical position */  
#radioWrapper {
	margin: 134px 0 113px 0;
	height: 460px;	
}
/* Ad Image Next-Previous arrow navigation */
#next-img-nav {
	float: left;
	width: 100px;
	height: 460px;
	vertical-align: middle;
	text-align: right;
}
#next-img-nav img { 
	margin: 235px 0 0 0;
}
/* Thumbnail nav bar */
#thumbnails {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
#thumbnails img {
	margin: 0 6px;
	float: left;
}
#thumbnails .thumbNav {
	margin: 0;
	float: left;
}
#gallery #secondaryContent{
	float: right;
	width: 260px;	
	margin: 0 0 25px 0;
}
#gallery #secondaryContent .text a:link, #gallery #secondaryContent .text a:visited{
	color: #ffffff;
	text-decoration: underline;
}
#gallery #secondaryContent .text a:hover, #gallery #secondaryContent .text a:active{
	color: #8a8a8a;
	text-decoration: underline;
}