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

body {
	margin: 0px;
	background-color: #FFF;
}

div, p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #444;
	font-weight: normal;
	padding-bottom: 7px;
}

div#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div#header {
	margin: 0px;
	background-image: url(Images/2009/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	height: 85px;
}

div#header2 {
	margin: 0 auto;
	background-image: url(Images/2009/header2.jpg);
	background-repeat: none;
	width: 990px;
	position: relative;
	height: 85px;
}

div#menu {
	margin: 0 auto;
	background-image: url(Images/2009/menuback.jpg);
	background-repeat: repeat-x;
	width: 990px;
	position: relative;
	height: 32px;
	padding: 0px;
}

div#photoarea {
	margin: 0 auto;
	width: 990px;
	position: relative;
	height: 267px;
	background-color: #FFF;
	margin-bottom: 10px;
}

div#main {
	margin: 0 auto;
	width: 990px;
	position: relative;
	height: auto;
	background-color: #FFF;
	overflow: hidden; /* to contain content and sidebar divs */
}

	div#content {
		width: 708px;
		float: left;
		position: relative;
		margin: 0px;
		padding: 10px;
		padding-left: 0px;
	}
	
		div.contentpic {
			float: left;
			width: 190px;
			padding: 0px;
			padding-right: 10px;
		}
		
		div.contenttextwithpic {
			float: left;
			width: 505px;
			padding: 0px;
		}
		
		div.contenttext {
			float: left;
			width: 718px;
			padding: 0px;
		}
	
	div#sidebar {
		width: 219px;
		height: 354px;
		float: right;
		position: relative;
		margin: 0px;
		padding: 10px;
		background-image: url(Images/2009/panel.jpg);
		background-repeat: no-repeat;
		background-position: top;
		padding-left: 13px;
	}

div#frontpagenews {
	padding: 0px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
	height: auto;
	overflow: hidden; /* to contain news items */
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
}
	
	div#news1, div#news2, div#news3 {
		float: left;
		width: 225px;
		height: auto;
		position: relative;
		padding: 10px;
		padding-left: 0px;
		vertical-align: top;
	}
	
	div#contact {
		float: right;
		width: 219px;
		height: 191px;
		position: relative;
		margin: 0px;
		padding: 10px;
		background-image: url(Images/2009/panel2.jpg);
		background-repeat: no-repeat;
		background-position: top;
		padding-left: 13px;
	}

div#footertext {
	padding: 0px;
	padding-top: 7px;
	border-top: 1px solid #CCC;
	height: auto;
	overflow: hidden; /* to contain news items */
	width: 990px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}

div#footer {
	margin: 0px;
	margin-top: 20px;
	background-image: url(Images/2009/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	height: 39px;
}

.mainbody td {
	padding: 5px;
}

.headerBL {
	font-weight: bold;
}

.bottomborder {
	border-bottom: 1px dotted #999;
}

span.date {
	font-style: italic;
	font-size: 11px;
	color: #999;
}

span.readmore {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.RHformheader, span.newsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

input, input.formfield, select {
	width: 214px;
	margin-top: 7px;
	font-size: 11px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

input, input.formfield {
	width: 210px;
	height: 18px;	
}

input.formfield50 {
	width: 50px;
}

input.findbutton, input.sendbutton {
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 4px;
	width: auto;
	height: auto;
}

input.sendbutton {
	margin-right: 0px;
}

input.button {
	width: auto;
	height: auto;
}

textarea {
	width: 210px;
	margin-top: 7px;
	font-size: 11px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

a:link, a:visited {
	color: #06C;
}

a:hover {
	color: #ccc;
}

/* MENU */

#nav, #nav ul {
    /* required */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	background-image: url(Images/2009/menuseparator.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

/* Fix IE. Hide from IE Mac \*/
* #nav li { float: left; }
/* End */

#nav a:hover {
	color: #666;
	text-decoration: none;
	background-color: #CCC;
	background-image: url(Images/2009/menuseparator2.jpg);
}

#nav a.active {
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
	background-image: url(Images/2009/menuseparator2.jpg);
}

#nav a.active:hover {
	color: #666;
	background-image: url(Images/2009/menuseparator2.jpg);
}