/* Main contact page only */

#contact-form label {
	width: 90px;
	font-size: 1.3em;
	margin-left: 0em;
	float: left;
	padding-top: 6px;
	font-weight: bold;
	color: #000000;
}

#contact-form div {
	text-align: left;
	margin-top: 0.4em;
	vertical-align: bottom;
	clear: left;
}


#contact-form {
	text-align: left;
	margin-bottom: 1.5em;
	padding-left: 10px;
}

#contact-form fieldset {
	border: 1px solid #A04242;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #7C0500;
	font-size: 1.3em;
	width: 85%;
}

#contact-form legend {
	color: #9D4241;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#contact-form fieldset label {
	margin-left: 25px;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
}

#contact-form .txt {
	width: 60%;
	border: 1px dashed #A04242;
	color: #BC7825;
	background-color: #FFFFFF;
	padding: 2px 4px 4px 6px;
	font-weight: bold;
}

#contact-form .txt:focus {
	background-color: #F7F5EA;
	border: 1px solid #000000;
}

#contact-form textarea.txt {
	width: 85%;
	margin-left: 15px;
	background-color: #FFFFFF;
	color: #BC7825;
	border: 1px dashed #9D4241;
	font-weight: bold;
}

#contact-form .btn {
	padding: 0em;
	margin-top: 1em;
	background-color: #F7F5EA;
	color: #9D4241;
	background-image: url(../images/Nav-UP.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	border: 1px solid #9D4241;
}

#contact-form .btn:hover {
	background-color: #F5EEDF;
	background-image: url(../images/Nav-OVER.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
				
a.tooltip {
font:1.0em Arial, sans-serif;
text-decoration:none;
position: relative;

}
a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	padding: 0.2em 0.4em;
	border: 1px solid #8F2F00;
	color: #8F2F00;
	background: #F7F5EA;
	width: 20em;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	left: -200px;
	top: 0px;
}

a.tooltip:hover {
	font-size: 99%;
}
