body {
	background: url('/images/pageback.jpg') repeat-x #FFF;
}

#header {
	width:1000px;
	margin:0 auto;
	height:131px;
    background: url('/images/header.jpg') no-repeat;
}

#header h1 {
    position: absolute;
    top: -250px;
}

#phoneBox {
    font-variant: small-caps;
    font-family: Georgia;
    float: right;
    position: relative;
    right:10px;
    top: 20px;
    text-align:right;
    color: #cb6630;
    font-size:32px;
}

#phoneBox span {
    color: #225735;
    font-size: 15px;
    line-height:20px;
}

#phoneBox span a {
    color: #225735;
    font-size: 15px;
    text-decoration: underline;
    font-weight:bold;
    position:relative;
    top:7px;
}

#navbar {
	width:987px;
	height:37px;
	margin:0 auto;
}

#navbar ul li {
	float:left;
	height:37px;
}

#contentholder {
	width:987px;
	margin:0 auto;
}

#pagecontent{
	padding: 10px 25px 10px 25px;
}

p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:22px;
	font-size:13px;
	color: #136632;
	font-family:Tahoma;
}

b {
	margin-top:5px;
	margin-bottom:15px;
	line-height:22px;
	font-size:13px;
	color: #136632;
	font-family:Tahoma;
    font-weight: bold;
}

p a {
	color: #cb6630;
    text-decoration: underline;
}

.list {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:15px;
	line-height:22px;
	font-size:13px;
	color: #136632;
	font-family:Tahoma;
	margin-top:-15px;
    list-style-type: disc;
}

.list li {
    line-height:22px;
	font-size:13px;
	color: #136632;
	font-family:Tahoma;
}

.list li a {
	color: #026CD9;
	font-weight: bold;
}

#footer {
	width:972px;
	height:36px;
	margin:0 auto;
	background:url('/images/footer.jpg') no-repeat;	
	text-align:center;
	padding-top:12px;
	font-family:Verdana;
	font-size:11px;
	color: #225735;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
}

#footer a {
	color: #cb6630;
	text-decoration:none;
}

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


fieldset {
	border:2px solid #166535;
	padding:10px;
	width:350px;
	margin-bottom:15px;
}

legend {
	padding: 0 5px 0 5px;
	border-left:2px solid #166535;
	border-right:2px solid #166535;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #CB6630;
}

.contactLabel {
	font-family: Tahoma;
	font-size:13px;
	width:110px;
	display:block;
	float:left;
}

.contactLabel_error {
	font-family: Tahoma;
	font-size:13px;
	width:110px;
	display:block;
	float:left;
	color:#F00;
}

.contactField {
	display:block;
	border:1px solid #BFD5EA;
	width:220px;
}

.contactField:focus {
	border:1px solid #0C84FE;
}

.contactFieldHolder {
	padding:4px;
	clear:both;
}

#sendbutton {
	position:relative;
	left:200px;
}

#errorBox {
	border:2px solid #F00;
	background:#ffc2c2;
	padding:10px;
	width:350px;
	margin-bottom:15px;
	font-family: Tahoma;
	font-size:12px;
	line-height:16px;
}

#errorBox ul {
	list-style-type:disc;
	margin-left:25px;
}

h1 {
	font-size:32px;
	font-weight:bold;
	font-family: tahoma;
	color: #003265;
}

h3 {
	font-size:20px;
	font-weight:bold;
	font-family: tahoma;
	color: #CB6630;
    border-bottom: 1px solid #CB6630
}

#contactMap {
    float:right;
}

#contactMap fieldset {
	border:2px solid #166535;
	padding:10px;
	width:510px;
	margin-bottom:15px;
}