/** RESETS **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, p, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	background-color:#000000;
}

/** PAGE LAYOUT**/

a, p, h1, h2, h3, h4, h5, li, ul {
	font-family:Arial, Helvetica, sans-serif;
}

h5{
  font-size: 30px !important;
  margin-left: 5px;
}

#header {
	height:80px;
	width:100%;
	background:url(../images/nav_bg.jpg) center no-repeat;
}

#navContainer {
	width:1100px;
	margin: 0 auto;
}
	ul#nav {
		float:right;
		list-style:none;
		padding:51px 0 0 0;
	}
		
		#nav li {
			float:left;
			color:#FFFFFF;
		}
		
		#nav li.navDivider {
			margin: 0 12px;
		}
		
		#nav li span {
			color:#d10300;
			font-size:13px;
			font-weight:bold;
		}
		
		#nav li a {
			font-size:13px;
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
		}
		
		#nav li a:hover {
			text-decoration:underline;
		}
		
		
	
#mainBodyWrapper {
	width:100%;
	height:906px;
}

#mainBodyWrapper.one {
	background:url(../images/bg-1d.jpg) center no-repeat #000000;
}

#mainBodyWrapper.two {
	background:url(../images/bg-2.jpg) center no-repeat #000000;
}

#mainBodyWrapper.three {
	background:url(../images/bg-3.jpg) center no-repeat #000000;
}

#mainBodyWrapper.four {
	background:url(../images/bg-4.jpg) center no-repeat #000000;
}

#mainBodyWrapper.five {
	background:url(../images/bg-5.jpg) center no-repeat #000000;
}

#mainBodyWrapper #mainContent .textWrap {
	background:url(../images/transparent_bg.png);
	width: 629px;
	float:right;
	padding:8px;
	position:relative;
}


#mainBodyWrapper #mainContent .textWrap a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#mainBodyWrapper #mainContent .textWrap a:hover {
	text-decoration:underline;
}

#mainBodyWrapper #mainContent .textWrap embed {
	border:#d10300 solid 1px;
}

#mainContent {
	width:1100px;
	margin: 0 auto;
}
	
	#mainContent p {
		font-size:12px;
		color:#fff;
		padding:0px 5px 13px 5px;
		line-height:15px;
	}
	
	#mainContent p.press {
		font-size:12px;
		color:#fff;
		padding:2px 5px 2px 5px;
		line-height:15px;
	}
	
	
	#mainContent span.sub {
		text-indent: 10px;
		font-style:italic;
		font-weight:normal;
	}
	
	#mainContent h3 {
		padding:10px 5px 0 5px;
	}
	
	#mainContent h3 img.hdr-links {
		padding-bottom: 15px;
	}
	
	#mainContent h4 {
		font-size:12px;
		color:#fff;
		font-style:italic;
		padding:10px 5px;
	}
	#mainContent h4.bios {
		font-size:14px;
		color:#fff;
		font-weight:bold;
		font-style:normal;
		padding:0 0 5px 5px;
	}
	
	
	#mainContent h5 {
		font-size:13px;
		color:#fff;
		font-weight:bold;
	}
	
	#mainContent img.logo {
		float:right;
		margin:43px -5px 10px 0;
	}

#mainContent .twitterFacebook {
	float:left;
	width: 600px;
}

#mainContent .twitterFacebook a {
	float: left;
}

#mainContent .addMe {
	float:right;
	width:250px;
	margin-bottom:27px;
	padding: 15px 10px 0 0;
	text-align:right;
}

#mainContent table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0  5px 5px 5px;
}


ul.gallery {
	width:629px;
	list-style:none;
	float:left;
	margin-left:3px;
	margin-bottom:8px;
}

.gallery li {
	width:135px;
	margin-right:20px;
	float:left;
}

.gallery li img {
	border:#FFFFFF solid 1px;
}

.gallery li img:hover {
	border:#d10300 solid 1px;
}

.gallery li:last-child {
	margin-right:0;
}

.clear {
	clear:both;
}

.readmore {
	color:#638392;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
.expand {vertical-align:top;}

em {font-style:italic !important;}

.textWrap ul.castlist {list-style:none;}
.textWrap ul.castlist li {border-bottom: #666 solid 1px;margin:0 0 10px 0;}
.textWrap ul.castlist li:last-child {border-bottom:none;}

#emailFormContainer {
	float: left;
	width: 300px;
	margin: 12px 0 0 33px;
}

#emailFormContainer .labelTextContainer {
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	float: left;
	line-height: 1.1;
}

#emailFormContainer .labelTextContainer .labelText1 {
	font-size: 11px;
}

#emailFormContainer .labelTextContainer .labelText2 {
	font-size: 15px;
	font-weight: bold;
}

#emailFormContainer form input {
	float: left;
	margin: 5px 0 0 10px;
}

#emailFormContainer form input[type="submit"] {
	margin: 4px 0 0 2px;
}
