@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: top;
	background: transparent;
}


body {
	line-height: 1;
	background: url(../images/body_bg.jpg) top center no-repeat #000;
}
div {
        padding: 0px;
        margin: 0px;
        border: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width:890px;
	height:auto;
	margin-left: -445px;
	left: 50%;
	position: relative;
}

#footer {
	width:890px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*********container items**********/

#header {
	position:relative;
	width:940px;
	height:179px;
}

input.hidden {
	display:none;
}

#main_content {
	width:890px;
	height:auto;
	padding:10px 0px 40px 0px;
        margin: 0px;
	background:#fff url(../images/content_top.jpg) top left no-repeat;
	position: relative;
}

#left_column {
	float:left;
	width:635px;
	height:auto;
	margin-left: 5px;
        margin-right: 0px;
}

#right_column {
	float:right;
	width:230px;
	height:auto;
	margin-right:5px;

}

.clear {
	clear:both;
}

div.section_container {
	width: 610px;
}


/************Content Elements****************/

#grey_d {
	padding:20px;
	width:580px;
	height:147px;	
	background:url(../images/dark_grey_bg.jpg) top left no-repeat;
}

#grey_d_large {
	padding:20px;
	width:580px;
	height:300px;
	background:url(../images/dark_grey_bg_large.jpg) top left no-repeat;
}


#grey_l {
	padding:20px;
        margin: 0px;
	float:left;
	width:270px;
	height:155px;
	background:url(../images/light_grey_bg.jpg) top left no-repeat;
}

#grey_content {
	float:left;
	width:120px;
	height:auto;
}



/*********sidebar elements***********/

#newsletter {
	position:relative;
	padding:12px;
	padding-left:15px;
	width:207px;
	height:169px;
	background:url(../images/sidebar/newsletter_signup.jpg) top left no-repeat;
}

#latest_news {
	position:relative;
	padding-bottom:20px;
	width:227px;
	height:auto;
	background:url(../images/sidebar/news_mid.jpg) top left repeat-y;
}

#image_news {
	float:left; 
	margin:0px 10px 10px 0px;
}

#sponsors {
	position:relative;
	width:227px;
	height:154px;
	background:url(../images/sidebar/sponsors.jpg) top left no-repeat;
}

.sponsor_img {
	width:201px;
	height:101px;
	margin:5px 0px 0px 13px;
}

/*********** Partners Scroller ****************/
div#partners { background: none; position: absolute; bottom: 10px; left: 0px; height: 30px; }
div#partners span#partners_heading { margin:0px 0px 0px 5px; padding-top:10px; font-size:16px; color:#000; font-weight:bold; width: 150px; display: inline;}
div#partners_content { position: absolute; top: 0px; left: 75px; margin:0px 0px 0px 5px; overflow: hidden; width: 800px; height: 30px; overflow: hidden; }
div#partners_content div { width: auto; position: absolute; display: block; font-weight: bold; white-space: nowrap; text-transform: uppercase;  }
