body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	text-align: center;
}


* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 994px;

	
}
#main {
	width: 984px;
	background-image:url(images/background.gif);
	border: 5px solid #05541D;
	
	
}
/******************** header ********************/
#header {
	width:958px;
	height:205px;
	margin: 13px 13px 0px 13px;
	background-image:url(images/header.jpg);
	display:block;
	top: 20px;


}




#nav {
	width:958px;
	height:26px;
	background-color:#ffffff;
	margin:0px 13px 0px 13px;
	padding: 0px 0px 0px 0px;
}
#nav ul {
	list-style-image: none;
}
#nav li {
	
	display:inline;
	background-color:#ffffff;
	float:right;
	margin:0px 0px 0px 0px;
	}
#nav a {
	width:auto;
	text-decoration:none;
	color:#0E5012;
	font-weight:600;
	display:block;
	float: left;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#nav a:hover {
	color:#F4F664;
	font-weight:600;
	text-decoration:underline;
	
}

.phone p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	color: #08511C;
	vertical-align: top;
	float: left;
	margin: 0px 13px 13px 95px;
	background-image: url(images/phone_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

/******************** Content ********************/
p, h1, h2, h3, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:958px;
	margin: 0px 13px 13px 13px;
	background-color:#ffffff;

}


#left {
	float:left;
	width:700px;
	display:inline;
	margin: 20px 0px 10px 20px;
	background-color:#ffffff;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#052d4e;
	text-decoration: underline;
}
#left h1{
	font-size: 20px;
	color: #08511C;
	display:inline;
	font-weight:900;
}
#left h2{
	font-size: 18px;
	color: #08511C;
	display:inline;
	font-weight:900;
}
#left h3{
	font-size: 14px;
	color: #08511C;
	display:inline;
	font-weight:900;
}

#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:220px;
	color:#cccccc;
	font-weight:900;
	margin: 30px 5px 0px 5px;
	display:inline;
	
}
#right p{
	padding: 0px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:984px;
	text-align:center;
	color:#14530D;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#14530D;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#14530D;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


