@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html{height:100%;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#CCC;
	background:#000;
	height:100%;
}

H1{	font-size:110%; font-weight:bold;}
H2{	font-size:100%;font-weight:bold;width:100%;
	background:  #4B4B4B url(../images/grayboxBg.png); 
	background-repeat:repeat-x; 
	background-position:bottom;
	padding:3px 0px; 
	margin-bottom:10px; 
	text-indent:10px;}
H3{font-size:90%;font-weight:bold; width:100%; padding:3px 0px; text-indent:10px;
	background:  #4B4B4B url(../images/grayboxBg.png); 
	background-repeat:repeat-x; 
	background-position:bottom;

}
H4{font-size:90%;font-weight:bold;text-decoration:underline;}

img {border:none;}
.center{text-align:center;}
a:link {color: #fff;  font-weight:bold; text-decoration:underline;}
a:visited {color: #fff; text-decoration:underline; font-weight:bold;}
a:hover {color: #06F;text-decoration:none;}
a:active {color: #06F;}
a:focus{color: #06F;}
.spacer{height:30px;clear:both; width:100%;}
.hidden{visibility:hidden;}
p{padding:5px 15px;}
.indent{text-indent:25px;}
.clear{clear:both;}
.share{padding:0px 20px;}
.share img{border:none; text-decoration:none;padding:2px 5px;}
#gallery{height:100%;}
#trailer{height:410px; width:640px;}

#container{position:relative; width:100%;}

#header{position:relative;margin-bottom:20px;height:75px;}
#globalNav{
	position:relative;
	text-align:center;
	right:180px;
}
#gnav{
	position:relative;
	text-align:center;
}
#gnav li {
	position:relative;
	display:inline;
	position:relative;
	list-style:none;
}

#gnav li a {
	position:relative;
	background: url(../images/navrepeat.png) repeat-x;
	text-decoration:none;
	padding:6px 15px 10px 15px;
	top:-14px;
	z-index:200;
}
#gnav li a:hover{
	background:url(../images/navrepeat_over.png) repeat-x;
	color:#00F;
}
#gnav li a.active {
		background:url(../images/navrepeat_over.png) repeat-x;
}

#logo{
	position:relative;
	width:377px;
	height:67px;
	margin-left:15px;
	float:left;
}

#content{
	position:relative;
}
#centerColumn{
	position:relative;
	float:left;
	text-align:center;
	width:70%;
	font-size:80%;
}
.centerFixed{
	margin:0 auto;
	width:640px;
	border-width:1px;
	border-style:solid;
	border-color:#333;
	text-align:left;
}
.centerFixed img{text-align:center;}
.centerText{
	margin:0 auto;
	width:78%;
	text-align:left;
}
.centerExpand{
	position:relative;
	width:85%;
	text-align:center;
	margin:0 auto;
}
#leftSide{
	float:left;
	position:relative;
	width:15%;
	font-size:75%;
}

#rightSide{
	position:relative;
	width:15%;
	font-size:75%;
	float:right;
}
.rightColumnSub{
	position:relative;
	width:100%;
}
.grayBox{
	position:relative;
	border-width:1px;
	border-style:solid;
	border-color:#333;
	padding:2px 10px;
	
}
ul li{list-style:none;}
.nopad a{ padding:0px;}
.grayboxHead{font-size:12px;}
.grayboxHead a{font-weight:bold;}
.grayboxHead a:hover{text-decoration:none;}
.grayboxBod{font-size:11px; font-weight:normal;}
.grayboxBod a{text-decoration:none;}
.grayboxBod a:hover{text-decoration:underline;}
.smallImage img{
	width:80%;
	height:80%;
}
#twitter_div{
	position:relative;
	width:100%;
}
#twitter_update_list 
{
	position:relative;
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:#333;
}

#twitter_update_list li
{
	position:relative;
	list-style:none;
	padding:5px 15px;
	width:90%;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space:wrap;
	}
#footer{
	position:fixed;
	bottom:0px;
	width:100%;
	background:#333;
}
#fnav{
	position:relative;
	text-align:center;
	padding:2px 0px;
}
#fnav li {
	position:relative;
	display:inline;
	position:relative;
	list-style:none;
	padding:0px 5px;
	font-size:70%;
}

#fnav li a {
	position:relative;
	text-decoration:none;
	z-index:200;
}