/* Global Settings */
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
background: url(images/background.gif);
color: #3b322e;
font: 11px helvetica,verdana, arial, sans-serif;
}
 
/* Common Formatting */
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
h1 {
background: url(images/arrow.gif) no-repeat 1px 3px;
color: #4f6338;
padding:0 0 4px 7px;
letter-spacing:0;
font:12px helvetica,verdana, arial, sans-serif;
font-family: arial;
font-weight:bold;
text-transform: uppercase;
}
 
h2 {
color: #463f65;
font:14px "Helvetica Neue Condensed", helvetica,verdana, arial, sans-serif;
font-weight:bold;
margin: 8px 0 0px 0;
padding:0 0 0px 0;
}
 
h3 {
color: #3b322e;
font:12px helvetica,verdana, arial, sans-serif;
font-weight:bold;
text-transform: uppercase;
padding: 25px 0 0px 0;
}

h4 {
color: #4f6338;
font:14px "Helvetica Neue Condensed", helvetica,verdana, arial, sans-serif;
font-weight:bold;
margin: 8px 0 0px 0;
padding:0 0 0px 0;
}

h5 {
background: #e7e5e6;
color: #463f65;
font-size: 11px;
font-weight: bold;
padding: 8px 4px 8px 4px;
text-transform: uppercase;
}
 
p, ul, ol {
margin:0;
padding:7px 0 7px 0;
}
 
ul, ol, li {
list-style:none;
padding:0 0 5px 0;
}


 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
 
/* Links */
a, a:visited {
	color: #4f6338;
}

a:hover {
}
 
/* Forms */
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em helvetica,verdana, arial, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/* Tables */
table {
border:0;
margin:0 auto;
padding:0;
border-collapse: collapse; 
border-spacing: 0; 
width:810px;
}

table table {width: auto;}

td, th { 
padding: 0; 
}

 
/* Wrapper */
#wrap {
background: url(images/shade.gif) repeat-y;
margin:0 auto;
width:828px;
}
 
/* Global Classes */
.quote		   { color: #666; font-family: georgia; font-style:italic; }
.caption 	   { color: #000; font-size: 10.5px; }
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.h_line		   {border-bottom:1px dotted #4f6338;margin:7px 5px 7px 7px;}
.h_line2	   {border-bottom:1px dotted #4f6338;margin:3px 0 3px 0;}

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { color: #000; font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* Header */
.logo img {
	display: block;
	padding-left: 40px;
}

.banner img {
	padding-left: 73px;
}

/* Content - Main Page */
#main {
	margin-top: 3px;
}

.left {
	color: #58595b;
	vertical-align: top;
	width: 166px;
}

.left_content {
	padding: 6px 0 10px 0;
}
	

.left_content p {

}
	
.left_content a, .left_content a:visited {
	font-weight: bold;
}
	
.middle {
	background: #fff;
	line-height: 1.4;
	vertical-align: top;
	width: 455px;
}


.itemlink {
	color: #4f6338;
	font-size: 10px;
	font-weight: bold;
}

.middle_content {
	line-height: 1.5;
	padding: 0px 0px 0 10px;
	font-size: 12px;
}

.middle_content li {
	line-height: 1.5;
	margin: 10px;
	padding: 0px 0px 0 2px;
	list-style:disc;
}
	
.middle img {
	border: 2px solid #e7e5e6;
	padding: 1px;
	}

.profile {
	color: #797370;
	padding-top:7px;
}

.profile img {
	float: left;
	margin-right: 6px;
}

.green {
	color: #4f6338;
	font-weight: bold;
}

.right {
	background: #fff;
	vertical-align: top;
	width: 180px;
}		

.right_content {
	line-height: 1.5;
	margin-bottom: 7px;
	padding: 6px 6px 0 0;
}
	


/* Footer */
.footer_nav {
	background: #e7e5e6;
	color: #3b322e;
	font-size: 10px;
	height: 69px;
	line-height: 1.2;
	width: 72%;
}

.footer_nav a, .footer_nav a:visited {
	color: #3b322e;
	text-decoration: none;
}

.footer_nav a:hover {
}

.footer_nav span {
	border-bottom: 1px dotted #9a9a9a;
	font-weight: bold;
	padding: 5px 5px 8px 0;
	text-transform: uppercase;
	width: auto;
}

.footer_nav p {
	margin-left: 5px;
}

.footer_right {
	background: #e7e5e6;
	color: #647697;
	padding-right: 10px;
	text-align:right;
	font-size: 10px;
}

.footer_right a, .footer_right a:visited {
	color: #2f3e67;
	font-weight: bold;
	text-decoration: none;
}

.footer_right a:hover {
}

.footer {
	background: url(images/footer_bg.gif) repeat-x;
	color: #fff;
	font-size: 10px;
	height: 27px;
	text-align: right;
}

.footer a, .footer a:visited {
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}

.footer a:hover {
}

.footer td {
	padding-bottom: 6px;
	vertical-align: bottom;
}

.footer div {
	padding-left: 5px;
	text-align: left;
}





/*################################
Suckerfish Navigation Start
##################################*/


#nav, #nav ul {
width: 828px;	
height: 27px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background: #000 url(images/topnav_bg.gif) repeat-x right top;
	float:left;
	line-height:normal;	
	width:100%;
	
}

#nav li {
	float: left;
	margin:0;
	padding:0;
}

#nav li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-style: "Helvetica Neue Condensed";
	margin:0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
	text-transform: uppercase;
}

#nav li a:hover {
	background: url(images/menu-bg-hover.gif) repeat-x; 
}

#nav a span {
	background:url(images/topnav_bg.gif) repeat-x right top;
	color:#FFF;
	display:block;	
	padding:9px 17px 5px 17px;
}


li.divider {
	background:url(images/divider.gif) no-repeat;
	color:#FFF;
	display:block;	
	float:left;
	/* height: 12px; */
	height: 20px;
	padding:9px 0 5px 0;
	width: 1px;
}


/*
#nav, #nav ul {
	width: 828px;
	height: 49px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background: #003053 url(images/menu-bg.gif) repeat-x;
	border-left: 6px solid #003053;
	border-right: 6px solid #003053;
}

#nav li {
	float: left;
	width: 100px;  height: 22px;
	border: none;
	text-align: left;
	padding: 0px;
}

#nav li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px; height: 49px;
	overflow: hidden;
	text-align: center;
	line-height: 49px;
	border: none;
	padding: 0px;
	
}

#nav li a:hover {
	background: url(images/menu-bg-hover.gif) repeat-x; 
}
*/







/* ----------- */
/* sub menus */
/* ----------- */
#nav li ul, #nav li ul li ul {
	position: absolute;
	top: 184px;
	width: 185px;
	left: -999em;
	text-align: left; 
	background: #5a5362;
}
#nav li .pages, #nav li .recent, #nav li .archives, #nav li .categories, #nav li .meta {
	border: 1px solid #000;
	border-top: none;
	height: auto;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul li:hover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
	color: #FFF;
	background: #686381;
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
	color: #FFF;
	float: left;
	text-align: left;
	width: 185px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	text-indent: 3px;
	border-top: 1px solid #a19ca4; 
}
#nav li ul li .bottom, #nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {

}
/*################################
Suckerfish Navigation End
##################################*/




/* Sidebar */

#sidebar li {
	list-style-type: none;
}

#sidebar a, #sidebar a:visited {

}

#sidebar a:hover {
}

h2.widgettitle {
	background: url(images/arrow.gif) no-repeat 1px 3px;
	color: #4f6338;
	padding:0 0 4px 7px;
	letter-spacing:0;
	font:12px helvetica,verdana, arial, sans-serif;
	font-family: arial;
	font-weight:bold;
	text-transform: uppercase;
}


.textwidget {
	color: #000;
	line-height: 1.2;
	font-size: 11px;
	background-color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	/* background: url(images/leftdashline.gif) no-repeat top left; */
}

.textwidget h2 {
	background: url(images/arrow.gif) no-repeat 1px 2px;
	color: #4f6338;
	padding:0 0 4px 7px;
	letter-spacing:0;
	font: 12px "Helvetica Neue Condensed", helvetica,verdana, arial, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}

.textwidget p {
	padding: 3px;
	margin: 0px;
}

.textwidget ul {
	padding: 7px 0 0 23px;
}

.textwidget li {
	list-style-type: disc;
	padding-bottom: 20px;
}

/* Search box */
.widget_search {
	border: 1px solid #e7e5e6;
	margin-bottom: 8px;
	padding: 1px;	
}

.widget_search div {
	background: #e7e5e6;
	height: 60px;
	padding: 7px 4px 7px 4px;
}

.formfield {
	border-bottom:1px solid #e7e5e6;
	border-right:1px solid #e7e5e6;
	border-left: 2px solid #969696;
	border-top: 2px solid #969696;
	width:120px;
}

.search_title {
	color: #463f65;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.search_image {
	float:right;
	padding-top:5px;
}

/* Widget formatting */
.widget_text {
	background: #e9eadd;
	color: #6c6562;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 6px 0 6px 0;
}

.widget_text p {
	padding-left: 6px;
	padding-right: 6px;
}

/* Event Sidebar display */

/*
ul.ec3_events {
	background: #e9eadd;
	color: #6c6562;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 6px 0 6px 0;
	border: 1px solid #000;
}
*/

ul.ec3_events {
	list-style:none;
	color: #FFF;
}


/* Sidebar navigation */
#subpages-title a {
	background: url(images/arrow.gif) no-repeat 1px 3px;
	color: #4f6338;
	padding:0 0 4px 7px;
	letter-spacing:0;
	font:12px helvetica,verdana, arial, sans-serif;
	font-family: arial;
	font-weight:bold;
	text-transform: uppercase;
}

#subpages {
	margin: 10px 0 0 0;
}


/* Left sidebar style for subnav */
.leftnav_box {
	border: 1px solid #e7e5e6;
	margin-bottom: 0px;
	padding: 2px;
}

.leftnav_box div {
	background: #e7e5e6;
	padding: 7px 4px 0px 4px;
}

.leftnav_box a {
	color: #3b322e;
}


/* Sidebar style for gray boxes - also used for Search */
.grey_box {
	border: 1px solid #e7e5e6;
	margin-bottom: 0px;
	padding: 2px;
	height: 70px;
	width: 160px;
	margin-left: 8px;
}

.grey_box div {
	background: #e7e5e6;
	padding: 7px 4px 0px 4px;
}

.grey_box a {
	color: #3b322e;
	text-decoration: underline;
}

.grey_box a:visited {
	color: #3b322e;
	text-decoration: none;
}


.current_page_item a, .current_page_item a:visited {
	color: #4f6338;
	text-decoration: none;
}

.pagenav {
	padding: 0;
	margin: 0;
}



a.readmore, a.readmore:visited {
	color: #4f6338;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;	
}

div.right_column_box {
	background-color: #e9eadd;
	padding: 3px;
}


.advisoryboard {
	color: #4f6338;
	text-transform: uppercase;	
}


#sitemap ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	color: green;
}

#sitemap li {
	margin-left: 10px;
	padding: 0;
	list-style-type:none;
	
}

#sitemap ul.child_posts {
	margin-left: 25px;
}





