@charset "UTF-8";
/* reset */

* {
	border: 0;
	outline-style: none;
}

body {
	background-color: #000000;
	margin: 0;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	/*background: -moz-radial-gradient(50% 50%, ellipse cover, #33EEFF, #000000) no-repeat;*/
	/*background: -webkit-gradient(radial, 50% 50%, 1024, 50% 50%, 100, from(#000000), to(#33EEFF));*/

}

html {
	height: 100%;
}

a {
	color: #00FFFF;
	text-decoration: none;
}

a:hover, .btnHover {
	color: #FFFFFF;
}

/* HEADER */
#header {
	z-index:10;
	position:relative;
	height: 50px;
	background-color:#000000;
}

#logo {
	margin: 8px 0px 1px 12px;
	float: left;
	z-index:100;
	position:relative;
	background-color: #EA2141;
}

ul#nav, ul.subnav {
	background-color: #000000;
	background-color: rgba(0,0,0,.5);
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
}

ul#nav {
	margin:18px 0px 2px 18px;
	display: inline;
	height: 30px;
}

ul#nav li {
	background-image: url('../images/divide.png');
	background-position: top right;
	background-repeat:no-repeat;	
	height: 30px;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	display: inline;
	cursor: pointer;
	float:left;
	list-style: none;
	position: relative;
}

ul#nav li:last-child {
	background-image: none;
}

ul#nav li a {
	font-family: "PF Ronda Seven", Arial, Helvetica, sans-serif; 
	padding: 16px 13px 17px 13px;
}

ul#nav li:hover > ul {
	display: block;
}


ul#nav .subnav {
	top: 30px;
	float: none !important;
	display: none;
	position:absolute;
	left: 0;
	width: 120px;
}

ul#nav .subnav li {
	display: block !important;
	float: none !important;
	height: 15px;
	background-color: rgba(0,0,0,.5);
	background-color: #000000;
	background-image: none !important;
	padding: 7px 13px;
	margin: 0px !important;
}

ul#nav .subnav li:hover {
	background-color:#EB233E;
	color:#FFFFFF;
}

ul#nav .subnav li a {
	padding: 0px;
	line-height: 15px;
}

/* CONTENT */

#flashcontent {
	min-height: 100%;
	overflow:hidden;
	height: 100% ;
	margin: 0 auto -20px;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 6px 0 0 0;
	font-size: 11px;
}

p.date {
	font-size: 9px;
	padding: 2px 0px;
	color: #999999;
}

#news {
	height: 430px;
}

.container {
	position:relative;
	margin: 100px auto;
	background-color:  #000000;
	min-height: 370px;
	width: 600px;
	text-align:left;
	z-index: 5;
}

.content {
	float: left;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px 10px 10px 10px;
	padding-right: 10px;
	height: 370px;
	width: 570px;	
	overflow-y: auto;
}

.content img {
	padding: 0px 10px 10px 20px;
}

.btn {
	float: right;
	padding: 2px 5px 5px 7px;
	border: 1px solid #2D2D2D;
	border-left-color: #4D4D4D;
	border-bottom-color: #222222;
	border-right-color: #222222;
  	background: -moz-linear-gradient(100% 100% 90deg, #111111, #252525);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111111), to(#252525));
}

.last {
	border: 0px !important;
	background-image:none !important;
}

h1 {
	font-family: "BM Pinhole", Arial, Helvetica, sans-serif;
	font-size: 26px;
	float: left;
	color: #EB233E;
	margin: 10px 0px 8px 12px;
	padding: 0;
	font-weight: normal;
}


/* NEWS */

div.newsItem {
	color: #CCCCCC;
	border-bottom: 1px solid #222222;
	padding-top: 6px;
	padding-bottom: 9px;
	background-image: none;
	width: 550px;
	float:left;
}

div.newsItem  {
	border-bottom: 0px;
}

div.newsItem:hover, .newsItemHover {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.48, rgb(0,0,0)),
		color-stop(0.72, rgb(40,40,40))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(0,0,0) 48%,
		rgb(40,40,40) 72%
	);
	cursor: pointer;
}

div.newsItemFull {
	float: left;
	display: none;
	width: 100%;
}

a.close {
	float: right;
	margin: 16px 13px 0px 0px;
	font-size: 9px;
}

#newsClose {
	display: none;
	cursor: pointer;
}

#news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 21px;
	color: #FFFFFF;
}

#news img.thumb {
	border:4px solid #1d1e18;
	float: left;
	margin: 0px 16px 0px 0px;
	padding: 0;
}

#news img.thumb:hover, .newsItemThumbHover {
	border:4px solid #FFFFFF;
}

font.intro {
	font-size: 18px !important;
}

div.copy_pic {
	float: left;
	width: 222px;
}

div.story {
	float: left;
	width: 310px;
}

div.copy_pic p {
	color: #999999;
	padding: 6px 0px;
}

p.copy_full {
	color: #CCCCCC;
	padding: 0px 20px 20px 0px;
	}

/* CONTACT */

input.contact, textarea.contact {
	width: 200px;
    background-color: #000000;
    border: 1px solid #999999;
    color: #FFFFFF;
	font-size: 10px;
	padding: 3px;
}

input#submit {
	float: right;
}

#contact-area {
	margin-top: 0px;
	width: 200px;
}

/* FOOTER */

div#footer {
	background-color:#000000;
	position: absolute;
	float:left;
	bottom: 0px;
	width:100%;
	z-index:5;
	height: 20px;
	padding: 6px 0px;
}

div#footer span {
	font-family: "PF Ronda Seven", Arial, Helvetica, sans-serif; 
	line-height: 20px;
	padding: 0px 10px;
}
