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

body{
background-color:#f4e005;
text-align:center;
font-size:14px;
}

img{
	border:none;
	margin:0px;
}

p{line-height:.3ems;}
h1{
font-weight:bold;
font-size:115%;
color:#000;
background-color:#FF0000;
width:650px;}

ul,li {
	
	margin:0px;
	padding:0px;
}
.clear-rt{
clear:right;
margin-top:5px;
}

#container{
	margin: auto;
	height:auto;
	width: 964px;
	position: relative;
	background-color:#FFFFFF;
	background-image: url(../images/mid.jpg);	
	background-position:center top;
}


/**#midpage{
	
	background-image: url(../images/mid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 964px;
	margin: 0;
	padding: 0;
	height:21px}**/
#header{
	background-image:url(../images/header2.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:191px;
	width:964px;
}

.header-image{
	position:absolute;
	top:9px;
	left:717px;
}
.slogan{
position:absolute;
top:20px;
float:right;
margin-right:30px;
}


#topnav
{
	float:left;
	width:936px;
	background-color:#759FC6;
	border:#000099 solid 1px;
	
	height: 29px;
	margin-left: 3px;
}

#topnav ul
{
	list-style-type:none;
}

#topnav ul li
{
	position:relative;
	font-family:Arial sans-serif;
	font-size:18px;
	width:auto;
	height:23px;
	margin-left:2px;
	margin-bottom:22px;
	border-right:1px solid #03029c;
	border-bottom:1px solid #03029c;
}

#left{
	width:190px;
	height:auto;
	position:relative;
}


#mainnav{
	float:left;
	width:190px;
	position:relative;
	text-align:left;
	margin-top:30px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	border-right: thin solid #000099;
	margin-left: 15px;
	
}

#mainnav ul{
	margin-left:15px;list-style-type: none;
}

#mainnav ul ul{
	margin-left:15px;
	list-style-type: square;
}

#mainnav ul ul li a{
	margin-top:5px;
	margin-bottom:5px;
	color:#000066;
	
}

.about ul li a{
margin-bottom:5px;
}

#mainnav ul li a
{
	color:#03029c;
	text-decoration:none;
	display:block;
	width:140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

#mainnav ul li a:hover
{
	border-right:1px solid #9ec5ff;
	border-bottom:1px solid #9ec5ff;
	color:#fc0106;
	
}
#mainnav li img
{
	position:absolute;
	
	right:-15px;
	visibility:hidden;
}
#mainnav li:hover img
{
	visibility:visible;
}




/*ALL THE MIDDLE CONTENT*/
#content
{
	float:right;
	margin-top:0px;
	width:735px;
	height:auto;
	position: relative;
}


#content h1{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family: "Tekton Pro Bold", "Comic Sans MS Bold", Arial;
	margin-right: 30px;
}
.ticker-line{
	width:650px;
	height:30px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
}

.content-img{
	width:640px;
	padding:10px;
	height:275px;
	margin-top: 5px;
	margin-left: 10px;
}
.tag-line{
	height:20px;
	width:640px;
	padding-left:10px;
	padding-right:10px;
	font-size: 16px;
	color: #DC341F;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	
}
	

.feature{
	padding:20px;
	width: 630px;
	text-align: justify;
}
.feature img{
padding:10px;}

.listing-bigbox{
width:600px;
height:150px;
border:thin red solid;
margin-top:10px;

}

.listing-date{
text-align:center;
width:50px;
height:50px;
margin-top:5px;
Margin-left:5px;
margin-right:5px;
margin-bottom:90px;
padding:10px;
}

/*************SPONSORS PAGE ***************************/

.box{
	width:645px;
	border:thin solid #fc0106;
	paddding:10px;
	float: left;
	height: auto;
}

.slogo{
	float:left;padding:5px;
	width: 250px;
	overflow: hidden;
}

.slink{
	float:left;
	text-align:center;
	width: auto;
}


#sponsors{
	width:300px;
	float:right;
	clear:both;
	padding:10px;
	height:100px;
}

#footer
{
	text-align:center;
	clear:both;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	height: 38px;
	margin: 0px;
	position: relative;
	width: 964px;
	padding:0px;
}

