@charset "utf-8";
/* CSS Document */
/*****Content ----------------------------------------------------------------------------------------
		Author: Craig Ray - Data Torque

		0.1 Reset 
		0.2 Default Styles
		0.3 Level 1001 Navigation
		0.4 level 0 Navigation
		0.5 level 1+ Navigation
		
		1.1 Header Styles
		
		2.0 Body 
		2.1 Body: Container
		2.2 Body: Featured Article
		2.3 Body: Latest
		2.4 Body: Headlines and Events
		2.5 Body: Main Sponsors
		2.6 Body: Rotating Sponsors
		
		3.0 Footer

/******************** 0.1 Reset ********************/

body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{
	border:0;
	border:0;
}

address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:"'";}

abbr,acronym {border:0;font-variant:normal;}

sup,sub {line-height:-1px;vertical-align: text-top;}

sub {vertical-align:text-bottom;}

input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

textarea {line-height:1.25;} 

label {cursor:pointer;}

form {margin:0;padding:0;display:inline;}

blockquote {margin:22px 40px;padding:0;}

small {font-size:0.85em;}


/******************** 0.2 Default Styles ********************/
html, body {border:0; margin:0; padding:0;}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5;
	background-color: #EDE2D6;
	background-image: url(background_body.jpg);
	background-repeat: repeat-x;
}

.clearfix:after {content: ".";display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* End hide from IE-mac */




/******************** 0.3 Level 1001 Navigation ********************/
#Level1001 {
	position: absolute;
	width:300px;
	top:0;
	right:0px;
	padding: 5px 0 0 7px;
	list-style:none;
	font-size: 1 em;
	display:inline;
}

#Level1001 ul { margin:0; padding:0; list-style:none;}

#Level1001 li { float: left; margin:0; padding:0;}

#Level1001 a {	color: #FFF; text-decoration: none;	padding: 0px; margin-left: 10px; margin-right: 10px; height: 19px; }

#Level1001 a:hover,a:focus, a:active {	text-decoration:underline;}

#Level1001 li.last { float: left; margin:0; padding:0; border-right: none;	}



/******************** 0.4 Level 0 Navigation ********************/
#Level0_container {
	height: 47px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(background_level0.jpg);
}
#Level0_content {
	padding-right: 25px;
	padding-left: 25px;
}
#Level0 {
}

#Level0 ul{
	height: 47px;
	list-style-type: none;
}

#Level0 li {
	display: inline;
}
#Level0 a {
	display:block;
	float:left;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:12px;
	font-weight: bold;
	font-size: 12px;
	line-height:35px;

}
#Level0 a:hover {
	background-image: url(background_0_generic.jpg);
	background-position: center;
	color:#333333;
}

#Level0 div {
	/*margin-top: 9px;*/
}
.Level0Selected {
	background-image: url(background_0_selected.jpg);
	background-position: center;
	color:#512D1E;
	
}


.Level0Selected a:hover {
	background-image: url(background_0_selected.jpg);
	background-position: center;
	color:#512D1E;
}


/******************** 0.5 Level 1+ Navigation ********************/
/*
/*
/*
/*


/******************** 1.1 Header Styles ********************/
#header {
	width:1000px;
	height: 129px;
	margin: 0 auto;
}
		 
#header_content {
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	height: 129px;
	background-image: url(background_header.jpg);
}

#header_content h4 {
	text-indent: -9999px;
	float: left;
	width: 200px;
}



/******************** 2.1  Body: Container ********************/
#body_container {
	width: 1000px;margin-top: 12px;margin-right: auto;margin-bottom: 0px;margin-left: auto;
}
#body_row1 {
}
#body_row2 {
	margin-left:20px;margin-right:25px;
}

/******************** 2.2 Body: Featured Article ********************/
#body_feature1 {
	background-image: url(background_home_featured.jpg);
	float: left;height: 267px;width: 464px;
	margin-right: 6px;position: relative;
}

#body_feature1 h3 {
	font-weight: bold;color: #FFFFFF;
	line-height: 25px;position: absolute;
	left: 15px;top: 0px;
	height: 26px;width: 200px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body_featuredcontainer {
	position: absolute;
	height: 205px;
	width: 440px;
	left: 10px;
	top: 37px;
}
#body_feaure_image img {
	border: 4px solid #CDBCAA;
	float: left;
	width: 170px;
	margin-right: 10px;
}
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
}
#body_feature_text h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6F0301;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#body_feature_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
}
.body_feature_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6F0301;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.body_feature_more a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6F0301;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/******************** 2.3 Body: Latest ********************/
#body_feature2 {
	background-image: url(background_home_featured2.jpg);
	height: 267px;
	width: 176px;
	float: left;
	margin-right: 12px;
	position: relative;
}

#body_feature2 h3  {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	height: 26px;
	width: 130px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#body_feature2 img {
	padding-left: 16px;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/******************** 2.4 Body: Headlines and Events ********************/

#body_feature3  {
	background-image: url(background_headlines.jpg);
	background-repeat: no-repeat;
	height: 267px;
	width: 289px;
	float: left;
	position: relative;
}
#body_feature4  {
	background-image: url(background_events.jpg);
	background-repeat: no-repeat;
	height: 267px;
	width: 289px;
	float: left;
	position: relative;
}
#jquery_section1 {
	height: 267px;
}
#title_headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	width: 50px;
	position: absolute;
	left: 19px;
	top: 3px;
	color: #746259;
}
#jquery_title_headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	width: 50px;
	position: absolute;
	left: 19px;
	top: 3px;
	color: #DECFC2;
	cursor:pointer;
}

#jquery_title_events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	width: 50px;
	position: absolute;
	left: 124px;
	top: 3px;
	color: #DECFC2;
	cursor:pointer;
}
#title_events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	width: 50px;
	position: absolute;
	left: 124px;
	top: 3px;
	color: #746259;
}
#area_headlines {
	height: 210px;
	width: 280px;
	overflow: auto;
	position: absolute;
	top: 29px;
	left: 4px;
}

#area_headlines h3 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6F0301;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
#area_headlines p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
}
#area_headlines a {
	color: #6F0301;
	text-decoration: none;
}
#area_headlines a:hover {
	color: #6F0301;
	text-decoration: underline;
}
.seperator_1 {
	background-image: url(background_separator1.jpg);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/******************** Body: 2.5 Main Sponsors ********************/

#sponsors_main {
	float: left;
	width: 650px;
	margin-right: 13px;
}
#sponsors_main img {
	margin-right: 0px;
	margin-left: 7px;
}

/******************** Body: Rotating Sponsors ********************/

#sponsors_rotate {
	background-image: url(background_sponsorssub.jpg);
	background-repeat: no-repeat;
	height: 179px;
	width: 289px;
	float: left;
	position: relative;
}

#sponsors_rotate h3  {
	font-weight: bold;
	color: #655D52;
	line-height: 27px;
	height: 27px;
	width: 100px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 0px;
}
#sponsors_read {
	position: absolute;
	width: 122px;
	top: 6px;
	right: 12px;
	text-align: right;
}
#sponsors_read a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F6654;
	text-decoration: none;
	text-align: right;
}
#sponsors_read a:hover {
	text-decoration: underline;
}
#sponsors_pause {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F6654;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 280px;
	left: -2px;
	cursor:pointer;
}
#sponsors_play {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F6654;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 280px;
	left: -2px;
	cursor:pointer;
}
#sponsors_play2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F6654;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	width: 170px;
	left: 3px;
	cursor:pointer;
}
#sponsors_pause2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F6654;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	width: 170px;
	left: 3px;
	cursor:pointer;
}
#sponsors_roatating_content {
	position: absolute;
	height: 92px;
	width: 280px;
	top: 48px;
	left: 5px;
	overflow: hidden;
}

#jquery_sponsors_rotating img {
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sponsors_roatating_content div {
	text-align: center;
	height: 92px;
	width: 280px;
	overflow: hidden;
}
#sponsors_roatating_content img {
	margin-right: 5px;
	margin-left: 5px;
}

/******************** 3 Footer ********************/
#footer {
	background-image: url(background_footer.gif);
	background-repeat: repeat-x;
	height: 36px;
}
#footer_container {
	width:1000px;
	height: 36px;
	margin: 0 auto;
}

#footer_copyright {
	line-height: 36px;
	color: #FFFFFF;
	position: absolute;
	height: 36px;
	width: 450px;
	left: 25px;
}

#footer_links ul {
	list-style-type: none;
}
#footer_links li {
	display: inline;
}
#footer_links a {
	line-height: 36px;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
}
#footer_links a:hover {
	line-height: 36px;
	color: #000000;
	text-decoration: underline;
	padding-left: 20px;
}
#footer_links {
	position: absolute;
	width: 400px;
	right: 0px;
}
#footer_topofpage {
	width:940px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#footer_topofpage a {
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	background-image: url(icon_totop.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 22px;
	padding-right: 18px;
}
#footer_topofpage a:hover {
	color:#000000;
}

#section_banner {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(section_header.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#section_banner h2 {
	text-indent: -999px;
}
#body_secondlevel {
	background-image: url(background_secondary.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#body_secondlevel_content {
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#content_submenu {
	float: left;
	width: 160px;
}
#main_content_container {
	float: left;
	width: 598px;
}
#main_content {
	padding-left: 25px;
	padding-top: 35px;
	float: left;
	width: 550px;
	padding-right: 25px;
}
#right_column_container {
	float: left;
	width: 177px;
	margin-left: 12px;
}
#right_column_sponsors img {
	margin-top: 0px;
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sponsor_rotate_right {
	background-image: url(background_sponsors_secondary.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 177px;
	margin-bottom: 5px;
	position: relative;
	margin-top: 18px;
}

#sponsor_rotate_right h3{
	font-weight: bold;
	color: #655D52;
	line-height: 25px;
	width: 150px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#jquery_rotate1 {
	height: 97px;
	overflow: hidden;
	width: 151px;
	position: absolute;
	top: 35px;
	left: 13px;
}
#jquery_rotate1 img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_content ul {
	padding-left: 25px;
}
#main_content a {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99826B;
}
#main_content a:hover {
	color:#CC6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}
#main_content p {
	margin-bottom: 10px;
	margin-top: 5px;
}

#main_content H1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #6F0301;
	font-weight: bold;
	margin-bottom:10px;
	}

#main_content H2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #6F0301;
	font-weight: bold
	}
	
#main_content H3 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6F0301;
	font-weight: bold
	}
	
#main_content H4 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #6F0301;
	font-weight: bold
	}
#main_content H5 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-weight: bold
	}
#main_content H6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-weight: bold;
	}
	

.Level1 a:link, .Level1 a
{    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	font-size:11px;
	color: #59524A;
	display: block;
	width:140px;
	text-decoration: none;
	margin: 0;
}

.Level1 a:hover
{    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	color: #59524A;
	display: block;
	width:140px;
	text-decoration: none;
	margin: 0;
	background:#F4F3EF;
}

.Level1Selected a
{    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:24px;
	padding-right:6px;
	font-size:11px;
	color: #59524A;
	display: block;
	width:130px;
	text-decoration: none;
	background:#F4F3EF url(level1selected.gif) 10px 10px no-repeat;
}


.Level2 a:link, .Level2 a
{    
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:5px;
	font-size:11px;
	color: #59524A;
	display: block;
	width:130px;
	text-decoration: none;
	margin: 0;
	background:#F4F3EF url(bullet_level2.gif) 14px 14px no-repeat;
}
.Level2 a:hover
{    
	color:#CC6600;
}
.Level2Selected, .Level2Selected a
{    
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:5px;
	font-size:11px;
	color: #CC6600;
	display: block;
	width:130px;
	text-decoration: none;
	margin: 0;
	background:#F4F3EF url(bullet_level2.gif) 14px 14px no-repeat;
}


.Level3 a:link, .Level3 a
{    
	font-family: Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:5px;
	font-size:11px;
	color: #59524A;
	display: block;
	width:130px;
	text-decoration: none;
	margin: 0;
	background:#F4F3EF url(bullet_level2.gif) 14px 14px no-repeat;
}
.Level3 a:hover
{    
	color:#CC6600;
}
.Level3Selected, .Level3Selected a
{    
	font-family: Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:5px;
	font-size:11px;
	color: #CC6600;
	display: block;
	width:130px;
	text-decoration: none;
	margin: 0;
	background:#F4F3EF url(bullet_level2.gif) 14px 14px no-repeat;
}


 
#temp2_body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(background_secondary.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#temp2_leftnav {
	float: left;
	width: 160px;
	margin:0; padding-top:30px;
}

#temp2_leftnav ul {
	list-style:none;
	margin-top: 0px;
}
#temp2_leftnav li {
	padding:0;margin:0;
}
#right_column {
	float: left;
	width: 176px;
	margin-left:12px;
}



/******************** Common Styles For Zeus Admin ********************/



.Feedback_field 
{
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	background-image: url(form_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 3px;
	border: 1px solid #666666;
	height: 15px;
}
.Feedback_input 
{
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	height:80px;
	background-image: url(form_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 3px;
	border: 1px solid #666666;
}
#shopping_cart {
background-image: url(cart_background.jpg);
background-repeat: no-repeat;
overflow: hidden;
position: relative;
height: 124px;
width: 176px;
padding: 0px;
margin-top: 17px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#shoping_cart_view {
position: absolute;
left: 15px;
bottom: 13px;
height: 28px;
width: 63px;
}
#shoping_cart_checkout {
position: absolute;
right: 16px;
bottom: 13px;
height: 28px;
width: 63px;
}
#shopping_cart_items {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 16px;
color: #543D33;
position: absolute;
top: 54px;
width: 176px;
}
#shopping_cart h3 {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
position: absolute;
left: 10px;
line-height: 25px;
}
#logolink {
	position: relative;
	width: 250px;
	height:130px;
	right: 0px;
	padding-right:0px;
}
	#footer_editable_area { float: none; vertical-align: bottom; padding: 10px; positoin: relative; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; text-align: right; line-height: 11pt;}
	#footer_editable_area a { color: #666666; text-decoration: none;}
	#footer_editable_area a:hover { text-decoration: underline;}
