@charset "utf-8";
/* CSS Document */

body {
	background-color: #D4DAA4;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#wrap {
	background-image: url(/_img/backgroundMain.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 740px;
	padding: 0;
}

#head {
	background-color: #D4DAA4;
	height: 85px;
}

#logo {
	display: none;
}

#logoFloat {
	position: relative;
	top: -70px;
	left: -15px;
	z-index: 1; 
	width: 300px;
}

#find {
	float: left;
	text-align:right;
	width: 740px;
	padding-top: 50px;
	font-size: 1.65em;
	font-weight: bold;
}

#neck {
	background-image: url(/_img/backgroundHead.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 270px;
}

.colL {
	float: left;
	width: 265px;
	margin: 0 10px 0 15px;
}

.colR {
	float: left;
	width: 430px;
	margin: 0 10px 0 10px;
}

#main {
}

#foot {
	border-top: 1px solid #7DA20E;
	clear: both;
	padding: 5px 10px 5px 15px;
	background-color: #FFFFFF;
}

#foot > #columnL {
	float: left;
	width: 315px;
}

#foot > #columnR {
	float: left;
	width: 400px;
	text-align: right;
}

.newsHeadline {
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1.25em;
	margin-bottom: 15px;
	padding-left: 40px;
	min-height: 30px;
}

.post {
	background-color: #F8F8EE;
	margin: 0 0 25px 0;
	padding: 0;
}

.postBody {
	margin: 0;
	padding: 10px 0 0 0;
	border-right: 2px solid #969C9E;
	border-bottom: 1px dotted #969C9E;
}

.postBody > * {
	margin: 0 10px 10px 10px;
}

.postFoot {
	margin: 0;
	padding: 0 10px 0 10px;
	height: 25px;
	background: #F8F8EE url(/_img/shadowBottom.png) no-repeat scroll bottom left;
	border-right: 2px solid #969C9E;
}

.postFootL > p {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 10px;
	margin: 0;
	line-height: 24px;
	color: #666;
}

.postFootR > p {
	float: left;
	width: 208px;
	text-align: right;
	font-size: 10px;
	margin: 0;
	line-height: 24px;
	color: #666;
}

h1 {
	font-size: 1.65em;
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a.latestNews {
	color: #7DA20E;
	font-weight: bold;
	text-decoration: none;
}

a.latestNews:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a.storyNews {
	color: #7DA20E;
	font-weight: bold;
	text-decoration: none;
}

a.storyNews:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

input.head {
	 border: 2px solid #000000;
	 background-color: #FFFFFF;
	 font-weight: bold;
}

td.pagination {
	border: 1px solid #333;
	padding: 2px 4px 2px 4px;
	color: #7DA20E;
}

td.active {
	background-color: #D4DAA4;
	color: #333333;
}