@charset "utf-8";
/* CSS Document */


fieldset {
	width: auto;
	border: 0;
}
input, select {
	vertical-align: middle;
}
select > option { /* fixes select box display in firefox, when universal margin and padding have been zero'd */
	padding: 0 5px 0 3px;
}
textarea {
	font-family: inherit;
	font-size: 1em;
}

.invisible {

	display:none;
}


div.form_inline {}
	div.form_inline br {
		clear:left;
	}
	div.form_inline label,
	div.form_inline span.txt_label {
		float: left;
		clear: left;
		margin-right: 1em;
		padding: 0.15em 0 0 0;
		text-align: right;
	}
		div.form_inline label.radio_label {
			float: none;
			margin: 0;
			padding: 0;
			text-align: left;
		}
		div.form_inline label.nolabel span {
			position: absolute;
			left: -5001px;
		}
	div.form_inline input,
	div.form_inline select {
		margin: 0 0 0.3em 0;
		float: left;
	}
		div.form_inline input.radio {
			float: none;
			margin: 0;
		}
	div.form_inline span.field_note { /* text next to form control */
		font-size: 0.9em;
		float: left;
	}
	div.form_inline p {
		clear: left;
	}
		div.form_inline p label {
			float: none;
			margin-right: 0;
			padding: 0;
			text-align:left;
		}
		div.form_inline p input {
			float: none;
			margin: 0;
		}
	div.form_inline span.form_txt { /* In place of form control */
		float: left;
	}

div.form_block {}
	div.form_block label {
		display: block;
	}
	div.form_block ul.radio_list label {
		display: inline;
	}

ul.radio_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.radio_list li {
		margin: 0;
		padding: 0;
	}
		ul.radio_list li input.radio {
			float: none;
			clear: none;
			margin: 0;
		}
		ul.radio_list li label {
			float: none;
			clear: none;
		}
		
table.radio_table {
	margin: 0;
	padding: 0;
	list-style: none;
}
	table.radio_table input {
		float: left;
		margin: 0 1em 1em 0;
	}
	table.radio_table label {
		margin: 0 0 1em 0;
		display: block;
	}


input, select {

vertical-align: middle;

}

#enewstop {
	height: 16px;
	margin:0;
}


#enews {
	width:198px;
	background:#bed5e2 url(images/home_rightcol_ltbluebot.gif) bottom left no-repeat;
	color:#ffffff;
	margin: 0px 0 14px;
	
}


form#newsletterform #enewssignup {
	width:159px;
	margin:6px 0 4px 22px;
	border-top:#828177 solid 1px;
	border-left:#828177 solid 1px;
	border-right:#f9f8f3 solid 1px;
	border-bottom:#f9f8f3 solid 1px;
	color:#fff;
	padding:.2em;
	font: .8em Arial, Helvetica, sans-serif;
}


#newsletterform input.text {
	width: 148px;
	height: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 5px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	font-size: 0.9em;
	color: #23878f;

}

#newsletterform input.image {

margin-top:5px;
}

#contactenewsform input.image {
	margin-top:5px;
	margin-left: 5em;
}

#contactmailform input.image {
	margin-top:5px;
	margin-left: 5em;
}

/* Borrowed from Tafel starts here */


fieldset {
	margin: 1em 0em;
	padding: 1.3em;
	background: #dcedee;
	border: none;

}

fieldset h3 {
	font-size: 1em;
	margin-bottom: 10px;

}

.radio input {
	float: none;
	width: auto;
	margin: auto;
	margin-right: 0.8em;
}

.radio {
	line-height: 2em;

}

.label {
	width: 16em;
	float: left;
	clear: left;
	margin: .3em  0;
	font-size: 11px;
	
}

.radio label{
	font-size: 11px;

}

input, textarea, select {
	
	margin: .3em  0;
	font-size: 11px;
	
	
}

#columnone {
	float:left;
	width: 200px;

}

#columntwo {
	float:left;
	width: 200px;

}
