* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	padding: 20px 0;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #186E54;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#logo {
	width: 133px;
	float: left;
	display: inline;
}

#telephone {
	width: 381px;
	float: left;
	display: inline;
	margin-left: 433px;
}

#navigation {
	width: 797px;
	height: 35px;
	float: left;
	margin-left: 150px;
	margin-top: -25px;
	display: inline;
	clear: both;
	background-image: url(images/navbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation li {
	display: inline;
	font-size: 120%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-weight: bold;
	border-right: 1px solid #EEE;
}

#navigation a {
	color: #772761;
}

#navigation .active {
	color: #186E53;
}

#content {
	background-color: #FFF;
	background-image: url(images/bg3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
}

#footer {
	background: #FFF;
	color: #9D9D9D;
	text-align: center;
	margin-top: 8px;
}

#footer p {
	margin-bottom: 0;
	margin-top: 0;
}

#footer span {
	color: #4C4C4C;
	margin-right: 16px;
}

#footer a {
	color: #186D54;
}

.col1 {
	width: 304px;
	float: left;
	display: inline;
	margin: 0 8px;
	background-image: url(images/bg2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.sidebar {
	width: 240px;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 20px;
}

.col2 {
	width: 720px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.col2left {
	width: 130px;
	float: left;
	display: inline;
	text-align: right;
}

.col2right {
	width: 590px;
	float: left;
	display: inline;
}

.col3 {
	width: 944px;
	margin: 0 8px;
}

.col2right h1, .col2right h2, .col2right h3 {
	margin: 8px 16px;
	color: #186E54;
}

h1 {
	font-size: 220%;
	font-weight: normal;
}

h2 {
	font-size: 190%;
	font-weight: normal;
	padding-top: 20px;
}

h3, h4 {
	color: #186E54;
	font-size: 180%;
	font-weight: normal;
	margin: 8px 16px;
}

h4 {
	font-size: 150%;
}

p {
	margin: 8px 16px;
	line-height: 140%;
}

.intro {
	color: #186E54;
	font-size: 130%;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 120%;
	padding: 8px 0;
}

.col2right a {
	text-decoration: underline;
}

.col2right a:hover {
	color: #333;
}

.col2right img {
	vertical-align: middle;
}

ul {
	margin-left: 30px;
	line-height: 140%;
}

#purl_poll_15 {
	margin: 0 16px;
}

#purl_poll_15 input {
	margin-left: 8px;
}

#purl_poll_question_15 {
	margin-bottom: 16px;
}

#purl_poll_vote_15 {
	margin-top: 16px;
	text-align: right;
}

.purl_poll_result_bar {
	display: block;
	height: 14px;
	background-color: #186E54;
	background-image: url(images/tint.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 2px;
	margin: 0 8px;
	/* border-left: 1px solid #186E54; */
}

.col2right .newsheader {
		border-top: 1px solid #DDD;
		padding-top: 10px;
		margin-top: 20px;
	}
	
/* Survey form */
form,fieldset{
	padding:0px;
	margin:0px;		
}
fieldset{
	border:0px;	
}
div.form-outer{
	padding:10px 10px 10px 20px;
	line-height:140%;	
}
.question-row{
	margin:0 0 30px 0;	
}
input.text{
	border:1px solid #186E54;
	width:500px;
	height:20px;
	display:block;
	background-color:#eff8f7;
	margin-top:5px;
}
input.text-small{
	width:150px;
	border:1px solid #186E54;
	height:20px;
	margin-left:5px;
	background-color:#eff8f7;
}
input.checkbox{
	margin:0 10px 0 0;
	float:left;
	height:15px;
	width:16px;
}
textarea{
	border:1px solid #186E54;
	width:500px;
	height:100px;
	display:block;
	margin-top:5px;
	background-color:#eff8f7;
}	
label{
	display:block;
	float:none;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:0;
	padding-top:3px;
	width:auto;
}
span.question{
	display:block;	
}

.error{
	background-color:#FFCCCC;
	border:1px solid #FF9999;
	color:#FF0000;
	padding:4px;
	margin-top:15px;
	margin-bottom:10px;
	width:492px;
}
