﻿body, p, td, a:link, #content li, div, li, a
{
font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular, sans-serif;
font-size:  12px;
	font-weight:normal;
}



form 
{
	margin:0;
	padding:0;
}

p 
{
	margin-top:0;
}

hr 
{
	color:#273f61;
}



ol li 
{
	font-size:12px;
}

td
{
	font-size:12px;
}

.modtable 
{
	width:440px;
	border:solid 1px #273f60;
}

.mod1 
{
	background-color:#ffffff;
	padding:5px;
}

.mod0
{
	background-color:#e7ecf3;
	padding:5px;
}



#content ul 
{
margin:0;
padding:0;	
margin-bottom:20px;
}

#content ul li
{
margin:0;
padding:0;	
margin-left:20px;
}

#content ol
{
margin:0;
padding:0;	
margin-bottom:20px;
}

#content ol li
{
margin:0;
padding:0;	
margin-left:40px;

}


#content #sponsors li
{
	list-style:none;
}

#content #sponsors li strong
{

	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:11px;
}

#content #sponsors p 
{
margin:0;
padding:0;	
}


img 
{
	margin:0;
	padding:0;
	border:0;
}

.clearfix:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; display: block; }
/* End hide from IE-mac */

#contentarea
{
	text-align:left;
	background-image:url("images/Content3PanelBG.gif");
	background-repeat:repeat:repeat-y;
	width:778px;
		margin-left: auto;
   margin-right: auto;
   
}

#header 
{
	background-image:url("images/Header.jpg");
	background-repeat:no-repeat;
	height:100px;
	width:778px;
	margin:0;
	padding:0;
	margin-left: auto;
    margin-right: auto;
}

#nav 
{
	float:left;
	width:10px;
	padding-left:15px;
}






.button 
{
	background-color:#273f60;
	color:White;
	font-weight:bold;
	padding:0;
	margin:0;
	border:solid 1px white;
	float:right;
	margin-right:20px;
	font-size:.83em;
}

#content
{
	float:left;
	padding-top:18px;
	overflow:auto;
}

#newslettertbl 
{
	background-color:#e7ecf3;
border:solid 1px #273f60;
width:90%;	
margin-left:15px;
}

#personbesttbl 
{
background-color:#e7ecf3;
border:solid 1px #273f60;
width:90%;	
margin-left:15px;
}



#newslettertbl td 
{
	font-size:.8em
}

#newslettertbl input 
{
	font-size:.9em
}


#links
{
	float:left;
	padding-left:18px;
	width:112px;
	padding-top:5px;
	border-top:solid 1px white;
}

#footer 
{
	margin:auto;
	width:778px;
	background-color:White;
	padding-bottom:5px;
}


#ad
{
padding-top:8px;
font-size:11px;	
color:White;
}



#content a:link, #content a:visited, #content a:hover, #content a:active
{
	color:#e29700;
	text-decoration:underline;
}

#content a:visited 
{
	color:#af9154;
}


 #content a:hover 
 {
		text-decoration:none;
		color:#b72308;
 }


#ad a:link, #ad a:visited, #ad a:hover, #ad a:active
{
	color:white;
	text-decoration:underline;
}

#ad a:hover
{
	text-decoration:none;
}



#shows
{
	margin-bottom:2px;
}

#newsletter 
{
	margin-bottom:12px;
}

#contact 
{
	margin-bottom:15px;
}


#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	color:#273f60;
	font-size:.7em;
	text-decoration:none;
}

#footer a:hover 
{
	text-decoration:underline;
}


/**************** menu coding *****************/
#menu {
width: 153px;
float:left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
}

#menu a {
color: white;
margin-left:0px;
text-decoration: none;
border-bottom:solid 1px white;
padding-bottom:3px;
padding-top:4px;
padding-left:10px;
}

#menu ul ul a, #menu ul ul a:hover {
color: black;
text-decoration: none;
margin:0;
padding:0;
display:block;
padding:3px;
}

#menu ul ul  {
padding:0;
margin:0;
background-color:#e7ebf1;
border:solid 1px #273f60;
}

#menu ul ul  {
margin-top:-1px;
}

#menu ul ul ul {
margin-top:-1px;
}


#menu a:hover {
color: #a00;
background: #fff;
}


#menu ul ul li a:hover {
color: #aa0000;
background: white;
padding-left:10px;
}


#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
width: 300px;
}

div#menu ul ul,
div#menu ul li:hover ul 
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

