@charset "utf-8";
/* CSS Document */

body {
	font-size: 100.01%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #478FAA;
	margin: 0px;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat;
}
.background {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bg_pagegradient.png);
	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 20px;
}
.background, .expander {
	min-width: 45.5em;
}
.sizer {
}
.expander {
	max-width: 67em;
	background-image: url(../images/bg_container_sideshadow.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: auto;
}
.expander #sideshadow {
	float: right;
}
.innerwrapper {
	background-color: #DCEAEF;
	text-align: left;
	padding-right: 9px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4C7D4;
	margin-right: 3px;
	min-height: 600px;
}
.wrappershadow {
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(../images/bg_container_bottomshadow.png);
	height: 10px;
}
.wrappershadow #rightcap {
	float: right;
}
.wrappershadow #leftcap {
	float: left;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	font-family: Corbel, Verdana, Helvetica, sans-serif;
	color: #7FB401;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
address {
	font-style: normal;
}

#HeaderWrapper {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	height: 105px;
}
#Header {
	background-image: url(../images/graphic_header_rightcap.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#Header #graphic_logo {
	position: absolute;
	visibility: visible;
	top: 6px;
}
#PositionMenu {
	text-align: center;
	width: 100%;
	min-width: 45.5em;
	position: absolute;
	top: 72px;
}
#Menu {
	margin-top: -35px;
	text-align: center;
}
#ContentBox {
	background-color: #FFFFFF;
	min-height: 550px;
	float:none;
	clear:left;
	border: 1px solid #9DC4D2;
	margin-top: 7px;
	padding: 0px;
}
#ContentBox #MainBox {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 2%;
	float: left;
	width: 64%;
	padding-right: 2%;
}
#ContentBox #MainBox #FeaturePhoto {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 5px solid #478FAA;
}

#ContentBox #MainBox #AdminLinks {
	float: right;
	margin-top: 5px;
	font-size: 0.8em;
	margin-right: 5px;
}
#ContentBox #MainBox #AdminLinks img {
	margin-bottom: -2px;
}
#ContentBox #SideBox {
	float: right;
	width: 31%;
	background-color: #ECF4F6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #478FAA;
}
#FreeBrochure {
	margin-left: 24px;
	padding-top: 10px;
}
#BrochureForm {
	padding: 0px;
	margin: 0px;
}

#BrochureForm p {
	margin: 0px;
	padding-bottom: 5px;
}
#BrochureForm #BrochureProcessing {
	position: absolute;
	margin-top: -5px;
	margin-left: 5px;
}
#ContentBox #SideBox .content {
	font-size: 0.85em;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-left: 7px;
}
#ContentBox #SideBox h3  {
	color: #003366;
}
#ContentBox #SideBox #SectionLinks ul {
	padding-top: 0px;
	padding-bottom: 1.5em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #478FAA;
}
#ContentBox #SideBox #SectionLinks li {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}
#ContentBox #SideBox #SectionLinks .selected a {
	color: #000000;
	font-weight: bold;
}
#Breadcrumb {
	font-size: 0.7em;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Footer {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.7em;
	color: #0099CC;
}
#Footer #SiteMapLink {
	float: right;
	padding-right: 5px;
}
#ContactBox {
	background-image: url(../images/bg_contactbox.png);
	background-repeat: repeat-x;
	background-color: #F0F1F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 0.95em;
	
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-top: 10px;
}
#ContactBox ul {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#ContactBox li {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
	list-style-type: none;
}
#ContactBox .selected {
	background-color: #EDEEEE;
}
#ContactBox #FreeQuote {
	font-weight: bold;
	color: #003366;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-left: 24px;
	padding-top: 10px;
}
#ContactInformation {
	/*
	position: absolute;
	z-index: 1500;
	top: 69px;
	right: 31%;
	*/
	width: 23em;
	height: 17em;
	border: 15px solid #CDF1FD;
	padding: 0px;
}
#wagmp_map_1 {
	position: absolute;
	right: 31%;
	top: 69px;
	width: 23em;
	height: 17em;
	/* border: 2px solid #CCCCCC; */
	border: 15px solid #CDF1FD;
	z-index: 100000;
}
.hideonscreen {
/*
	position: absolute;
	visibility: hidden;
	left: -1000px;
	top: -1000px;
	z-index: 0;
*/
	display: none;
}
.inputactive {
	font-family: Corbel, "Lucida Sans", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #006699;
}
.inputinactive {
	font-family: Corbel, "Lucida Sans", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCCCCC;
}
.submitbutton {
	font-size: 0.85em;
	font-family: Corbel, "Lucida Sans", Helvetica, sans-serif;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
#ContentBox #cb_topright {
	float: right;
	margin-top: -1px;
	margin-right: -1px;
}
#ContentBox #cb_topleft {
	float: left;
	margin-top: -1px;
	margin-left: -1px;
}
#list_Section {
	margin: 0px;
	list-style-type: none;
	padding-top: 1.25em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list_Section a {
	font-weight: bold;
}
#list_Section li {
	padding-bottom: 1.25em;
}
.reduced {
	font-size: 0.7em;
}
.selected {
	font-weight: bold;
	color: #000000;
}
.yellowbg {
	background-color: #FFFF00;
}
.rightPic {
	border: 3px solid #478FAA;
	margin-bottom: 10px;
}
dt {
	font-weight: bold;
	clear: left;
	padding-top: 10px;
	padding-bottom: 3px;
}
dd {
	margin-left: 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
dd img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #478FAA;
}
dd .link {
	font-size: 0.8em;
	color: #666666;
}
dd .related {
	font-size: 0.8em;
	color: #666666;
}
.sname {
	font-style: italic;
}
