/* CSS Document */

/* Styling */

.headings {
	font-size: 22px;
	font-weight: 800;
	color: #577d26;
}

h1 {
	font-size: 26px;
	font-weight: 800;
	color: #577d26;
}

h2 {
	font-size: 18px;
	font-weight: 800;
	color: #577d26;
}

h3 {
	font-size: 18px;
	font-weight: 800;
	color: #577d26;
	display: inline;
}

h5 {
	font-size: 14px;
	font-weight: 800;
	color: #577d26;
	display: inline;
}

.newsHeadings {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

.title1 {
	font-size: 14px;
	font-style: italic;
	color: #577d26;
	font-weight: bold;
}

.title2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #829C30;
	text-decoration: underline;
}

.border {
	border: 1px dotted #999999;
	margin-top: 6px;
}

/* layout stuff */

html, body {
	background-color: #F2f2f2;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(/images/background_3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
}

img {
	border: none;
}

#wrapper {
	width: 860px;
	height: 100%;
	text-align:center;
	padding-left:10px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#containter {
	width: 840px;
	min-height: 100%;
	float: left;
}

#contentWrap {
	float: left;
	height: auto;
	width: 800px;
	text-align:left;
	margin-left:20px;	
}

#header {
	float: left;
	width: 800px;
	background-image: url(/images/header_3.jpg);
	height: 209px;
	background-repeat: no-repeat;
}

/*#navigation {
	background-image: url(/images/navigation.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 565px;
	margin-top: 160px;
	margin-left: 214px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}*/

#navigation {
	background-image: url(/images/navigation.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 565px;
	margin-top: 160px;
	margin-left: 214px;
	padding-top:2px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

#navigation A:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation A:active {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation A:hover  {
	color: #FFFFCC;
	text-decoration: none;
}

#state {
	float: left;
	width: 800px;
	background-image: url(/images/state_2.jpg);
	background-repeat:no-repeat;
	height: 47px;
	text-align: left;
	padding-top: 4px;
	padding-left: 215px;
}

#linkbar {
	float: left;
	width: 300px;
	height: 20px;
	text-align: left;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#linkbarRight {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 4px;
	padding-right: 8px;
	clear: none;
}

#bodyContent {
	float: left;
	width: 555px;
	height: auto;
	padding-right: 10px;
	padding-left: 14px;
}

#bodyContentExtended {
	float: left;
	width: 786px;
	height: auto;
	padding-right: 10px;
	padding-left: 14px;
}

#columnContent {
	float: right;
	width: 200px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.newsBox {
	float: left;
	height: auto;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-bottom: 8px;
}

#footer {
	float: left;
	width: 800px;
	height:60px;
	margin-top:20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	padding-top: 16px;
}

#infoBox {
	background-image: url(/images/gradient_grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	height: auto;
	width: 530px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-right: 10px;
}

#textBox {
	float: left;
	height: auto;
	width: 520px;
	line-height: 18px;
	padding: 10px;
	margin-top: 10px;
}

#textBoxExtended {
	float: left;
	height: auto;
	width: auto;
	line-height: 18px;
	padding: 10px;
	margin-top: 10px;
}

#video{
	float: left;
	height: auto;
	width: 720px;
	padding: 10px;
}

.newsWrapper {
	float: left;
	width: 786px;
	height: auto;
}






