/* GENERAL STYLES */
/*SITE WIDE ATTRIBUTES*/
body {background-color: #CCCC99; margin: 0;}
img { border: none; }


a {text-decoration:  none; color: #919117;}
a:link {text-decoration:  none; color: #919117;}
a:visited {text-decoration:  none; color: #919117;}
a:hover {text-decoration: none; color: #919117;}


#newslist h3 a
{
text-decoration: none; color: #919117;

}


h2
{
font-family: arial, sans-serif;
	font-size: 12px;
margin:0;
}


h3
{
font-family: arial, sans-serif;
	font-size: 11px;
margin:0;
}

#front_middle_content h3 a{
text-decoration: none; color: #919117;
}

#front_middle_content h3
{
font-family: arial, sans-serif;
	font-size: 11px;
margin:0;

}

#searchPhrase {
	height: 20px;
	width: 100px;
	font-family: arial, sans-serif;
	font-size: 10px;
	border:0;
}


.menu_text {
	color: white;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin-top:0px;	
}

/*LEFT NAVIGATION*/
#left_nav {
	width: 150px;
	float: left;
}

.left_menu {
	font-family: arial, sans-serif;
	font-size: 11px;
	padding-left: 30px;
}

.left_menu a:link {text-decoration: none; color: white;}
.left_menu a:visited {text-decoration: none; color: white;}
.left_menu a:hover {font-weight: normal;text-decoration: none; color: white;}

.left_menu_current {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
}


.left_menu_current  a:link {text-decoration: none; color: white;}
.left_menu_current  a:visited {text-decoration: none; color: white;}
.left_menu_current  a:hover {font-weight: bold;text-decoration: none; color: white;}

.left_submenu {
	font-family: arial, sans-serif;
	font-size: 11px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}


.left_submenu a:link {text-decoration: none; color: white;}
.left_submenu a:visited {text-decoration: none; color: white;}
.left_submenu a:hover {font-weight: normal;text-decoration: none; color: white;}

.left_submenu_current {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/submenu_select.png); 
	background-repeat: repeat-y;
	background-position: 6px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.left_submenu_current a:link {text-decoration: none; color: white;}
.left_submenu_current a:visited {text-decoration: none; color: white;}
.left_submenu_current a:hover {font-weight: bold;text-decoration: none; color: white;}

.menu_line {
	width: 150px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*SITEWIDE TEXT*/
.heading {
	color: white;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

.content {
	color: white;
	font-family: arial, sans-serif;
	font-size: 11px;
	float: left;

	padding: 7px;
}

/*MAIN SITE DIV*/
#center_container
{
	width: 1024px;	
	margin: 0 auto;

}


#site_container {
	width: 1024px;	
	float:left;
}

/*MASTER DIVS*/
#header_bg {
	width: 1024px;
	height: 72px;
	background-image: url(../images/top_banner.png); 
	float: left;
}

#header_left {
	width: 174px;
	height: 72px;
	background-image: url(../images/top_ban_l.png); 
	float: left;
}

#header_middle{
	width: 292px;
	height: 72px;
	float: left;
}

#header_right{
	width: 558px;
	height: 72px;
	background-image: url(../images/top_ban_r.png); 
	float: left;
}
#top_menu
{
	padding-left:25px;
	margin-top:44px;
	font-family:arial,sans-serif;
	font-size:11px;
	width:400px;
	height:20px;
}
.top_menu_item
{
	float:left;
	padding-right:10px;
}
.top_menu_item a
{
	color:white;
	text-decoration:none;
}

#BGWrapper
{
	display: inline;	
	width: 1024px;
	background-image: url(../images/bgwrapper.png); 
	background-repeat: repeat-y;
	float: left;	
}

#backgd {
	width: 1024px;
	background-image: url(../images/main_bg2.png); 
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 45px;
	}

/*FRONT PAGE DIVS*/
#left_front_content {
	width: 379px;
	height: 538px;
	float: left;
	background-image: url(../images/front_main_content_bg.png);
	margin-left: 10px;
}

#left_middle_content {
	width: 230px;
	height: 538px;
	background-image: url(../images/front_middle_content_bg.png);
	float: left;
}

#right_top_content {
	width: 224px;
	height: 187px;
	background-image: url(../images/front_right_top_content_bg.png);
	float: left;
}

#right_middle_content {
	width: 225px;
	height: 188px;
	background-image: url(../images/front_right_middle_content_bg.png);
	float: left;
	margin-top: 15px;
}

#right_bottom_content {
	width: 223px;
	height: 152px;
	background-image: url(../images/front_right_bottom_content_bg.png);
	float: left;
}

#front_content_pic {
	width: 350px;
	height: 257px;
	float: top;	
	margin-left: 15px;
	margin-top: 10px;
}

#front_content_header {
	width: 185px;
	height: 20px;
	float: top;
	margin-left: 30px;
}

#front_content_text {
	width: 345px;
	height: 227px;
	float: top;
	margin-left: 24px;
	overflow: hidden;
	}

#front_middle_header {
	width: 185px;
	height: 20px;
	float: top;
	margin-left: 17px;
	margin-top: 10px;
}

#front_middle_content {
	width: 210px;
	height: 475px;
	float: top;
	margin-left: 10px;
	overflow: hidden;
	}

#front_middle_content_news_link {
	width: 210px;
	height: 25px;
	float: top;
	margin-left: 15px;
margin-top: 5px;
	}

#front_right_top_header {
	width: 185px;
	height: 20px;
	float: top;
	margin-left: 14px;
	margin-top: 7px;	
}

#front_right_top_content {
	width: 210px;
	height: 130px;
	float: top;
	margin-left: 7px;
	overflow: hidden;
}

#front_right_middle_header {
	width: 185px;
	height: 20px;
	float: top;
	margin-left: 14px;
	margin-top: 7px;	
}

#front_right_middle_content {
	width: 210px;
	height: 155px;
	float: top;
	margin-left: 7px;
	overflow: hidden;
	}

#front_right_bottom_header {
	width: 185px;
	height: 20px;
	float: top;
	margin-left: 14px;
	margin-top: 7px;	
}

#front_right_bottom_content {
	width: 210px;
	height: 115px;
	float: top;
	margin-left: 7px;
	overflow: hidden;
	}

#service_menu {
	width: 280px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
#service_menu a
{
	color:white;
	text-decoration:none;
}

/*FRONT PAGE EVENTS LIST*/
.event_teaser {
	float: top;
	font-style: italic;
	color: #BBBBBB;
	margin-left: 77px;
}

.event_item {
	padding: 5px;
}
.event_list_title {
	float: top;
	padding-bottom: 3px;

}

.event_list_title a:link {text-decoration: none; color: #919117;}
.event_list_title a:visited {text-decoration: none; color: #919117;}
.event_list_title a:hover {font-weight: bold;text-decoration: none; color: #919117;}

.event_list_date {
	float: top;
	padding-bottom: 3px;
	font-style: italic;
	color: gray;
}

#more_events {
	width: 210px;
	height: 20px;
	float: top;
	margin-left: 15px;	
	
}

#event_page_list {
	width: 210px;
	height: 200px;
	float: left;
}

#events_page_more {
	width: 210px;
	height: 20px;
	float: top;
	margin-left: 5px;
	margin-top: 10px;	
	
}

/*FRONT PAGE NEWS LIST*/

.news_list_title {
	float: top;
	padding-bottom: 3px;
}

.news_list_title a:link {text-decoration: none; color: #919117;}
.news_list_title a:visited {text-decoration: none; color: #919117;}
.news_list_title a:hover {font-weight: bold;text-decoration: none; color: #919117;}

.news_list_date {
	float: top;
	padding-bottom: 3px;
	color: #999999;
}

.news_list_date a:link {text-decoration: none; color: #919117;}
.news_list_date a:visited {text-decoration: none; color: #919117;}
.news_list_date a:hover {font-weight: bold;text-decoration: none; color: #919117;}

.news_learn_more {
	float: top;
        font-style: italic;
	padding-bottom: 10px;	
}

.news_learn_more a:link {text-decoration: none; color: #919117;}
.news_learn_more a:visited {text-decoration: none; color: #919117;}
.news_learn_more a:hover {font-weight: bold;text-decoration: none; color: #919117;}

#news_bottom_link {
	float: top;
       	font-family:arial,sans-serif;
	font-size:11px;
	

}

#news_bottom_link a:link {text-decoration: none; color: #919117;}
#news_bottom_link a:visited {text-decoration: none; color: #919117;}
#news_bottom_link a:hover {text-decoration: none; color: #919117;}

/*SUB PAGE DIVS*/

#right_box_container {
	float: left;
	width: 230px;
	height: auto;
}

#right_tbox_t {
	background-image: url(../images/sub_right_t_top.png);
	float: left;
	width: 229px;
	height: 35px;
	margin-left: 20px;

}

#right_tbox_m {
	background-image: url(../images/sub_right_t_middle.png);
	background-position: 2px;
	float: left;
	width: 229px;
	height: auto;
	min-height: 228px;
	margin-left: 20px;
}

#right_tbox_b {
	background-image: url(../images/sub_right_t_bottom.png);
	background-position: 2px;
	float: left;
	width: 229px;	
	height: 8px;
	margin-left: 20px;
}

#right_bbox_t {
	background-image: url(../images/sub_right_b_top.png);
	float: left;
	width: 229px;
	height: 35px;
	margin-top: 20px;
	margin-left: 20px;
}

#right_bbox_m {
	background-image: url(../images/sub_right_b_middle.png);
	background-position: 2px;
	float: left;
	width: 229px;
	height: auto;
	min-height: 228px;
	margin-left: 20px;
}

#right_bbox_b {
	background-image: url(../images/sub_right_b_bottom.png);
	background-position: 2px;
	float: left;
	width: 229px;	
	height: 8px;
	margin-left: 20px;
}

#sub_head_text_holder {
	width: 200px;
	height: 20px;
	margin-left: 15px;
	margin-top: 5px;
	}

#sub_main_head_text_holder {
	width: 350px;
	height: 20px;
	margin-left: 15px;
	margin-top: 10px;
	}

#sub_content_text_holder {
	width: 200px;
	margin-left: 10px;
}

#sub_variable_box {
	width: 582px;
	height: auto;
	border: dashed 1px blue;
	float: left;
}

#sub_content_heading_bg {
	width: 570px;
	height: 38px;
	background-image: url(../images/sub_main_head.png);
	background-repeat: no-repeat;
	float: left;	
	margin-left: 6px;
border: 0px dashed yellow;	

	}

#sub_content_filler {
	width: 570px;
	background-image: url(../images/sub_main_filler.png);
	background-repeat: repeat-y;
	float: left;
	margin-left: 8px;
}

#sub_content_body_bg {
	width: 582px;
	min-height: 645px;
	background-image: url(../images/sub_main_body.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	}

#sub_main_container {
	width: 588px;
	min-height: 691px;
	float: left;
	padding-bottom: 20px;

}

#sub_main_content_container {
	width: 525px;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}

#sub_main_text_holder {
	margin-left: 7px;
	width: 555px;
}	

#sub_right_top_box {
	width: 229px;
	height: 271px;
	background-image: url(../images/sub_right_top_box.png);
	float: left;
	margin-left: 20px;
}

#sub_right_bottom_box {
	width: 227px;
	height: 271px;
	background-image: url(../images/sub_right_bottom_box.png);
	float: left;
	margin-left: 20px;
}
#sitemap ul
{
	list-style-type: none;
	padding-left:50px;

}
#sitemap ul li
{
	padding:2px 0px 2px 0px;
}

#sitemap ul li ul
{
	list-style-type: none;
	padding-left:20px;
	margin:0px;
}
#sitemap a
{
	color:#919117;
	text-decoration:none;
}
#sitemap a:hover
{

}
#newslist
{
	margin-left:7px;
	margin-right:50px;
	margin-top:20px;
}

.news_item {
	padding: 5px;
}

.news_teaser {
	margin-left: 78px;
	font-style: italic;
	color: #BBBBBB;
	padding-top: 2px;
}

.news
{
	margin-bottom:10px;
}
.news a
{
	color:#919117;
	text-decoration:none;
}
.Signup
{
padding-top:10px;
}
.Signup .label
{
float:left;
width:35px;
}
.Signup .input
{
	width:130px;
	margin:2px 0px 5px 0px;
}
.lblSignup
{
}
.txbSingup
{
	width:150px;
	margin:2px 0px 5px 0px;
}
.btnSignup
{
	
}
/*Member form */
.memberform 
{
width:400px;
}
.memberform input
{
width:200px;
}
.memberform .radio input
{
width:20px;
}
.memberform .memberType input
{
width:20px;
}

/*FORUM*/
#forum {
	width: 850px;
	height: auto;
	margin-top: 10px;
	background-color: #5c5c33;
	float: left;
}

/* EDITOR PROPERTIES */
