@charset "utf-8";
a:hover {
        color: #FF9700;
}
.homelinks {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11pt;
	color: #FF9700;
}
.hometext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14pt;
	color: #FFFFFF;
}
.white {
	color:#FFF;
}
.orange {
	color: #FF9700;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.navigation {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 50px;
	height: 48px;
	text-decoration: none;
}
.headline {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16pt;
	color: #FF9700;
}
.subhead {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	color: #FF9700;
	font-weight: bold;
}
.textpadding {
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.textpadding2 {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	*/
}
.textpadding3 {
	padding-top: 2px;
	padding-left: 25px;
}
.text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	line-height: 13pt;
	color: #FFFFFF;
}
.errortext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	font-weight: bold;
	line-height: 13pt;
	color: #FF0000;
}
.bullets {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	line-height: 13pt;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: -15px;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-style:italic;
	margin-top: 5px;
	margin-bottom: 0px;
}
.form-input {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	color: #000;
}
.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	color: #FFFFFF;
}
.popuppadding {
	padding: 15px;
	border: 1px solid #FFFFFF;
}
.columntext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	line-height: 13pt;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}
.captcha_fields {
	position:absolute;
	left:-10000px;
	top:-5000px;
	top:auto;
	overflow:hidden;
	position:absolute; 
}

/*buttons*/
.button {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11pt;
	color: #FF9700;
	text-decoration:underline;
	border:none;
	background: inherit;
	background: transparent;
	cursor: hand;
	cursor: pointer;
}
.button:hover {
	cursor: hand;
	cursor: pointer;
	text-decoration:underline;
}

