*, html, form, * {
	margin: 0;
	padding: 0;
}


body {
	background-color: #000101;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

a {
	color: #4687e9;
	text-decoration: none;
	}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

a:hover {
	color: #000;
	text-decoration: underline;
	}

p {
	margin: 0px 0 10px 0;
	line-height: 14px;
	}

hr {
	height: 1px;
	margin: 0 0 6px 0;
	color: #4687e9;
	}

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 14px;
	}

h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	}

h5 {
	font-size: 14px;
	margin: 0 0 10px 0;
	}

h6 {
	font-size: 14px;
	color: #4687e9;
	margin: 0 0 10px 0;
	}




#wrapper {
	width: 890px;
	margin: 4px auto 0 auto;
	position: relative;
	}

#head {
	width: 890px;
	height: 152px;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#weather {
	float: right;
	display: inline;
	margin: 10px 6px 0 0;
	_margin: 6px 4px 0 0;
	}
	

#nav {
	background-color: #000;
	height: 22px;
	width: 890px;
	text-align: left;
	padding: 0px 0 0px 0px;
	overflow: hidden;
	}

/* #nav li {
display:inline;
}


.nav1 {
	font-size: 10px;
	display: inline;
	float: left;
	margin: 0 14px 0 0;
	height: 12px;
	overflow: hidden;
	}
 */

#nav li {
display: block;
background: url(images/nav_bar.jpg);
float:left;
padding:0px;
margin:0px 12px 0px 0px;
text-align:left;
}

a#nav_1 {
		display: block;
	    width: 40px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -25px 0 no-repeat;
	    text-decoration: none;
	   
	    
	  }

	  	a#nav_1:hover {
	    background: url(images/nav_bar.jpg) -25px -22px no-repeat;
		}

a#nav_2 {
		display: block;
	    width: 120px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -76px 0 no-repeat;
	    text-decoration: none;
	  }

	  	a#nav_2:hover {
	    background: url(images/nav_bar.jpg) -76px -22px no-repeat;
		}

a#nav_3 {
		display: block;
	    width: 84px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -208px 0 no-repeat;
	    text-decoration: none;
	  }

	  	a#nav_3:hover {
	    background: url(images/nav_bar.jpg) -208px -22px no-repeat;
		}


a#nav_4 {
		display: block;
	    width: 50px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -310px 0 no-repeat;
	    text-decoration: none;
	  }

	  	a#nav_4:hover {
	    background: url(images/nav_bar.jpg) -310px -22px no-repeat;
		}


a#nav_5 {
		display: block;
	    width: 85px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -376px 0 no-repeat;
	    text-decoration: none;
		border:0px solid #F00;	
	  }

	  	a#nav_5:hover {
	    background: url(images/nav_bar.jpg) -376px -22px no-repeat;
		}


a#nav_6 {
		display: block;
	    width: 64px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -478px 0 no-repeat;
	    text-decoration: none;
		border:0px solid #F00;
	  }

	  	a#nav_6:hover {
	    background: url(images/nav_bar.jpg) -478px -22px no-repeat;
		}

a#nav_7 {
		display: block;
	    width: 48px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -558px 0 no-repeat;
	    text-decoration: none;
		border:0px solid #F00;		
	  }

	  	a#nav_7:hover {
	    background: url(images/nav_bar.jpg) -558px -22px no-repeat;
		}


a#nav_8 {
		display: block;
	    width: 80px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -622px 0 no-repeat;
	    text-decoration: none;
		border:0px solid #F00;		
	  }

	  	a#nav_8:hover {
	    background: url(images/nav_bar.jpg) -622px -22px no-repeat;
		}


a#nav_9 {
		display: block;
	    width: 102px;
	    height: 22px;
	    background: url(images/nav_bar.jpg) -718px 0 no-repeat;
	    text-decoration: none;
		border:0px solid #F00;		
	  }

	  	a#nav_9:hover {
	    background: url(images/nav_bar.jpg) -718px -22px no-repeat;
		}



.footnav1 {
	font-size: 10px;
	overflow: hidden;
	}


#main {
	width: 890px;
	min-height:450px;
	height:auto !important;
	height:450px;
	background-color: #fff;
	overflow-x: hidden;
	}

#foot {
	width: 860px;
	height: 26px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 12px 0px 0 30px;
	}

#outlinks {
	width: 860px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 0 0;
	padding: 0 0 0 30px;
	}

#outlinks a {
	color: #fff;
	text-decoration: none;
	float: left; 
	display: inline;
	margin-right: 20px;
	}

#outlinks a:hover {
	color: #fff;
	text-decoration: underline;
	}

#copyright {
	width: 860px;
	font-size: 10px;
	font-weight: bold;
	margin: 12px 0 10px 0;
	padding: 0 0 0 30px;
	color: #787979;
	}

#copyright a {
	color: #4687e9;
	text-decoration: underline;
	}

#copyright a:hover {
	color: #fff;
	text-decoration: underline;
	}

#home_img {
	float: left;
	margin: 0 10px 0 0;
	height: 450px;
	width: 430px;
	overflow: hidden;
	display: inline;
	}

#home_intro {
	float: right;
	width: 440px;
	margin: 20px 10px 0 0;
	display: inline;
	height: 100px;
	overflow: hidden;
	}

#home_intro_sm {
	float: right;
	width: 440px;
	margin: 20px 10px 0 0;
	display: inline;
	height: 170px;
	overflow: hidden;
	}

#home_feat {
	float: right;
	width: 420px;
	height: 300px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	margin: 4px 10px 0 0;
	background-image: url(images/home_featured.gif);
	background-repeat: no-repeat;
	display: inline;
	}

#home_feat_sm {
	float: right;
	width: 420px;
	height: 240px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	margin: 4px 10px 0 0;
	background-image: url(images/home_featured_sm.gif);
	background-repeat: no-repeat;
	display: inline;
	}

.feat_content {
	width: 410px;
	height: 240px;
	overflow: hidden;
	}


#jump_head {
	width: 200px;
	margin: 10px 10px 0 26px;
	float: left;
	display: inline;
	text-align: right;
	}

#jump_head p {
	font-size: 11px;
	}

#widget_head {
	width: 500px;
	margin: 10px 10px 0 26px;
	float: left;
	display: inline;
	text-align: right;
	}


#jump_head p {
	padding: 0 2px 10px 0 !important;
	}

#jump_thumbs {
	width: 620px;
	_width: 610px;
	margin: 30px 20px 10px 0;
	float: right;
	display: inline;
	}

#jump_events {
	width: 300px;
	margin: 12px 10px 10px 20px;
	float: left;
	display: inline;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 20px 0 10px;
	}

#jump_upcomingevents {
	width: 200px;
	margin: 12px 0 0px 0px;
	float: left;
	display: inline;	
	}

#jump_upcomingevents li {
	background-image: url(images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 14px;
	_padding: 0 0 0 14px;
	_text-indent: -14px;
	font-size: 14px;
	list-style-type: none;
	margin: 10px 0 0 0;
	}

#widget_tips {
	width: 580px;
	_width: 520px;
	margin: 12px 10px 10px 20px;
	float: left;
	display: inline;
	padding: 0 20px 0 10px;
	}

.jump_listing {
	float: left;
	margin: 0 20px 20px 0px;
	width: 130px;
	height: 320px;
	font-size: 11px;
	display: inline;
	}

.jump_listing img {
	display: block;
	margin: 0 0 4px 0;
	}

.jump_listing h3 {
	display: block;
	font-size: 14px;
	margin: 0 0 4px 0;
	}

.jump_listing a {
	text-decoration: none !important;
	color: #000;
	}

.jump_listing a:hover {
	text-decoration: none !important;
	color: #4687e9;
	}

#inside_nav {
	width: 210px;
	margin: 10px 10px 0 26px;
	float: left;
	display: inline;
	text-align: right;
	padding: 0 0 20px 0;
	}

a.inside_link {
	display: inline;
	float: right;
	width: 200px;
	text-align: right;
	padding: 10px 10px 4px 0 !important;
	border-right: 1px solid #ccc;
	font-size: 11px;
	color: #000101;
	text-decoration: none;
	margin: 0 10px 0 0;
	}

.inside_on {
	display: inline;
	float: right;
	width: 200px;
	text-align: right;
	padding: 10px 10px 4px 0 !important;
	border-right: 1px solid #ccc;
	font-size: 11px;
	color: #4687e9;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-weight: bold;
	}

a:hover.inside_link {
	color: #4687e9;
	text-decoration: underline;
	}

#inside_detail {
	width: 600px;
	margin: 12px 20px 10px 0;
	float: right;
	display: inline;
	}

#inside_mainimg {
	width: 300px;
	oveflow: hidden;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}

#inside_video {
	width: 360px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}

#inside_videocopy {
	width: 220px;
	float: right;
	margin: 10px 10px 0 0;
	}

#inside_copy {
	width: 290px;
	float: right;
	}

#inside_copy_full {
	float: left;
	}

#inside_slideshow {
	width: 380px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
	}

#inside_slidecopy {
	width: 230px;
	float: right;
	display: inline;
	margin: 60px 20px 0 0;
	_margin: 60px 10px 0 0;
	}


#inside_detail p {
	margin: 0 0 20px 0;
	}

#inside_detail a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
	}

#inside_detail  a:hover {
	color: #4687e9;
	}

#sweeps {
	position: relative;
	left: 20px;
	padding-right: 10px;
	}


#sweeps label {
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	display: block;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 2px;
	}

#sweeps .input1 {
	color: black;
	display: inline;
	background-color: #f1f4ef;
	font-size: 10px;
	font-weight: normal;
	width: 180px;
	border: 1px solid #666;
	letter-spacing: 1px;
	padding-left: 2px;
	padding-top: 1px;
	}

.required {
	color: #4484e7;
	font-size: 10px;
	}

#sweeps .submitbut {
	color: #4687e9;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	width: 60px;
	padding: 2px;
	border: 1px solid #ccc;
}

textarea {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.games_q {
	font-size: 14px;
	display: block;
	margin: 10px 0 0 30px;
	font-weight: bold;
	color: #4687e9;
	}

.games_q input {
	margin: 0 10px 0 0;
	}

.answer_c {
	margin: 20px 0 0 30px;
	font-weight: bold;
	color: #00cc33;
	display: none;
	font-size: 14px;
	}
	
.answer_i {
	margin: 20px 0 0 30px;
	font-weight: bold;
	color: #ff0000;
	display: none;
	font-size: 14px;
	}

.bullet {
	background-image: url(images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 14px;
	_padding: 0 0 0 14px;
	font-size: 14px;
	margin:  0 0 20px 0;
	}


.rss_item {
	padding: 6px;
	width: 580px;
	_width: 570px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	}

.rss_img {
	height: 140px;
	width: 140px;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	}

.rss_item p {
	font-size: 11px;
	line-height: 18px;
	}


.rss_head {
	font-size: 12px;
	color: #1d3776;
	margin: 0 0 10px 0;
	font-weight: bold;
	}

.rss_logo {
	height: 120px;
	width: 75px;
	display: inline;
	float: right;
	margin: 20px 20px 0 20px;
	overflow: hidden;
	}

a.rss_learn {
	font-size: 10px;
	font-weight: bold;
	color: #4687e9;
	}

a.widget_link {
	display: inline;
	float: right;
	width: 200px;
	text-align: right;
	font-size: 12px;
	color: #4687e9;
	text-decoration: none;
	margin: 0 6px 0 0;
	padding: 10px 10px 4px 0 !important;
	border-right: 1px solid #ccc;
	}

a:hover.widget_link {
	color: #000;
	text-decoration: underline;
	}
#search {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #2858D4;
	padding:10px;
	top:-38px;
	height: 16px; 
	overflow: hidden;
	}
.popmenu_center {
	position: absolute;
	z-index: 500;
	}
#inner_popup{
	background-color: #fff;
	width: 122px; 
	padding:10px 10px 0 10px;
	height:155px;
}
#bookmarks {
	border-top: 2px solid #2858D4;
	border-left: 2px solid #2858D4;
	border-right: 2px solid #2858D4;
	width: 122px; 
	top:-172px;
	height: 150px; 
	left: 744px;
	font-size: 11px;
	color: #000;
	padding: 10px;
	background-color: #fff;
	overflow:hidden;
}
#bookmarks img {
	vertical-align: top;
	}
#send {
	border-top: 2px solid #2858D4;
	border-left: 2px solid #2858D4;
	border-right: 2px solid #2858D4;
	background-color: #fff;
	width: 215px; 
	height:363px;
	left: 380px;
	top:-385px;
	bottom:105px;
	padding:10px;
	z-index:500;
}
#send_inner{
	background-color: #fff;
	height:368px;
	padding: 10px 10px 0 10px;
}
#foot_container{
	position:relative;
}
#send form {
	margin-left: -10px;
	}

ul	{
	margin-left: 23px;
	_margin-left: 26px;
	}

ul li	{
	padding-bottom: 5px;
	}