@charset "utf-8";

/* Yahoo Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin-bottom: 13px;
	;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CSS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0b0b0b url(images/bg_image.jpg) no-repeat center top;
	color:#FFF;
}
h1 {
	font-size:24px;
	color:#F00;
	font-weight: bold;
}
h3 {
	font-size:22px;
	color:#F00;
	font-weight: bold;
}
h4 {
	font-size:14px;
	color:#F00;
	margin-bottom:3px;
}
h3 a{
	color:#F00;
	text-decoration: none;
}
#wrap {
	width:960px;
	margin:0 auto;
}
#nav {
	height:36px;
	line-height:36px;
	font-size:15px;
	background:#be0000 url(images/nav-bg.gif) bottom repeat-x;
	font-weight:bold;
	text-transform:uppercase;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: inline;
	text-decoration: none;
	padding: 0 20px 0 20px;
	display: block;
	float:left;
	color: #FFFFFF;
	list-style: none;
	background:url(images/nav-spacer.gif) right no-repeat;
}		
#nav li a:hover {
	background: #f8b500 url(images/nav-spacer.gif) right no-repeat;
}

#header {
	height:120px;
}
#header .logo {
	margin: 25px 0 0 20px;
}
#feature {
	height:365px;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}
#feature .image {
	width:710px;
	float:left;
}
#feature .news {
	float:right;
	width:220px;
	padding:15px;
	height:335px;
	background-color: #000;
}
.newsitem {
	font-size:11px;
	border-bottom:solid 1px #222;
	padding-bottom:10px;
	margin-bottom:10px;
}
.newsitem .date {
	font-size:11px;
	color:#999;
	font-weight:bold;
	text-align:right;
}
.newsitem h4 {
	font-size:11px;
	color:#F00;
	font-weight:bold;
	margin-bottom:0;
}
.largenewsitem {
	font-size:12px;
	border-bottom:solid 1px #222;
	padding-bottom:15px;
	margin-bottom:15px;
}
.largenewsitem h3 {
	margin-bottom:0;
}
.largenewsitem .date {
	font-size:11px;
	color:#999;
	font-weight:bold;
	text-align:right;
}
#content {
	width:670px;
	padding:20px;
	float:left;
}
#content1 {
	padding:20px;
}
#sidebar {
	width:220px;
	padding:15px;
	margin-left:710px;
}
#sponsors {
	display:block;
	height:80px;
	border-top:solid 1px #565656;
	border-bottom:solid 1px #1d1d1d;
	background:#2d2d2d url(images/s-bg.gif) bottom repeat-x;
	text-align:center;
}
#sponsors img {
	vertical-align:middle;
	padding:12px 10px;
}
#footer {
	padding:15px;
}
#footer #text {
	text-align:right;
	font-size:11px;
	color:#666;
}
#footer .logo {
	float:left;
}
#footer a {
	color: #777;
}	
	
a {
	color:#FC0;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.clearfloat { /* class to fully contain float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#content p, #content1 p {
	margin-bottom: 8px;
	line-height: 1.4em;
}


.spacer {
	height:1px;
	font-size:0px;
	background-color:#333;
	margin:20px 0;
}


.input {
	margin:1px 0 2px 0;
	width:200px;
	border:solid 1px #333;
	padding:2px;
}
.IMAGE-border {
	margin:0 5px 5px 0;
	border:solid 1px #333;
	padding:1px;
	cursor:pointer;
}
.clear{clear:both;}
.largenewsitem img{margin-right:20px;}
.security{margin:4px 0px;}
.message{margin-bottom:20px;color:#ffcc00;}
.fleft{float:left;}
.fright{float:right;}
.waiting{width:670px;height:100px; background:url(images/loader.gif) #000000 center center no-repeat;}