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


body {
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
.container {
	margin: 0 auto;
	width: 745px;
	height: 950px;
}
.LandingPageTop {
	width: 395px;
	height: 235px;
	background: url(images/LandingPageTopBackground.png) no-repeat;
	padding-top: 110px;
	padding-right: 350px;
	padding-left: 0px;
/*}
.ButtonBlock {
	width: 20px;
	height: 20px;
	padding-bottom: 15px;
*/
	
}


.ButtonBlock {
	width: 762px;
	height: 176px;
	padding-bottom: 15px;
}	
	
	
	
.LogoHeader {
	width: 745px;
	height: 85px;
	background: url(images/LogoHeader.png) no-repeat;
}
#HeadlineAboveColumns {
	padding-top: 20px;
	font-weight: normal;
	margin-bottom: 17px;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 22px;
}
#hairline {
	background: #A7A7A7;
	height: 1px;
	width: 745px;
	clear: both;	
}
.yellowText {
	color: #fdb713;
}
.ShortSpacerText {
	font: 11px/8px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
.LargeBoldPhoneNumber {
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #629A2A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.Bold {
	font-weight: bold;
}
.FloatRight {
	float: right;	
}
.formInstructions {
font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	letter-spacing: 0px;
}


.formRedBoldText {
	font: bold 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	letter-spacing: 0px;
	color: #F00;
}


.formFieldContents {
font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	letter-spacing: 0px;
}



	
.yellowText {
	color: #FF851A;
}
#ColumnContainer {
	height: 400px;
	
}
#footer {
	margin-top: 5px;
	margin-bottom: 20px;

}





/*--------------------------------------*/

#wrapper {
	width: 745px; /* 780px is just wide enough to fill and 800px screen */
	margin: 0 auto 20px; /* It's important to set the margin to auto if you want the layout to center */
	text-align: left;
}
#ColumnOne {
	float: left; /* Sets this column to the left */
	width: 220px;
	padding-right: 35px;
	margin-bottom: 20px;
}
#ColumnTwo {
	width: 240px;
	position: relative;
	padding-right: 5px;
	padding-left: 0px;
	border-left-style: dotted;
	border-left-width: 1px;
	margin-right: 240px;
	margin-left: 240px;
	margin-bottom: 20px;
}

#ColumnThree {
	float: right;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	position: relative;
	width: 220px;
	margin-bottom: 20px;
}




/*--------------------------------------*/
.BoldInText {
	font: bold 12px Verdana, Geneva, sans-serif;
	letter-spacing: -0.5px;
	color: #629A2A;
}
#MapHolderRightColumn {
	float: right;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	position: relative;
	width: 410px;
	margin-bottom: 20px;
}
#ColumnOneMapPage {
	float: left; /* Sets this column to the left */
	width: 250px;
	padding-right: 0px;
	margin-bottom: 20px;
}
#ColumnOneFormPage {
	float: left; /* Sets this column to the left */
	width: 300px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 40px;
}
#ColumnThreeFormPage {
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	position: relative;
	width: 300px;
	margin-bottom: 20px;
	padding-left: 40px;
}
.FormLabelAlignRight {
	text-align: right;
	padding-right: 5px;
}
.LargePhoneNumber {
	font-size: 20px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #629A2A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#homeButton {
	position: relative;
	left:525px;
	top:49px;
	width:80px;
	height:30px;
}


/* Beginning of homeLink */
.homeLink {
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #A0CD26;	
}

a:link {
	color:#595949;
	text-decoration: none;
}
a:active {
	color: #595949;
	text-decoration: none;
}
a:visited {
	color: #595949;
	text-decoration: none;
}
a:hover {
	color: #595949;
	text-decoration: underline;
}	
/* End of homeLink */

