/*
walthall Basic Style Sheet
screen.css 
*/

*{
	margin:0;
	padding:0;
}

body{
	background-color:#fff;
	color:#6a6b6a;
	font:normal 12px "Trebuchet Ms", Verdana, Arial, sans-serif;
}

a{
	text-decoration:none;
	color:#097256;
}

a:active {
	color: #3b4a81;
}
p{
	padding-bottom:10px;
}

}
#p_right{
	float: left;
	margin:0 25px 0 0;
}
#p_left{
	float: left;
}
#p_right2{
	float: right;
}
#map{
	float: right;
	margin:15px 20px 20px 40px;
}
#map2{
	float: left;
	margin: 0px 0 20px 30px;
}
p.alignleft{
	float:left;
	margin:0 50px 0 0;
}
.alignright{
	float:right;
}
.button {
	font-size: 12px;
	font-style: italic;
	color: 3b4a81;
}
/*Main Structure*/

#container{
	width:950px;
	margin:0 auto;
}

.clear{
	clear:both;
}
/*Header*/

h4{
	background:url('images/description.gif') top right no-repeat;
	height:20px;
	text-align:right;
	padding-right:300px;
	padding-top:4px;
	font:normal 13px Georgia;
	text-transform:uppercase;
	color:#fff;
}
#mainHeader{
	display:block;
	width:657px;
	height:170px;
	margin-top:5px;
	float:left;
}
.inpage #mainHeader{
	background:url('images/headerbg2.jpg') top left no-repeat;
}

#mainHeader h1{
	background:url('images/logo.gif') no-repeat;
	text-indent:-9999px;
	width: 227px;
	/*margin: 25px 0 15px 0;*/
	margin-left:25px;
}
#mainHeader h1 a{
	display: block;
	height: 63px;
	background: url('images/logo.gif') no-repeat;
}
#secondaryHeader{
	background:url('images/headerbg2.gif') top left no-repeat;
	display:block;
	width:292px;
	height:172px;
	float:right;
	margin-top:5px;
	margin-bottom:3px;
}
h2{
	font-size:27px;
	font-family:Baskerville;
	font-weight:bold;
	font-style:italic;
	color:#ece8d7;
	text-align:center;
	padding-top:10px;
}
h3{
	font:bold 18px "Trebuchet Ms";
	color:#fff;
	text-align:center;
	padding-top:25px;
	margin-top: 5px;
}
/*mainNav*/

#mainNav{
	border-top:1px solid #dee0dd;
	border-bottom:1px solid #dee0dd;
	height:20px;
	clear:both;
	padding-top:4px;
}
#mainNav li, #footer li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	list-style:none;
}

#mainNav li a{
	font:normal 13px Georgia;
	color:#5e775a;
	text-transform:uppercase;
}
#mainNav li a:hover,  #mainNav li#selected Nav a {
	color: #3b4a81;
}
#mainNav li#selected a{
	color: #3b4a81;
}
/*MainContent*/

#mainContent, #secondaryContent{
	padding-top:15px;

}
#mainContent{
	float:left;
	width:330px;
	padding-right:80px;
	line-height: 18px;
	margin: 0 0 100px 0;
}
.inpage #mainContent{
	width:575px;
	padding-right:10px;
}
.inpage #secondaryContent{
	width:290px;
}
#secondaryContent{
	float:right;
	width:540px;
}
#mainContent h1, #secondaryContent h1,  #mainContent h2{
	text-transform:uppercase;
	background:none;
	text-indent:0;
	padding:0;
	margin:0 0 10px 0;
	width:100%;
}
#mainContent h1{
	font:bold 18px "Trebuchet MS";
	color:#3b4a81;
}
 #secondaryContent h1, #mainContent h2{
 	font:bold 13px "Trebuchet MS";
	color:#587352;
	display:inline;
 }
/*Sidebars*/
#mainSidebar,#secondarySidebar{
	font-size:11px;
}
#mainSidebar a{
	text-decoration: none;
	color: #697256;
}
#mainSidebar{
	float:left;
	width:290px;
}
#mainSidebar img{
	border: none;
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
}
#mainSidebar div{
	margin-bottom:10px;
}
#mainSidebar h1{
	font:bold 13px "Trebuchet MS";
	color:#697256;
	display:inline;
}
#secondarySidebar{
	float:right;
	width:170px;
}

/*Footer*/
#footer{
	background:url('images/footerbg.gif') top left no-repeat;
	text-align:center;
	margin-top:25px;
}
#footer ul{
	padding-top:10px;
	padding-bottom:15px;
}
#footer li{
	border-right:1px solid #617a5d;
}
#footer li a{
	color:#617a5d;
}

#footer p{
	clear:both;
	padding:0;
}

/*Contact form*/
form#contact_form { 
	margin: 0 auto;
	padding: 0;
	width: 400px; 
}

#contact_form .input {
	border: 1px solid #cecece;
	margin-bottom: 7px;
	width: 250px;
}

#contact_form .textarea {
	border: 1px solid #cecece;
	margin-bottom: 15px;
	width: 400px;
	height: 200px;
}

#contact_form fieldset{
	border: none;
}
#contact_form .submit{
	padding: 5px 10px;
}