@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #FFFFFF url(img/background.gif) repeat;
	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;
	height: 100%;
}

#container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: left;
	height: 100%;
	position: relative;
}

#content {
	width: 100%;
	background: #FFF;
	position: relative;
	/*height: 90%;*/
	top: 0px;
	left: 0px;
	padding-bottom: 30px;
	}
	
 #headerwrap {
	position: relative;
	width: 100%;
	height: 132px;
	}
	
 #bodywrap {
	padding: 0 0 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
 }
 #bodywrapcontent {
	padding: 0 0 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(img/contentbkg.gif) repeat-y;
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
 }
 
 #contentheader {
	 position: relative;
	 top: 0px;
	 right: 0px;
	 float: right;
	 background: #FFFFFF url(img/interiorheader.gif) no-repeat;
	 width: 711px;
	 height: 190px;

	 }
#contenttext {
	position: relative;
	float:right;
	background: transparent;
	width: 711px;
	height: auto;
	top: 30px;
	}	 

#leftmenu {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background: transparent;
	width: 225px;
	padding-left: 10px;
	padding-top: 20px;
	}
 
 #footerwrap {
	 width: 100%;
	 position: relative;
	 top: 20px;
	 background: transparent;
	 font-size: 12px;
	 }

#footertable {
	width:100%;
	position:relative;
	top: 0px;
	text-align: left;
	font-size: 14px;
	}
	
 #features {
	 padding: 0;
	 position: relative;
	 width: 100%;
	 
	 }
 	
#logoleft {
	width: 415px;
	position: absolute;
	top: 20px;
	left: 15px;
	padding-bottom: 10px;	
	}
#userfunctions {
	width: 296px;
	right: 0px;
	top: 10px;
	position:absolute;
}

#userfunctions2 {
	width: 120px;
	right: 0px;
	top: 10px;
	position:absolute;
}
#callnow{
	position: absolute;
	right: 3px;
	width: auto;
	margin-bottom: 5px;
	top: 55px;
	
	}
	
#topmenu {
	width: 100%;
	position: absolute;
	top: 80px;
	background: #595852;
	height: 53px;
	}	

#left {
	width: 50%;
	position: relative;
	float: left;
	top: 30px;
	height: 200px;
	left: 5px;
	}
#left2 {
	width: 50%;
	position: relative;
	float: left;
	top: 90px;
	left: 5px;
	padding-bottom: 50px;
	}
#right {
	width: 50%;
	position: relative;
	top: 30px;
	float: left;
	height: 200px;
	
	}
#right2 {
	width: 50%;
	position: relative;
	top: 90px;
	float: left;
	padding-bottom: 50px;
	}	
ul.lists { list-style: none;
	 margin-left: 0;
	 padding-left: 15px;
         color: #666666;
	}
ul.lists li ul {color: #666666;}
ul.lists 
ul.asterisks {
	list-style-image:url(img/bullet.gif);
	margin: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	
	}

ul.asterisks li {
	list-style-image:url(img/bullet.gif);
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	
	}
	
ul {
	list-style: none;
	
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	
	}

ul.pagenav {
	list-style: none;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
        width: 225px;
	}

li.page_item {
margin-left:0; padding-left: 0}

.item { margin: 0 0 5px 20px; clear: both; }
      
.title { font-size: 14px; font-weight: normal; margin: 0; padding: 0; color:#000; font-family: Tahoma, Geneva, sans-serif; }
      
.description { margin: 0; padding: 0; }

.date { margin: 0; padding: 0; color: #cccccc; }

.black { color: #000;}

.black:hover { text-decoration: underline;}


	
.meeting {
	color: #f7c439;
	}	
	
.steward {
	color: #57b0d6;
	}	


a:link {color:#57b0d6; text-decoration: none; border: 0px;} /* unvisited link */
a:visited {color:#57b0d6; text-decoration: none;} /* visited link */
a:hover {color:#57b0d6;text-decoration: none;} /* mouse over link */
a:active {color:#57b0d6; text-decoration: none;} /* selected link */
img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}
a.orange:link {color:#ff9900; text-decoration:none;}
a.orange:hover {color:#ff9900; text-decoration:none;}
a.orange:visited {color:#ff9900; text-decoration:none;}
a.orange:active {color:#ff9900; text-decoration:none;}
p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	}
.pcontent {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	margin-right: 3px;
	}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	color: #3399cc;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 5px 0;
	}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #99cc33;
	font-weight: normal;
	line-height: normal;
	margin: 5px 0 5px 0;
	
}

a h2 { color: #99CC33;
}

h3 {
	font-size: 18pt;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #ff9900;
	font-weight: normal;
	margin: 15px 0 10px 0;
	}
h4 {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #999999;
	margin: 5px 0 5px 0;
	}
.greenh4 {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #99cc33; 
	}	
h5 {
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #f7c53b;
	margin: 5px 0 5px 0;
	}	
	
.homeh3  {
	color: #999999;
	font-size: 16pt;
	font:Tahoma, Geneva, sans-serif;
	font-style: normal;
	}	
	
.leftmenu {
	font-family: Tahoma, Geneva, sans-serif;
	color: #595852;
	font-weight: bold;
	font-size: 14px;
	}

.activeleftmenu {
	background: url(img/sidemenuactive.gif);
}


/* Sidebars */
#extras {float:right; line-height:1.4em; margin:0 0 5px; padding:0; width:140px;}
#leftside p, #leftside ul, #leftside div.textwidget, #extras p, #extras ul, #extras div.textwidget {font-size:0.9em; margin:0 0 18px;}
#leftside li, #extras li {line-height:1.2em; list-style:none; margin:0 0 6px;}
#leftside ul ul, #extras ul ul {margin:6px 0 0 10px;}
#leftside ul ul li, #extras ul ul li {margin:0 0 4px;}
#leftside ul ul li a, #extras ul ul li a {font-weight:normal;}
#leftside ul.linklist, #extras ul.linklist {font-size:1em;}
#leftside ul.linklist ul, #extras ul.linklist ul {margin:0 0 20px;}
#leftside ul.linklist ul li a, #extras ul.linklist ul li a {font-weight:bold;}
#leftside h2, #leftside ul.linklist li h2, #leftside h3, #extras h2, #extras ul.linklist li h2, #extras h3, table#wp-calendar caption {background-color:inherit; color:#505050; font-size:1.3em; font-weight:normal; text-align:left; margin:0 0 6px;}
#leftside label, #extras label {display:none;}

/* Main menu */
ul.page {list-style:none; margin:0 0 20px; width:140px;}
ul.page li {display:inline; line-height:1.4em; width:140px;}
ul.page li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#505050; float:left; font-weight:bold; margin-bottom:5px; padding:5px 1px 5px 5px; text-decoration:none; width:130px;}
ul.page li a:hover, ul.page li.current_page_item a {background-color:#eaeaea; border-left:4px solid #286ea0; color:#505050;}
ul.page ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px; width:125px;}
ul.page ul a {padding:3px 1px 3px 5px; width:115px;}
ul.page ul ul {width:113px;}
ul.page ul ul a {width:100px;}


#subpages {border-bottom:1px solid #e0e0e0; border-left:1px solid #e0e0e0; float:right; font-weight:bold; line-height:1.3em; margin:-5px 0 8px 15px; padding:0 0 10px 10px; width:190px;}
#subpages h2 {font-size:1.2em; font-weight:bold; letter-spacing:-1px; line-height:1.3em; margin:0 0 12px;}
#subpages ul.submenu {line-height:1.4em; list-style:none; margin:0;}
#subpages ul.submenu li {display:inline; line-height:1.4em; width:180px; padding:0;}
#subpages ul.submenu li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#505050; float:left; font-weight:bold; margin-bottom:5px; padding:3px 1px 3px 5px; text-decoration:none; width:180px;}
#subpages ul.submenu li ul {margin:0 0 5px 10px; width:170px;}
#subpages ul.submenu li ul li a {width:170px;}
#subpages ul.submenu li ul ul {margin:0 0 5px 10px; width:160px;}
#subpages ul.submenu li ul ul li a {width:160px;}
#subpages ul.submenu li ul ul ul {margin:0 0 5px 10px; width:150px;}
#subpages ul.submenu li ul ul ul li a {width:150px;}
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {background-color:#eaeaea; border-left:4px solid #286ea0; color:#555;}
#subpages ul.submenu li.current_page_item ul li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#555;}
blockquote {border-left:4px solid #e0e0e0; margin:20px; padding:8px 8px 8px 15px;}
blockquote p {background-color:inherit; color:#505050; font-size:0.9em; line-height:1.3em;}
label {background-color:inherit; color:#606060; font-size:0.9em; font-weight:bold;}
table#wp-calendar {margin:0 0 20px; width:140px;}
code {font-size:1.2em; display:block; padding:5px 5px 5px 8px; background-color:#f4f4f4; margin:5px 0 15px 0;border-left:4px solid #57b0d6;}
#s,#submit {background-color:#ffffff; border:1px solid #57b0d6; color:#505050; font-size:0.9em; margin:0 0 16px; padding:4px; width:130px;}
#author,#email,#url,#comment {border:1px solid #57b0d6; font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}
#commentsection {margin:25px 0 0;}
#commentsection p {margin:0 0 6px;}

/* Float fix */
.contenttext {overflow:hidden;}
* html .contenttext {height:1px; overflow:visible;}
* html .contenttext p {overflow:hidden; width:99%;}

/* WP image align classes */
img.centered {display:block; margin-left:auto; margin-right:auto;}
img.alignright {padding:4px; margin:0 0 2px 7px; display:inline;}
img.alignleft {padding:4px; margin:0 7px 2px 0; display:inline;}
.alignright {float:right;}
.alignleft {float:left;}

/* Various classes */
.left {border:1px solid #57b0d6; float:left; margin:10px 15px 10px 0;}
.right {border:1px solid #57b0d6; float:right; margin:10px 0 5px 10px;}
.center {border:1px solid #57b0d6; margin:5px auto 12px; text-align:center;}
.textright {text-align:right;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.hide {display:none;}
.post {margin:0 0 25px;}
.postinfo {background-color:#f4f4f4; border-left:4px solid #57b0d6; color:#606060; font-size:0.9em; font-weight:bold; line-height:1.5em; margin:1px 0 30px; padding:8px 5px 8px 8px;}
.comment {background-color:#f4f4f4; border-left:4px solid #57b0d6; color:#606060; margin:0 0 10px; padding:8px 5px 0 8px;}
.comment p {font-size:0.9em; line-height:1.3em; margin:0 0 6px; padding-bottom:5px;}
.gravatarside {float:right; width:48px; height:48px; margin:0 5px 5px 5px;}
.navigation {display:block; margin:10px 0 20px 0; padding:0; text-align:center;}
.navigation p {margin:0; padding:0;}
.prevlink {margin-right:20px;}
.nextlink {margin-left:20px;}