body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:14px;
	color: #333;
	background: url(/i/bg.gif) 0 0 repeat #000;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input.text, select, textarea {
	padding:2px;
}
input.submit {
	font-size:10px;
	text-transform:uppercase;
	border:0;
	background:#343434;
	color:#F7F7F7;
	cursor:pointer;
	padding:2px 4px 2px 4px;
	line-height:20px;
}
input.submit:hover {
	background:#4F4F4F;
	color:#FFF;
}

#core {
	width:920px;
	text-align:left;
	margin: 20px auto 10px;
	background:#FFF;
}

#main {
	background:url(/i/content-bg.jpg) 5px 0 no-repeat #fff;
	padding:0 5px;
}

#header {
	  xheight:140px;
	cursor:pointer;
	padding:0 5px 0 5px;
	background:#fff;
}
#nav_container {
	padding:13px 0 0 13px;
}

#lottery {
	padding:25px 0 10px 10px;
	width:120px;
	clear:left;
}

#tile {
	padding:5px 0 10px 5px;
	Xbackground:url(/i/sparks_facebook.gif) 100% 95% no-repeat;
	width:120px;
	clear:left;
	text-align:center;
}

#tile img{
	padding:5px;
	margin:0;
}

#left_col {
	width:130px;
	float:left;
}

#left_col ul {
	padding:0;
	margin:0;
	}

#center_col {
	float:left;
	width:535px;
	position:relative;
}
#center_col .fix {
	visibility:hidden;
}

#content {
	padding:25px 15px 15px 25px;
}
#content.larger {
	padding:13px 15px 15px 8px;
}
#content.larger.iframe {
	padding-right:5px;
}

#right_col {
	float:left;
	width:235px;
}

#floater, .floater_video {
	position:absolute;
	top:-20px;
	left:-15px;
	z-index:100;
	width:590px;
	height:430px;
}
.floater_video {
	left:-30px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-1px;
}

h2{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	margin-bottom:15px;
}

ul{
	padding:0 0 0 10px ;
	margin-left:8px;
	list-style-type: disc;
	list-style-position: outside; 
}

li{	
	/*margin-bottom:10px; */
}


iframe.full_iframe {
	width:100%;
	height:470px;
}


.photos .photo {
	border:2px solid #1F1F1F;
	float:left;
	padding:3px;
	background:#1F1F1F;
	margin:0 6px 6px 0;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}


.page_list {
	background:#1F1F1F;
	padding:3px 6px;
	margin-top:2px;
	color:#FFF;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;/*
	
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius: 3px;
	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius: 3px;*/
}
.page_list a, .page_list span {
	color:#FFF;
	text-decoration:none;
	float:left;
	display:block;
	padding:2px 6px;
}
.page_list span.page_num {
	font-weight:bold;
}
.page_list a.page_num:hover {
	background:#666;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}



.topics {
	margin-left:25px;
	list-style-image:url(/i/arrow_bullet.gif);
}
.topics .topic {
	padding-bottom:3px;
	margin:0;
}
.topics .topic a {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	color:#562B32;
	text-decoration:none;
}
.topics .topic a:hover {
	text-decoration:underline;
	color:#AB363C;
}


.full_article {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ABC8D6;
}
.articles .article, .events .event, .results .result, .blog_entries .entry {
	padding:8px;
}

.articles .article.odd, .events .event.odd, .results .result.odd, .blog_entries .entry.odd {
	background:#E4E4E4;
}
.articles .article.even, .events .event.even, .results .result.even, .blog_entries .entry.even {
	background:#FFF;
}
.article_date { float:left; font-size:10px; text-transform:uppercase; }
.result ul li {
	margin:0;
}

#search_block {
	height:15px;
	padding:10px 0 0 5px;
}
#search_block input.text {
	width:140px;
}

#news_block {
	background:url(/i/alertbg.jpg) 0 0 no-repeat #AC343D;
	color:#FFF;
	height:110px;
	margin-top:11px;
	padding:5px 3px 5px 10px;
}
#news_block h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
	padding-top:4px;
}
#news_block h2 {
	font-size:16px;
	margin-bottom:0;
	padding-top:4px;
}
#news_block #scroll_news {
	height:85px;
	padding:0 6px 6px 10px;
	overflow-y:auto;
}
#news_block a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}
#news_block a:hover {
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}
#news_block #scroll_news .more {
	float:right;
}

.article {
	clear:both;
	font-size:13px;
	margin-top:6px;
	font-weight:normal;
}
.article a.more {
	font-size:12px;
}

	
#teaser_block {
	background:url(/i/aboutbg.gif) 0 0 no-repeat #343434;
	color:#FFF;
	margin-top:7px;
	padding-top:5px;
}
#teaser_block h1 {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	margin-bottom:15px;
}
#teaser_block a {
	color:#FFF;
}
#teaser_wrap {
	padding:5px 10px 10px 10px;
	background:url(/i/aboutbg2.gif) 0 100% repeat-y;
	min-height:260px;
	_height:260px;
}

#teaser_block .read-more, #teaser_block .return-video {
	margin-top:10px;
}

#teaser_block .read-more a, #teaser_block .return-video a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
#teaser_block .read-more a {
	text-align:right;
	float:right;
	padding:2px 12px 2px 4px;
	background:url(/i/white-arrows.gif) 120% 50% no-repeat;
}
#teaser_block .return-video a {
	text-align:left;
	float:left;
	padding:2px 4px 2px 12px;
	background:url(/i/white-arrows.gif) -11px 50% no-repeat;
}

#teaser_block .read-more a:hover, #teaser_block .return-video a:hover {
	background-color:#000;
}

#teaser_btm {
	clear:both;
	height: 4px;
	background:url(/i/aboutbtm.gif) 0 0 no-repeat #FFF;
	padding-bottom:10px;
}

#rs_photo {
	margin-top:6px;
	margin-bottom:6px;
	width:235px;
	height:284px;
	background:url(/i/ronsparks-sidebar.gif) 0 0 no-repeat;
}

#video_sidebar {
	padding:5px 2px 0 2px;
}




.left_col, .right_col {
	float:left;
}
.right_col {
	width:240px;
}
.left_col {
	width:245px;
	padding-right:10px;
}
#join_form label, #contact_form label {
	display:block;
	clear:both;
	padding:0 0 5px 0;
}
#join_form label span, #contact_form label span {
	float:left;
	display:block;
	width:90px;
}
#contact_form label span {
	width:130px;
}
#join_form label input.text, #join_form label select {
	width:120px;
}
#contact_form label input.text, #contact_form label select {
	width:200px;
}
#contact_form {
	font-size:12px;
}
#contact_form label input.text, #contact_form label select, #contact_form label textarea {
	padding:3px;
	font-size:14px;
}
#join_form .right_col label {
	padding-bottom:2px;
}

#join_form .submit, #contact_form .submit {
	font-size:16px;
	padding:6px 12px;
}

#join_form b.error, #contact_form b.error {
	color:#C00;
	font-weight:bold;
	padding-left:2px;
	font-size:14px;
}
.help_list {
	padding:5px 0 5px 5px;
}
.help_list, .help_list li {
	margin:0;
	list-style:none;
}


.poll_questions {
	list-style:none;
	margin:0;
	padding:0;
}
.poll_questions li a {
	text-decoration:none;
	padding-left:25px;
	font-size:14px;
	color:#900;
	display:block;
	padding-top:1px;
	padding-bottom:6px;
}
.poll_questions li a:hover {
	text-decoration:underline;
}

.poll_questions li.voted a {
	background:url(/i/icons/tick.png) 0 0 no-repeat;
	color:#999;
}

a.vimardi-badge
{
	color:#555;
	text-decoration:none;
	display:block;
	width:160px;
}

a.vimardi-badge:hover
{
	color:#c1466e;
	text-decoration:underline;
}

.clear { clear:both; height:0; padding:0; margin:0; overflow:hidden; line-height:0; }