﻿.inputLable {
	width: 165px;
	float: left;
	line-height: 30px;
}
.LoginTitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	float: left;
	clear: right;
	width: 100%;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b6088;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#HomeHeader {
	width: 700px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#Logo {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
#Slogan {
	float: right;
	margin-top: 25px;
	margin-right: 35px;
}
#HomeBody {
	margin: 30px auto 15px auto;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	width: 600px;
	height: auto;
}
#HomeBody p {
	padding: 0px 0px 0px 3px;
	margin: 5px;
	width: auto;
	font-size: 13px;
	line-height: 23px;
}
#BodyMidium {
	width: auto;
	margin-left: 10px;
	float: left;
	color: #2b6088;
}
#BodyMidium a {
	color: #2b6088;
	text-decoration: none;
}
#BodyMidium a:hover {
	color: #2b6088;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #2b6088;
}
#BodyMidium h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b6088;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#BodyCareer {
	width: 160px;
	float: right;
	color: #F48700;
}
#BodyCareer a {
	color: #F48700;
	text-decoration: none;
}
#BodyCareer a:hover {
	color: #F48700;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #F48700;
}
#BodySmall {
	width: auto;
	margin-left: 40px;
	float: left;
	color: #738D18;
}
#BodySmall a {
	color: #738D18;
	text-decoration: none;
}
#BodySmall h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #738D18;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#BodySmall a:hover {
	color: #738D18;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #738D18;
}
#BodyCareer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F48700;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#divBar {
	width: 600px;
	height: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#Login {
	width: 170px;
	height: auto;
	float: right;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#userName
{
	margin: 2px 0px 0px 0px;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
	width: 100px;
	height: 18px;
	float: right;
}
#userName:hover #userPass:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}
#userPass {
	padding: 1px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
	width: 100px;
	height: 18px;
	float: right;
	margin-top: 3px;
}
#LoginForm {
	margin: 0px;
	width: auto;
	float: right;
}
#ContactForm form {
	padding: 0px 0px 20px 20px;
	margin: 0px;
	font-size: small;
	line-height: 27px;
}
#ContactForm input {
	background-color: #FFF;
	color: #666666;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
#ContactForm input:hover {
	background-color: #6A8DC0;
	color: #FFFFFF;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
#ContactForm input#FirstText, #LastText, #EmailText, #PhoneNumberText, #CompanyText {
	width: 200px;
}
#ContactForm textarea#QuestionCommentText {
	background-color: #FFF;
	color: #666666;
	border: 1px solid #CCC;
	font-size: small;
	padding: 3px;
	width: 275px;
	height: 120px;
}
#ContactForm input#Submit {
	width: 70px;
	margin-left: 180px;
}
#HomeFooter {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	color: #666666;
	padding: 10px 0 40px 0;
}


#HomeFooter p {
	margin: 10px 0px 0px 0px;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	width: 400px;
	float: left;
	text-align: center;
}
#HomeFooter a:link {
	color: #5588aa;
	border-bottom-color: #5588aa;
	font-weight: bold;
	border-bottom: 1px dotted transparent;
	text-decoration: none;
}
#HomeFooter a:visited {
	color: #77bbdd;
	border-bottom-color: #77bbdd;
}
#HomeFooter a:hover, #HomeFooter a:active {
	color: #336699;
	border-bottom-color: #336699;
}
#HomeHeaderSmall {
	width: 700px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#HomeFooterSmall {
	margin: 30px auto 15px auto;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	width: 600px;
	height: auto;
	font-size: 14px;
	color: #666666;
}


#HomeFooterSmall p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	margin: 10px 10px 20px 10px;
	line-height: 18px;
}
#HomeFooterContact {
	margin: 30px auto 15px auto;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	width: 600px;
	height: auto;
	font-size: 14px;
	color: #666666;
}
#ContactInfo p {
	margin-left: 40px;
	line-height: 20px;
}
#divBar {
	width: 600px;
	height: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#GoogleMapDiv {
	width: auto;
	height: auto;
	float: left;
}
#ContactForm {
	width: 300px;
	height: 550px;
	float: right;
}
#ContactInfo {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	width: 250px;
	height: auto;
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 20px;
	margin-bottom: 100px;
}
#HomeFooterContact a {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	font-size: 13px;
	color: #6A8DC0;
	text-decoration: none;
}

