/* CSS Document */

/* main */

p {
	margin-top: 0px;
}


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	background: white;
}

table { font-size: 100% }

a { color: #FF3300; }
a:hover { color: black; }

#outer-wrapper {
}

#wrapper {
	width: 760px;
}

#header {
	width: 760px;
	height: 99px;
	background: url(images/top.jpg) no-repeat;
}

#header #title {
	font-size: 1.5em;
	height: 50px;
	display: none;
}

#header #bottom {
	padding-top: 79px;
}

#header #top {
	height: 130px;
	padding: 1px 0px 0px 4px;
	color: #FFFFFF;
	font-size: 1.2em;
}

#skip {
	display: none;
}


#bodywrap {
	width: 100%;
	float: right;
	background: url(images/recolour.php?name=navbg.png&white=white&black=%23C5C5C5) repeat-y;
	margin: 1px 0px 1px -165px;
}

#bodyouter {
	/*background: url(images/middle.jpg) repeat-y 196px !important;
	background: url(images/middle.jpg) repeat-y 216px;*/
}

#pagetitle {
	font-size: 1.5em;
	background: #FF6600;
	padding: 0px 6px;
	margin-bottom: 5px;
}

#body, #links, #newspaging {
	margin: 0px 0px 0px 165px;
}

#breadcrumb {
	margin: 0px 0px 3px 5px;
	position: relative;
	top: 3px;
}
#breadcrumb a { margin-top: 3px; }

#body {
	/*background: url(images/bottom.jpg) no-repeat;
	padding: 15px 20px;*/
}

#links, #newspaging { padding: 5px 5px 5px 5px; }

#bodyfooter {
	/*background: url(images/top.jpg) no-repeat 196px bottom !important;
	background: url(images/top.jpg) no-repeat 216px bottom;*/
	height: 1px;
	clear: both;
}

#content {
	padding: 3px 0px 0px 5px;
	/*margin-right: 5px;*/
	width: 585px;
}


#body.onhome #content {
	width: 387px;
	
}

#newspane {
	float: right;
	min-height: 300px;
	width: 200px;
	background: #C5C5C5;
	margin: 0px 0px 0px 0px;
}

#newspane h4 {
	margin: 0px 0px 0px 0px;
	padding: 2px 12px;
	background: #81939F;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px #FFFFFF solid;
}

#newspane .newsitem {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#newspane .newscontent {
	padding: 0px 12px;
}

#newspane h5 {
	margin: 0px;
	font-size: 110%;
	padding: 2px 12px;
	background: #A99E9F;
}


#nav {
	width: 164px;
	float: left;
	margin: 1px 0px 1px 0px;
	background: white;
}

#footer {
	clear: both;
	color: black;
	border-top: 8px solid #81939F;
	font-size: 0.8em;
	text-align: center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li {
	margin-bottom: 1px;
	margin-top: -1px;
}

#nav ul > li {
	margin-top: 0px;
}

#nav ul li .active {
	color: white;
	background: #707070;
}

#nav ul a {
	display: block;
	padding: 5px 6px;
	font-size: 10px;
	color: white;
	text-decoration: none;
	width: 100%; /* ie thingy */
	font-family: Verdana, Arial, Helvetica, sans-serif;	background: #81939f;
}

#wrapper > #nav ul a { width: auto; } /* fix ie thingy */

#nav ul a:hover {
	color: black;
	background: #A99E9F;
}

#nav ul ul {
	margin: 0px 0px 0px 0px;
}

#nav ul ul li {
	margin-bottom: -1px;
}

#nav ul ul > li {
	margin-bottom: 0px;
}

#nav ul ul li a {
	font-size: 9px;
	padding: 2px 0px 2px 25px;
	text-transform: none;
	background: #81939F;
}

#nav ul ul li a.active {
	background: #707070;
}

#nav ul ul li.active {
}

#nav ul ul li a:hover {
	background: #A99E9F;
}

#breadcrumb {
	font-size: 0.9em;
	padding: 0px 0px 3px 0px;
}

#breadcrumb a {
	color: black;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#links { clear: both; margin-top: 10px; }

#links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#links h3 {
	margin: 0px 0px 10px 0px;
}

#links a {
	color: black;
	font-size: 0.9em;
}

#links a:hover {
	color: #FF0000;
}

.newstitle {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
}

.newsdate {
	font-style: italic;
}

.newscontent {
	margin: 10px 0px 20px 0px;
}

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

#newspaging a:hover {
	text-decoration: underline;
}

.clr { clear: both; }

#contactform table {
	font-size: 1em;
}

#contactform .fieldtitle { padding-right: 10px; }

#contactform .checkbox { margin: 0px 3px 0px 0px; float: left; background: #FFFFFF; border: 1px solid #707070; #000000; padding: 3px; }