@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #DBD2B0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #807239;
}

* {
	margin: 0px;
	padding: 0px;
}

#apDiv1 {
	position:absolute;
	left:222px;
	top:170px;
	width:780px;
	height:300px;
	z-index:100;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.oneColFixCtrHdr #mainContent #mainText {
	margin-left: 200px;
	margin-right: 100px;
	padding-top: 270px;
}



.oneColFixCtrHdr #container {
	width: 1074px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: url(imgs/layout_r6_c2.gif) repeat-y left top;
}
.oneColFixCtrHdr #header {
	background: url(imgs/layout_r2_c2.gif) no-repeat left top;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 209px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(imgs/layout_r6_c2.gif) repeat-y left top;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 1em 0 0 75px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DBD2B0 url(imgs/footer-bg.gif) no-repeat left top;
	height: 23px;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
#map {
	height: 400px;
	width: 600px;
	border: 1px solid #807239;
	margin-top: 20px;
}

.oneColFixCtrHdr #footer a {
	color: #807239;
}


.oneColFixCtrHdr #header ul {
	list-style-type: none;
	margin-top: 85px;
	margin-left: 208px;
}

.oneColFixCtrHdr #header li {
	float: left;
	padding-right: 2em;
	padding-left: 14px;
	background: url(imgs/li.gif) no-repeat left center;
}
.oneColFixCtrHdr #mainContent #mainText h1 {
	font-family: Tahoma;
	font-weight: normal;
	margin-bottom: .5em;
}

.oneColFixCtrHdr #mainContent #mainText p {
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1.6em;
}

.oneColFixCtrHdr #mainContent #mainText h2 {
	font-family: Tahoma;
	font-weight: normal;
	margin-bottom: 0.7em;
	margin-top: 1.6em;
}
.oneColFixCtrHdr #mainContent #mainText em {
	font-style: normal;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent #mainText strong {
	color: #B0BC22;
}




#header a {
	font-size: 1.0em;
	color: #9F9893;	
	text-decoration: none;
}

#header a:hover {
	color: #B0BC22;
}


.oneColFixCtrHdr #mainContent .dateLabel {
	display: block;
	width: 6em;
	float: left;
}

.oneColFixCtrHdr #mainText a {
	font-weight: bold;
	color: #807239;
}
.centre {
	text-align: center;
}


.oneColFixCtrHdr #mainText a:hover {
	font-weight: bold;
	color: #B0BC22;
}

.oneColFixCtrHdr #mainContent .broadband {
	padding-left: 4em;
}


fieldset legend {
	color: #807239;
	font-size: 1.1em;
}
fieldset label {
	position: absolute;
	text-align:right;
	width:120px;
	margin-top:5px;
}
fieldset input, fieldset textarea, fieldset select {
	margin-left: 130px;
	margin-top:5px;
	width: 230px;
	margin-right: 20px;
}
fieldset label.check, fieldset label.radio, fieldset label.select { position:relative; text-align:left; }

