/* CSS Document */
body{
	margin: 0;
	padding: 0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	background-color: #4e5f32;
	}

/*----------------------Masthead--------------------------*/
#logo {
	margin:0;
	padding:0;
	background-color: #4e5f32;
	width: 150px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 145px;

	}
	
#logo a img{
	border: none;
	width: 150px;
	margin:0;
	padding:0;
	}


#masthead_image{
	vertical-align: bottom;
	background:#8c9e5a url(images/header.jpg) top left no-repeat;
		border-left: 1px solid #ffffff;
	border-bottom:1px solid white;
	margin:0;
	}

#masthead_image h1{
	vertical-align: bottom;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	color: #ffffff;
	margin:0;
	padding:6px 0 3px 20px;
	border:0;
	}


#masthead{
	border:none;
	border-bottom: 1px solid #ffffff;
	background: #8c9e5a;
	margin:0;
	padding:0;
	width: 210px;
	}

#masthead p{
	margin: 0;
	padding: 0 0 0 10px;
	text-align:left;	
	
	}
	
#masthead a{
	color: #ffffff;
	font-size:12px;
	line-height:1.5em;
/*	padding: 0 10px 0 0; */
	margin:0;
	
	}

#masthead a:hover{
	color: #6e7d42;
	}

#masthead address{
	color: #ffffff;
	padding: 10px 0 0 10px;
	font-style:normal;
	text-align:left;
	font-size:12px;
	}

/*--------------------Navigation on top-----------------*/
#top_nav{
	margin:0;
	padding:0;
	}
	
#top_nav table{
	width: 100%;
	background-color:#8c9e5a;
	margin:0;
	padding:0;

	}

.tab_nav{
	margin:0;
	padding:0;
	background:#8c9e5a;
	height: 28px;
	width: 140px;
	}
	
.tab_this_page{
	background: url(images/tab_this_page.gif) no-repeat;
	text-align:center;
	width: 140px;
	}
	
.tab_nav a{
	display: block;
	background:#8c9e5a url(images/tab.gif) no-repeat;
	width: 140px;
	padding:0;
	margin:0;
	height: 28px;	
	text-align: center;
	line-height: 2.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.tab_nav a:link, .tab_nav a:visited{
	text-decoration:none;
	color: #ffffff;
	padding: 0;
	margin:0;
	border: none;
	}
	
.tab_nav a:hover{
	color: #4e5f32;}

/*--------------------Navigation on Left----------------*/
#nav{
	background-color:#8c9e5a;
	border-right: 1px solid #ffffff;
	vertical-align: top;
	width: 150px;
	margin:0;
	padding: 100px 0 0 0;
	}
	
#nav ul{
	margin:0 0 0 0;
	padding:0;
	border-top: 1px solid #ffffff;
	}
	
#nav ul li{
	margin:0;
	padding:0;
	border:0;
	}

	
#nav  a{
	display: block;
	background:url(images/nav_bg_hov.gif) repeat-x;
	color: #ffffff;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
	margin:0;
	padding: 8px 2px 8px 8px;
	border:0;
	border-bottom:1px solid #ffffff;
	height:1%;
	}

	
#nav a:hover{
	background:#4e5f32;
	}

#nav a.brochure{
	background: url(images/btn_brochure.jpg) no-repeat top;
	height: 67px;
	line-height:1.5em;
	font-weight:bold;
	padding-top: 10px
	
	}
	
#nav a.brochure:hover{
	background: url(images/btn_brochure.jpg) no-repeat bottom;
	}
/*------------------------Content--------------------------*/
	
#content{
	margin:0;
	border: none;
	vertical-align: top;
	padding: 20px;
	background:#ffffff;
	height: 500px;
	}

#content img{
	float: right;
	margin:0;
	padding: 0 20px 10px 10px;
	}

#content h1, #content_home h1{
	font-size: 22px;
	font-weight: normal;
	margin:0;
	padding:0;
	margin-bottom: 1.2em;
	}
/*------------------------Home Page Styles -----------------------*/
#content_home {
	margin:0;
	border: none;
	vertical-align: top;
	padding: 20px;
	background:#ffffff;
	}

#content_home td{
	width: 420px;
	}
	
td#content_home td a.big_button{
	background: url(images/home_btn.jpg) no-repeat;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	height: 396px;
	width: 321px;
	padding:20px 0 0 20px;
	display:block;
	text-align:left;
	}

td#content_home a.big_button:hover{
	background: url(images/home_btn_hov.jpg) no-repeat;
	}
/*-------end home page styles------*/


#content h2, #content form h2{
	font-size: 14px;
	font-weight:bold;
	color: #4e5f32;
	margin-bottom: .8em;
	}

#content h3, #content form h3{
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	margin-bottom: .8em;
	}
	
.text{
	margin: 0;
	padding: 0 20px 20px 0;
	line-height:1.4em;
	font-size:12px;
	}

.bio{
	margin:0;
	padding: 0 50px 20px 10px;
	line-height:1.3em;
	}
	
a:link{
	color: #003366;
	}

a:visited{
	color: #003366;
	}
	
a:hover{
	color: #006600;
	}

	
.team td{
	vertical-align: top;
	padding-bottom: 2em;
	}
	
#content address{
	margin: 0 0 3em 5em;
	font-style: normal;
	line-height: 1.4em;
	}


.title{
	font-weight: bold;
	}
	
#right_side{
	min-width: 200px;
	background-color: #8c9e5a;
	}

#content ul, ol{
	margin: 0 4em 2em 4em;
	padding: 0;

	}
	
#content ul li, #content ol li{
	padding:  0 .5em 1.4em .5em;
	margin: 0;
	}


#contact{
	width: 500px;
	}
	
#directions2{
	text-align:center;
	border: 1px dotted #4e5f32;
	width: 300px;
	}

#directions2 h3{
	background-color: #4e5f32;
	color: #ffffff;
	padding: 4px 0;
	font-size: 14px;
	margin:0;
	}
#directions2 p{
	line-height: 1.5em;
	font-size: 13px
	}

#content form{
	margin: 20px;
	padding: 20px;
	border-top: 1px solid #4e5f32;
	}

.right{
	text-align:right;
	padding-bottom: 1em;
	padding-right: 1em;
	}

	
.left{
	text-align:left;
	padding-bottom: 1em;
	}

.left_text{
	text-align:left;
	padding-top: 1.5em;
	padding-bottom: .7em;
	}

/*-----------------------Footer-----------------------------*/

#footer{
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 20px;}

#footer a{
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
	}

#footer a:visited{
	color: #ffffff;
	}

#footer a:hover{
	color: #999999;}

.clink {
        position: absolute;
        left: -200px;
        top: -500px;
}

a.top, a.top:visited{
	display:block;
	background: url(images/arrow_up.gif) no-repeat bottom left;
	padding-left: 18px;
	color: #8c9e5a;
	font-weight:bold;
	font-size: 12px;
	float:right;
	margin: 10px 20px 10px 10px;
	text-decoration:none;
	}

a.top:hover{
	color: #4e5f32;
	background: url(images/arrow_up_hov.gif) no-repeat bottom left;
	margin-right: 20px;
	}


