/* CSS Document */




body {
	margin: 0;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #a0af80;
	line-height: 18px;
	color: #e7ecda;
	}
h1 {
	margin: 0 0 0 0;
	font-size: 36px;
	line-height: normal;
	color: #7a8958;

	}	

h2 {
	margin: 0 0 15px 0;
	line-height: normal;
	color: #fff;
	}
h3 {
	margin: 0 0 0 0;
	line-height: normal;
	color: #fff;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	display: inline;
	}

table td {
	padding: 6px;
	}



/*--------------------------------------------------------------------------------------------------- Links ---------------------*/



a:link { 
	color: #fff;
	background: url(/images/link.gif) repeat-x transparent bottom;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #fff;
	background: url(/images/link.gif) repeat-x transparent bottom;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #fff;
	background: url(/images/link.gif) repeat-x transparent bottom;
	font-weight: bold;
	text-decoration: none;
}
a:active { 
	color: #fff;
	background: url(/images/link.gif) repeat-x transparent bottom;
	font-weight: bold;
	text-decoration: none;
}



/*--------------------------------------------------------------------------------------------------- Divs ---------------------*/

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	
	}
	
#logo {
	float: left;
	width: 128px;
	padding: 0 0 0px 0;
	}
#right {
	float: right;
	width: 822px;
	}	
#content {
	width: 734px;
	margin: 0 0 25px 45px;
	}
	
	
#homeContent {
	margin: 30px 0 0 0;
	}	
#homeLeft {
	width: 341px;
	float: left;
	/*border-right: 1px #c0ccaa solid;*/
	padding: 0 25px 0 0;
	}
#homeRight {
	width: 342px;
	float: right;
	padding: 0 0 25px 25px;
		border-left: 1px #c0ccaa solid;

	}






#contact1{
	float: left;
	border-right: 1px #e2e7d5 solid;
	padding: 0px 30px 5px 0px;
		margin: 0 0 25px 0;
		height: 70px;
	}
#contact2{
	float: left;
	border-right: 1px #e2e7d5 solid;
	padding: 0px 30px 5px 30px;
		margin: 0 0 25px 0;
		height: 70px;

	}
#contact3{
	float: left;
	padding: 0 30px 5px 30px;
	margin: 0 0 25px 0;
			height: 70px;

	}













#foot {
	background: #7a8958;
	overflow: hidden;
	width: 100%;
	}
#footContent {
	width: 950px;
	color: #fff;
	font-size: 10px;
	margin: 0 auto 0 auto;
	line-height: 14px;
	}
#footRight {
	border-left:1px solid #A0AF80;
	float:right;
	padding:15px 0 20px 30px;
	text-align:right;
}
#foot a {
	color: #fff;
	}
#follow {
	background:url("/images/follow.gif") repeat scroll 0 0 transparent;
	height:30px;
	margin:0 0 18px 74px;
	overflow:hidden;
	padding:0 0 0 98px;
	width:47px;
}
#follow a {
	display:block;
	width:20px;
	float:left;
	height:30px;
	margin:0 1px 0 0;
	overflow:hidden;
	text-indent:-5000px;
	background: none;
}



/*--------------------------------------------------------------------------------------------------- Classes -------------------*/

.clear {
	clear: both;
	}
	
.divider {
	background:url(/images/dividerHome.gif) repeat-x center; 
	height: 30px;
	clear: both;
	}	

	
.footItem {
	float: left;
	border-right: 1px #a0af80 solid;
	padding: 15px 30px 0 30px;
	height: 100px;
	font-size: 11px;
	line-height: 16px;
}	
	
.date {
	font-size: 10px;
	}	
	
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}
	


.contactInput {
	width: 300px;
	border: 1px solid #e2e7d5;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #7a8958;
	padding: 3px;	
}
.submit {
	border:none;
	margin: 10px 0 0 228px;
	}

.blogItem {
	background:url(/images/blogL.gif) no-repeat top left;
	margin: 0 0 30px 0;
	}
.blogBottom {
	background:url(/images/blogR.gif) no-repeat bottom right;
	padding: 0 30px 12px 30px;
	}
	




.tableCell {
	padding: 12px;
	border-right: 1px solid #e2e7d5;
	border-bottom: 1px solid #e2e7d5;
	text-align: center;
	}
.tableCellR {
	padding: 12px;
	border-bottom: 1px solid #e2e7d5;
	text-align: center;
}
.tableCellB {
	padding: 12px;
	border-right: 1px solid #e2e7d5;
	text-align: center;
}
.tableCellBR {
	padding: 12px;
	text-align: center;
}
.tableCell img {
	margin: 0 0 8px 0;
	}
.tableCellR img {
	margin: 0 0 8px 0;
	}
.tableCellB img {
	margin: 0 0 8px 0;
	}
.tableCellBR img {
	margin: 0 0 8px 0;
	}
	
.readMore {
	text-align: right;
	}
.readMoreLink {
	background:url(/images/readMore.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	}	
	
/*--------------------------------------------------------------------------------------------------- Lists ---------------------*/

.error {
	font-weight: bold;
	color: #eee8aa;
}
