@charset "UTF-8";
/* home template page layout definitions */
#center {
	margin: 0px;
	padding: 0px;
	width: 1050px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#home_menu {
	width: 845px;
	height: 24px;
	padding-top:5px;
	padding-left:30px;
	background: url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#home_menu ul {
	margin: 0px;
	padding: 0px;
}

#home_menu li {
	display: inline;
	padding:0px
	margin:0px;	
}

#home_menu a {
	text-decoration: none;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-left:-5px;
	/*background: url(../images/img03.jpg) no-repeat right 50%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	color: #000;
}

#home_menu a:hover {
	color: #fff;
	background: url(../images/subnav_bg_ov.gif);
	background-repeat:repeat-x;
}

#home_menu .current_page_item a {
	color: #FFF;
}
#right_col {
	float: right;
	width: 158px;
	font-size: 12px;
	margin-top:-15px;
	padding-left:10px;
	clear:none;
}

/*home content area definitions*/
#home_content {
	width: 875px;
	float:left;
}
.full_home_text{
	margin-left:10px;
	margin-right:10px;
	min-height:365px;
}
.full_home_text2{
	margin-left:200px;
	margin-right:200px;
	padding-bottom:10px;
	border: 1px solid #000;
	padding-left:5px;
	padding-right:5px;
	background-color: #CDCDCD;
}
#home_text_area{
	margin: 0px;
	padding: 0px;
	min-height:500px;
}
#home_foot{
	width:875px;
	height:15px;
	float:left;
	clear:both;
	background-image:url(../images/content_foot.png);
	background-repeat:no-repeat;
}
/*home top area definitions*/
#home_top{
	background-image:url(../images/home_top_bg2.png);
	background-repeat:no-repeat;
	width:874px;
	height:375px;
	padding:10px;
	padding-top:15px;
	margin-bottom:5px;
}
#flash{
	width:320px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
#home_top_text{
	text-align:left;
}
#home_top_text li{
	margin:0px;
	padding:0px;
	font-weight:bold;
	/*background-image: url(../images/starburst.png);
	background-repeat: no-repeat;*/
	list-style-type: none;
	margin-bottom: 10px;
	text-align:center;
}
#home_top_text em {
	color: #8D0202;
}
.blacktext{
	color:#000;
}
/*home box definitions*/
#home_bottom{
	width:874px;
}
#community_box {
	width:874px;
}
#tools_box {
	width:874px;
}
.box_header{
	width: 874px;
	height: 24px;
	padding-top:5px;
	padding-left:15px;
	background: url(../images/subnav_bg.png);
	background-repeat:no-repeat;
	text-align:left;
}
.box_content{
	width:874px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}
.box_foot{
	width:874px;
	height:16px;
	background-image:url(../images/content_foot.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
/*contact page definitions*/
#contact_text{
	width:770px;
	margin-left:15px;
}
.title{
	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: normal;
	color: #660d08;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/*shared definitions*/
a {
	color:#06305B
}
a:hover {
	color: #660d08;
	border-bottom: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.center{
	text-align:center;
	color:#8d0202;
}
h2 {
	font-size:16px;
	font-weight:bold;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#999;
	padding-top:5px;
	padding-bottom:5px;
}
#community{
	width:874px;
	height:50px;
}
#community_location{
	width:250px;
	float:right;
	margin-top:0px;
	font-weight:bold;
	margin-right:30px;
	text-align:right;
}
#community_info{
	width:240px;
	float:left;
	margin-top:0px;
}
#state_flag {
	font-size: 11px;
	color: #000;
	float: right;
	margin-top:0px;
	width: 82px;
	margin-right:20px;
	text-align:center;
}
#city_flag {
	font-size: 11px;
	color: #000;
	text-align:center;
	float: right;
	width: 82px;
	text-align: center;
	margin-right:15px;
	margin-top:0px;
	clear:none;
}
#city_flag a:link, #city_flag a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#city_flag a:hover{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
.tool_row{
	width:860px;
	height:100px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	padding-top:5px;
	padding-bottom:5px;
}
.tool_left{
	width:415px;
	float:left;
}
.tool_right{
	width:415px;
	float:right;
	margin-right:10px;
}
.caption{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
.warning{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #660d08;
	font-weight:bold;
	}

#signup_form{
	margin:25px;
	
}

/*right column definitions*/
.radio_plus {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	font-style: italic;
	line-height: 36px;
}
.maroon_bold {
	color: #660000;
}
.maroon_plus {
	font-size: 16px;
	color: #660000;
	line-height: 14px;
}
.blackplus {
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000;
}

#maroon_box {
	font-weight: bold;
	color: #FFF;
	background-color: #520703;
	float: left;
	min-height: 150px;
	width: 280px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}
#event_content {
	background-color: #FFF;
	height: 100px;
	width: 248px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
}
#maroon_title h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	padding-top:2px;
}
#maroon_title p{
margin-top:0px;
padding-top:0px;
	}
#box_content {
	background-color: #FFF;
	height: 100px;
	width: 248px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
}
#forum_content{
	height:75px;
	overflow:auto;
}
#cal_content{
	height:75px;
	overflow:auto;
}
#maroon_box a:link, #maroon_box a:visited{
	color: #520703;
	text-decoration:none;
	font-weight:bold;
}
#maroon_box a:hover{
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}
p.right {
	text-align:right;
}
#maroon_title {
	text-align: left;
	padding-left: 10px;
}
#photo_title {
	float: left;
	height: 55px;
	width: 560px;
	text-align:right;
	background-image: url(../images/photo_title.gif);
	background-repeat: no-repeat;
	margin-left:8px;
	margin-right:15px;
	margin-top:10px;
	padding-top:20px;
}
#photo_title a:link, #photo_title a:visited{
	color:#630803;
	text-decoration:none;
	font-weight:bold;
}
#photo_title a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.photo_box {
	float: left;
	width: 150px;
	margin-left: 30px;
}
.category{
	color:#630803;
	font-weight:bold;
	margin-top:5px;
}
#radio_btn {
	width: 160px;
}
#ad {
	width: 160px;
	margin-top: 15px;
}
/*login content area definitions*/
#login_content {
	width: 875px;
	float:left;
}

#login_text_area{
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 10px;
	min-height:500px;
	
}
#login_foot{
	width:875px;
	height:15px;
	float:left;
	clear:both;
	background-image:url(../images/content_foot.png);
	background-repeat:no-repeat;
}
/*full page contact & legals page definitions*/
#full_content{
	background-image:url(../images/full_bg.png);
	background-repeat:no-repeat;
	width:874px;
	height:555px;
	padding:10px;
}
.nc {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.starburst ul{
	margin:0px;
	padding:0px;
}
.starburst li{
	font-weight:bold;
	background-image: url(../images/starburst.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 10px;
	margin-left:0px;
}
/*radio project page*/
#full_page_container{
	width:874px;
}
#full_page_header{
	width:874px;
	height:10px;
	background-image:url(../images/full_page_top.png);
	background-repeat:no-repeat;	
}
#full_page_content{
	width:874px;
	background-image:url(../images/full_page_bg.png);
	background-repeat:repeat-y;
}
#full_text{
	margin-left:20px;
	margin-right:20px;
	padding-bottom:15px;
	min-height:400px;
}
#full_page_foot{
	width:874px;
	height:15px;
	background-image:url(../images/full_page_foot.png);
	background-repeat:no-repeat;
}
/*radio advertisers definitions*/
.radio_ads li{
	margin-bottom:15px;
	font-weight:bold;
	color: #660d08;
	list-style:none;
}
#advertisers{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
/*place ads page*/
#special_offer{
	width:775px;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left: 25px;
	color: #FFF;
	background-image: url(../images/special_bg.png);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #981009;
	border-right-color: #620A05;
	border-bottom-color: #620A05;
	border-left-color: #7A0E08;
}#special_offer h1 {
	color: #fff;
	font-size: 24px;
	font-style: italic;
}
.video_div{
	width:275px;
	float:left;
}
.video_div2{
	width:210px;
	float:left;
}
.video_row{
	width:850px;
	height:180px;
	clear:both;
}
a {
	color:#06305B;
	text-decoration:none;
}
a:hover {
	color: #660d08;
	border-bottom: none;
}
.boldu {
	font-weight:bold;
	color:#06305B;
	text-decoration:underline;
}
.boldu a:hover {
	font-weight:bold;
	color: #660d08;
	text-decoration:underline;
}
/* video page newspaper section*/
.full_page_container{
	width:874px;
	margin-bottom:15px;
}
.full_page_header{
	width:874px;
	height:10px;
	background-image:url(../images/full_page_top.png);
	background-repeat:no-repeat;	
}
.full_page_content{
	width:874px;
	background-image:url(../images/full_page_bg.png);
	background-repeat:repeat-y;
}
.full_text_news{
	margin-left:20px;
	margin-right:20px;
	padding-bottom:15px;
}
.full_page_foot{
	width:874px;
	height:15px;
	background-image:url(../images/full_page_foot.png);
	background-repeat:no-repeat;
}
.video_row2{
	width:850px;
	height:85px;
	clear:both;
}