﻿body {
	font-size: 14px;
	color: black;
	font-family: serif;
	margin: 0;
	background: #032d81 /* changed from 546060 */
}
#phonewrapper {
	background-image: url('images/phonebg.jpg');
	height: 43px;
}
#phonetext {
	font-size: 14px;
	color: white;
	font-weight: bold;
	line-height: 18px;
	padding-left: 48px;
}	
#lnavtop {
	line-height: 8px;
}
#lnavtop a:link, #lnavtop a:visited, #lnavtop a:hover, #lnavtop a:active {
	width: 194px;
	height: 18px;
	color: white;
	line-height: 18px;
	font-weight: bold;
	background-image: url('images/lnavtoplink.gif');
	background-position: 15px 5px;
	background-repeat: no-repeat;
	display:block;
	padding-left: 30px;
}
#lnavtop a:hover {
	background-image: url('images/lnavtoplink_over.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	color: #3b7e02;
	line-height: 18px;
	font-weight: bold;
}
#lnavbottom {
	line-height: 8px;
}
#lnavbottom a:link, #lnavbottom a:visited, #lnavbottom a:hover, #lnavbottom a:active {
	width: 194px;
	height: 18px;
	color: white;
	line-height: 18px;
	font-weight: bold;
	background-image: url('images/lnavbottomlink.gif');
	background-position: 17px 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#lnavbottom a:hover {
	background-image: url('images/lnavbottomlink_over.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	color: black;
	line-height: 18px;
	font-weight: bold;
}
#headerlinks {
	color: White;
}
#headerlinks a:link, #headerlinks a:visited, #headerlinks a:hover, #headerlinks a:active {
	font-size: 11px;
	color: white;
	font-weight: bold;
}
#headerlinks a:hover {
	text-decoration: underline;
}
#copyright {
	color: White;
	font-size: 11px;
}
#footerlinks {
	color: White;
}
#footerlinks a:link, #footerlinks a:visited, #footerlinks a:hover, #footerlinks a:active {
	font-size: 11px;
	color: #B7B781;
	font-weight: bold;
}
#footerlinks a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
#contenttext {
	font-size: 12px;
	font-family:  sans-serif;
	margin-right: 10px;
}

/* CONTACT FORM - ADDED BY DANIEL BENNETT MAY 06 */

#contact-area {
	width: 484px;
	margin-top: 25px;
	font-size: 62.5%;
	font-weight: bold;
	color: black;
	font-family: Helvetica, sans-serif;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 380px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
	margin-top: -8px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 79px;
	padding-top: 5px;
	font-size: 1.4em;
}

#contact-area .error {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#texth1 {
	color: #000;
	font-size:1.2em;
	font-weight: bold;
}
