@charset "utf-8";
body  {
	background: #305402;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
}

.community #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.community #header {
	background: #305402;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	background-image: url(images/icons/Header_Place_Holder.jpg);
	background-repeat: no-repeat;
	height: 150px;
	color: #FFFFFF;
	text-align: right;
} 


.community #menu_bar {
	background: #305402;
	padding: 5px 5px 0 5px;
	height: 40px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align:right;
} 

.community #print_menu_bar {
	background: #305402;
	padding: 5px 5px 0 5px;
	height: 30px;
	color: #FFFFFF;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
} 

.community #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*sidebar - defines the master leftsidebar container*/
.community #siderbar {
	float: left;
	width:230px;
	background-color:#82aa95;
	padding: 0px 0px 10px 0px;
	}

/*siderbar1 - defines the vertical menu in the left siderbar*/
.community #sidebar1 {
	float: left; /* (since this element is floated, a width must be given) */
	width: 200px; /* (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: #82aa95; /* (the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}


/*siderbar2 - defines the outside container for the documents container in the left siderbar.  Sidebar3 is desplayed in side of siderbar2.*/
.community #sidebar2 {
	/*width: 13em;*/ /* (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: #82aa95;*/ /* (the background color will be displayed for the length of the content in the column, but no further */
	clear:left;
	float:left;
	width: 230px;
	/*padding: 75px 10px 15px 15px;*/
	padding-top: 10px;
/*	margin-top:75px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #82aa95;
	
}

/*sidebar3 defines the document list container in the left siderbar in document: _cfm/_page_docs.cfm*/
.community #sidebar3 {
	width: 175px; /* (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: #82aa95;*/ /* (the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 2px 15px 18px;
	margin-top: 10px;
	margin-left:15px;
	margin-bottom:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
}

/*sidebar4 defines the Date and Time container */

.community #sidebar4 {
	/*width: 13em;*/ /* (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: #82aa95;*/ /* (the background color will be displayed for the length of the content in the column, but no further */
	clear:left;
	float:left;
	width: 230px;
	/*padding: 75px 10px 15px 15px;*/
/*	margin-top:75px;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font: Arial, Helvetica, sans-serif;*/
	font-size: 0.9em;
	background-color: #82aa95;
	text-align:center;
	
}

/*siderbar5 - defines the container for the Weather widget. */

.community #sidebar5 {
	/*width: 13em;*/ /* (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: #82aa95;*/ /* (the background color will be displayed for the length of the content in the column, but no further */
	clear:left;
	float:left;
	width: 207px;
	padding: 15px 0px 10px 23px;
/*	margin-top:75px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	background-color: #82aa95;	
}

.community #sidebar6 {
	/*width: 13em;*/ /* (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: #82aa95;*/ /* (the background color will be displayed for the length of the content in the column, but no further */
	clear:left;
	float:left;
	width: 230px;
	/*padding: 75px 10px 15px 15px;*/
/*	margin-top:75px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #9cbfad;
	text-align:center;
}



.community #board_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}


/*.community #watch_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}*/



.community #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.community #home_banner {
    width:780px;
	background-color:#FF0000;
	padding: 0 0px;

}

.community #ad_wrapper {
	width: 780px;
	height: auto;
	margin: 0 0 0 0px;
	background-color:#9cbfad;
	float:left;
	}
	
.community #home_bot_banner {
    width:780px;
	background-color:#FF0000;
	padding: 0 0px;

}

.community #home_ads {
	margin: 0 0px 0 390px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#305402;
	width:350px;
	/*float:right;*/
} 

.community #side_bar_ads {
	width:230px;
	background-color: #82aa95;
	height:170;
	float:left;
}

.community #home_calendar {
	/*margin: 0px 0 0 390px; */
	margin: 0px 0 0 20px; 
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #9cbfad;
	text-align:center;
	height: auto;
	float:left;
} 


 
.community #mainContent_2 {
   /* clear: both;
	float: inherit;*/
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 

.community #mainContent h1, #mainContent_2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
} 
.community #mainContent h2, #mainContent_2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
} 


.community #mainContent_3 h2, #mainContent_2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
} 
.community #mainContent p, #mainContent_2 p, #mainContent_3 p   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
} 

.community #mainContent li, #mainContent_2 li, #mainContent_3 li   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}  
 
 
.community #mainContent table, #mainContent_2 table, #mainContent_3 table { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
.community #addTable {
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight:bold;
}


/*.community #mainContent_2 div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}*/

.community #newsContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
} 
.community #newsContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
} 

.community #PrintNewsContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
} 
.community #PrintNewsConten h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
} 

.community #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#305402;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: center;
} 
.community #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.community #pic {
margin: 10px 10px 10px 10px;

}

.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;
}
.community #mainContent_3 {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
}

.admin_button {
	background-color: #305402;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	
}.community #menu_bar2 {
	background: #305402;
	padding: 5px 5px 0 5px;
	height: 40px;
	color: #FFFFFF;
	vertical-align: middle;
}

.community #note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style:italic;
}

.community #pricetable1 {
background-color:#CCFFCC;
color:#000;
width:750px;

}

.community #pricetable2 {
background-color:#99cc99;
color:#000;
width:750px;

}

.community #pricetable3 {
background-color:#669966;
color:#000;
width:750px;
}

.community #pricetable4 {
background-color:#336633;
color:#ffffff;
width:750px;
}
