@charset "utf-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-color: #30469B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#divWrapper {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#divBranding {
	height: 119px;
	width: 849px;
	background-image: url(../images/FaxonBranding.jpg);
}
#divBrandingLeft {
	float: left;
	width: 450px;
	padding-top: 30px;
}
#divLogoRight {
	width: 225px;
	padding-left: 235px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F26132;
	font-size: 12px;
	line-height: 18px;
}
#divBrandingBottom {
	float: left;
	padding-left: 80px;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 400px;
}
#divBrandingBoxRight {
	float: right;
	width: 300px;
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


#divNav {
	background-image: url(../images/Nav.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 778px;
	padding-left: 70px;
}
#divMainContent {
	width: 849px;
	background-image: url(../images/ContentBG.jpg);
	background-repeat: repeat-y;
}
#divProductContent {
	width: 849px;
	background-image: url(../images/ProductBG.jpg);
	background-repeat: repeat-y;
}
#divLeftContent {
	float: left;
	width: 428px;
	padding-left: 77px;
	font-size: 11px;
	line-height: 16px;
	margin-top: 20px;
}
#divLeftProductContent {
	float: left;
	width: 490px;
	padding-left: 77px;
	font-size: 11px;
	line-height: 16px;
	margin-top: 20px;
}


#divFooter {
	background-image: url(../images/Footer.jpg);
	height: 39px;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 17px;
	text-align: left;
	padding-left: 60px;
}
#divPhotosRight {
	float: right;
	width: 255px;
	margin: 0px;
	padding-top: 33px;
}
#divPhotosRight img {
	border: 1px solid #A7A7A7;
	margin-bottom: 50px;
}



#divMainContent p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#divAddress {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
#divAddress a {
	color: #FFFFFF;
}
#divAddress a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #F15D2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 350px;
	padding-bottom: 10px;
	padding-top: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F25E30;
}
h3 {
	font-size: 14px;
	color: #F25D32;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 13px;
	color: #30469B;
	text-transform: uppercase;
}
h5 {
	font-weight: bold;
	color: #30469B;
	font-size: 12px;
}
h6 {
	font-size: 9px;
	color: #B0BDEA;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}




.clear {
	clear: both;
}
.Blue {
	color: #1F2E67;
	font-size: 13px;
}
#divLeftContent a {
	color: #30469B;
	font-weight: bold;
}
#divLeftContent a:hover {
	color: #F95E30;
	text-decoration: none;
}
#divProductContent p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#divLeftProductContent a {
	font-weight: bold;
	color: #30469B;
	text-transform: capitalize;
}
#divLeftProductContent a:hover {
	font-weight: bold;
	color: #F25D32;
	text-decoration: none;
}

.onBtn {
	color: #F25E30;
	background-image: url(../images/OnTab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 102px;
}
#divLeftContent #form1 #form {
	border: 1px solid #D2D2D2;
}
.PhotoBorder {
	border: 1px solid #A7A7A7;
}
input {
	background: #FFFFCC;
}
#form #submit {
	border: 1px solid #666666;
}
#divWrapper #divMainContent #divPhotosRight #map {
	border-style: none;
}
