/*

	BASE CSS

*/

body {
	background: url('/img/gfx/gfx_sitebg.gif') repeat;
	margin:20px 0 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	
}

a {
	color:#5F8EC4;
	text-decoration:none;
}

a:hover {
	color:#112c57;
}

h1 a, h2 a, h3 a {
	text-decoration:none;
}

form {
	margin:0;
	padding:0;
}

input, textarea, select {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

td {
	vertical-align:top;
}

#wrapper-header {
	/*background:#041527;
	padding:0;
	height:30px;
	margin:0 0 30px 0;
	margin:0 0 40px 0;*/
}


#wrapper-top {
	margin:0 auto;
	width:741px;
}

#top-nav {
	float:left;
	width:520px;
	height:200px;
	/*background: url('/img/gfx/gfx_header2.gif') no-repeat;*/
}


#top-nav-menu {
	background: url('/img/gfx/gfx_nav_bg.jpg') no-repeat;
	position:absolute;
	top:162px;
        left:270px;
	width:520px;
	height:38px;
	z-index:1;
}

#logo {
	top:50px;
        left:50px;
        width:220px;
	height:220px;
	float:left;
}

#logo img {
	border:0;
	margin:10px 0 0 20px;
}

#wrapper-base {
        position: absolute;
        left: 263px;
	width:741px;
	background: url('/img/gfx/gfx_base_bg.jpg') repeat;
}

#base-top {
	height:17px;
	background: url('/img/gfx/gfx_base_top.jpg') no-repeat;
}

#base-bottom {
	height:17px;
	background: url('/img/gfx/gfx_base_bottom.jpg') no-repeat;
}

#content {
	position: relative; 
        left:275; 
	width:520px;
	float:left;
}

#sidebar {
	width:220px;
	float:right;
	padding:6px 0 0 0;
	font-size:11px;
}

#wrapper-sponsors {
	margin:20px auto 20px auto;
	width:741px;
	/*background: url('/img/gfx/gfx_base_bg.jpg') repeat;*/
}

#sponsors-top {
	height:17px;
	background: url('/img/gfx/gfx_base_top.jpg') no-repeat;
}

#sponsors-bottom {
	height:17px;
	background: url('/img/gfx/gfx_base_bottom.jpg') no-repeat;
}

#wrapper-footer {
	/*background:#224064 url('/img/gfx/gfx_footer_bg3.jpg') repeat-x;*/
	margin:10px 0 0 0;
	background:#041527;
	/*padding:10px 0;
	background:#15345b;
	border-top:5px solid #041527;*/
}

#footer {
	margin:0 auto;
	width:741px;
	/*padding:10px 0;*/
}

#footer-inner {
	padding:0;
	/*border-top:1px solid #0D2748;*/
}

#footer-top {
	padding:20px 0 10px 0;
	font-size:10px;
	color:#ccc;
	margin:0 0 10px 0;
	border-bottom:1px solid #0D2748;
}

#footer-top a {
	float:right;
}

#footer-form {
	margin:10px 0;
	padding:0;
}

#footer select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:220px;
	padding:2px;
	margin:0;
}

#footer p {
	padding:0;
	margin:5px 0;
	color:#fff;
	font-size:11px;
}

#footer h3 {
	font-size:11px;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:10px 0 0 0;
}

.clear {
	clear:both;
}

.content-heading {
	margin:0 0 10px 0;
}

.content-sub-heading {
	background: url('/img/gfx/gfx_ch_smallbg.jpg') no-repeat;
	padding:13px 0 15px 20px;
	font:14px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	color:#0D2748;
}

.quicksearch {
	margin:10px 0 0 10px;
	width:160px;
	border:1px solid #036;
	background:#eee;
	padding:5px;
}

.feed-icon {
	display:block;
	background-image:url('/img/gfx/gfx_feed-icon.jpg');
	background-repeat:no-repeat;
	padding:1px 0 0 23px;
	height:16px;
	font-size:10px;
}

.validate {
	font-size:10px;
	color:#0D2748;
	text-decoration:underline;
}
