@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	font-family: Arial, Helvetica, sans-serif;
	
		font-size: 12px;
		color:#333333;
			background-image: url(../images/background.gif);
	background-repeat: no-repeat;

}

a:link {
	color:#003366;
	text-decoration:none;

}

a:visited{
	color:#003366;
	text-decoration:none;

} 



a:active{
	color:#003366;
	text-decoration:none;

}
a:hover{
	color:#D86202;
	text-decoration:none;
	}





.thrColFix #container {
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF;*/
	background-color:#87BEFE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/containerbg.jpg);
	background-repeat: repeat-y;
}
 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		padding:0 0 0px 0;
	
	background-color:#87BEFE;
	
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 176px !important; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #D86202;  the background color will be displayed for the length of the content in the column, but no further */
	background:#95E905;
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
	text-align:center;
	/* padding-bottom:21px;*/
	
	
}

.thrColFix #sidebar2cal {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
	text-align:center;
	padding-bottom:21px;
	padding-top:35px;
	padding-left:25px;
	background-image: url(../images/eventsbox.gif);
	background-repeat: no-repeat;
	text-align:left;
	
}

.thrColFix #sidebar2cal ul{
	list-style-type: none;
	padding:0px;
	margin:0px 0px 5px 0px;
	width:215px;	
	}

.thrColFix #sidebar2cal ul li{
	padding-bottom:10px;
}
.thrColFix #mainContent { 
	 /* margin: 0 176px 0 140px; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	width:672px;
	float:left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width:1008px;
	height:195px;
	position:relative;
}
#newheader {
	background-image: url(../images/newheader.jpg);
	background-repeat: no-repeat;
	width:1008px;
	height:195px;
	position:relative;
}

#contentheader
{
    position:absolute;
    left:279px;
    top:2px;
}

#bottom{
	position:relative;
	background-image:url(../images/containerbottom.jpg);
	background-repeat:no-repeat;
	width:1008px;
	height:81px;
	}
#greenbottom{
	position:relative;
	background-image:url(../images/greencontainerbottom.jpg);
	background-repeat:no-repeat;
	width:1008px;
	height:81px;
	}

#topmenu{
	position:absolute;
	/*border:1px solid red;*/
	width:685px;
	height:20px;
	left: 318px;
	top: 130px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #d86202;
	font-weight: bold;

	}

#topmenu2{
	position:absolute;
	/*border:1px solid red;*/
	width:685px;
	height:20px;
	left: 318px;
	top: 166px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #d86202;
	font-weight: bold;

	}

#topmenu a, #topmenu2 a{ 
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #d86202;
	font-weight: bold;
	text-decoration:none;

}

#topmenu a:hover, #topmenu2 a:hover{
	color:#000000;
}

#bannerad{
	position:absolute;
	right:10px;
	top:10px;
	height:90px;
	}

#footer{
	padding-top:8px;
	text-align:center;
	background-color:#000000;
	font-size:10px;
	color:#FFFFFF
	}
	
.navheader{
	background-color:#000000;
	/*height:40px;*/
	width:140px;
	margin-left:-5px;
	padding-top:6px;
	font-size:20px;
	color:#FFFFFF;
	font-family: serif, "Times New Roman", Times;	
	}
	


#MenuBar1 ul
{
	margin-left:0px;
	}




#homelink{
	position:absolute;
	width:300px;
	height:190px;
	top:0px;
	left:0px;
	}
	
#gallery h1{
	color:#d86202;
	}
	
	
/*.prearticle{
	border:2px solid #D86202;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:8px 10px 10px 10px;
	width:280px;
	float:left;
	font-size:14px;
	margin:10px;
	height:175px;
	background-image: url(../images/prearticleBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}*/
	
/*.sf_pageList li{
	padding:47px 10px 10px 30px !important;
	width:273px;
	float:left;
	font-size:12px;
	margin:10px !important;
	height:175px;
	background-image: url(../images/articlesbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style:none;
	}*/

#monthlyarticles h3, #monthlyarticles h4{
padding:0px;
margin:0px;
	}
.prearticle .title{
	
	color:#439EE5;

	}
.prearticle p{
	margin:5px;
}
	
#leftcontent{
	position:relative;
	float:left;
	width:432px;
	}
	
#rightcontent{
	float:right;
	width:240px;
	}
#rightcontent p{
	margin:0;
	}	
#leftcontent1{
	position:relative;
	float:left;
	width:240px;
	}

#maintopcontent{
	margin:0 auto;
	padding-bottom:10px;
	width:648px;
	}
	
#rightcontent1{
	float:right;
	width:432px;
	}
	
ol.sf_photoListLightbox, ol.sf_listAndPage {
clear:none !important;

}
ol.sf_photoListLightbox li, ol.sf_listAndPage li {
float:left;
height:auto !important;
margin:0 10px 0 0;
overflow:hidden;
padding:0;
width:150px;
}

ol.sf_pager {
clear:none !important;

list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#ctl00_ContentPlaceHolder4_EventsScheduleView1_ctl00_ctl00_eventsSchedule
{
	height:690px !important;
	overflow:hidden !important;
}
.rsContentScrollArea
{
	overflow-y:hidden !important;
}
/*
.rsAptCreate{
	background-color:#D86202  !important;
	}
	
	
.RadScheduler_Web20 .rsHeader .rsSelected em {
background-position:0 -118px;
color:#D86202 !important;
padding-left:12px;
}*/

.sf_singleNews {
	font-size:12px;
}

.sf_singleNews h2{
	color:#003366;
	font-size:18px;
	text-align:center;
}

.sf_singleNews a{
	color:#000000;
	text-decoration:none;
}

.sf_singleNews a:hover{
	color:#D86202;
	}
	
.sf_newsList {
	font-size:12px;
}

h2.sf_newsTitle{
	color:#D86202;
	font-size:12px;
	margin:0px !important;
}

.sf_newsTitle a{
	color:#000000;
	text-decoration:none;
}

.sf_newsTitle a:hover{
	color:#D86202;
	}
	
.sf_newsList h2.sf_newsTitle {
font-size:14px !important;
color:#D86202;
font-weight:normal;
line-height:1.2em;
}

.sf_eventsList .sf_eventTitle {
font-size:14px !important;
color:$003366 !important;
margin-top:5px !important;
margin-bottom:5px !important;
}


.sf_newsTitle a {
color:#003366 !important;
text-decoration:none;
font-size:14px !important;
margin-bottom:5px !important;
margin-top:5px !important;
}

.sf_newsTitle a:hover {
color:#D86202 !important;
text-decoration:none;
}


.sf_newsList .sf_newsDate {
	font-size:12px !important;
	font-style:italic;
}



.sf_eventPriod{
	color:#333333;
	font-size:12px;
	font-style:italic;
}

.sf_eventTitle{
	color:#003366 !important;
	font-size:18px !important;
}



.sf_pollQuestionsList{
	/*border:2px solid #D86202;
	padding:5px;*/
	border:none;
	}
.sf_pollQuestionAnswers{
	padding-left:20px;
	}	
.PollBox{
border:2px solid #D86202;
	padding:5px;
}	
	
/*Poll Styles*/
.sf_pollTitle{
	display:none;
	}
.sf_pollQuestion{
	font-size:12px;
	font-weight:bold;
	}
.RadioButtonListCssClass{
	font-size:12px;
	list-style-type:none;
	}
.sf_pollCommands a{
text-decoration:underline;
}


#lastestevents{
	width:414px;
	border:2px solid #427EC5;
	
}

#lastestevents img{
	padding-right:10px;
	}
.lastesteventtitle{
	background-color:#D86202;
	/*height:25px;*/
	margin:0px;
	padding:0px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	background-image: url(../images/featuredevents.jpg);
	height: 23px;
	width: 414px;
	}

.lastestfeaturetitle{
	background-color:#D86202;
	/*height:25px;*/
	margin:0px;
	padding:0px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	background-image: url(../images/featuredbuzz.jpg);
	height: 23px;
	width: 414px;
	}

#lastestevents ul{
	list-style-type:none;
	margin:0;
	padding:10px;
	}	

#lastestevents p.eventtitle{
	font-size:14px;
	}
#lastestevents p.eventdata{
	color:#333333;
	font-size:12px;
	font-style:italic;
	}	
	
#lastestevents ul a{
	font-size:14px;
	}
#lastestevents h2{
	margin:0px;
	}
	
#lastestevents p{
	margin:0px;
	}
	
.box20spacetop{
	padding-top:20px;
	}
	
	
#bottomcontent{
	margin-top:10px;
	
	}


#wx_module_666{
	position:absolute;
	right:20px;
	top:50px;
	}

.sf_back{
	display:none;
	}
	
ol.sf_photoListLightbox li dt, ol.sf_listAndPage li dt, ol.sf_photoListBigImg li dt {
	display:none !important;
}


#wordnews{
	padding:15px;
	}
	
#credits{
	color:#FFFFFF;
	}
#credits a{
	color:#FFFFFF;
	}
	
a.linkemail{
	color:#FF0000;
	}

p.linkemail a{
	color:#FF0000 !important;
	}
	
.wdNewsFeed{
	color:#c40100;
	font-size:16px;
	}
	
#TwitterStatus{
	min-height:295px;
}

.sf_pollVoteInfo{
	display:none;
	}
	
h2
{
	color:#003366 !important;
}