@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
} 
.twoColFixLtHdr #header {
	text-indent: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 0px;
	width: 950px;
	font-size: 36px;
	color: #009;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	vertical-align: 0%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	font-style: normal;
	font-weight: bold;
} 
.PhotoBox-Left_Text {
	text-align: center;
	float: left;
	width: 300px;
	margin-right: 15px;
	height: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 17px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	font-size: 36px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 16px;
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: #6cf;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	border-top-style: none;
	border-left-style: none;
	margin-top: 130px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 130px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 14px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #6cf;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Header_Font_Style {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
}
.twoColFixLtHdr #container #header div {
	text-align: left;
	height: 90px;
	padding: 0px;
	font-size: 36px;
	color: #000;
}
.2headerText {
	margin-left: 150px;
	margin-bottom: 40px;
	height: auto;
	margin-top: 3px;
}
.CenterText {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}
.PhotoFloatLeft {
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}
.Site_Map_Photo_Left-300 {
	text-align: center;
	width: 300px;
	margin-right: 50px;
	margin-bottom: 10px;
	float: left;
}
.SiteWordIndent {
	text-align: left;
	margin-left: 380px;
}

.BannerText_IFM {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 0px;
	vertical-align: middle;
}
.caption_text {
	font-size: x-small;
}
.PhotoBox-Right_Text {
	text-align: center;
	float: right;
	width: 300px;
	height: 100%;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.PhotoBoxText_Right-170 {
	text-align: center;
	width: 190px;
	margin-left: 5px;
	float: right;
}
.CenterImage_and_Text {
	text-align: center;
	width: 500px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
.PictureBorder {
	border: 1px solid #000;
}

.BottomText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	color: #009;
	font-weight: bold;
}
.Top-Page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: center;
}
.BottomKeyWord {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
.Bold {
	font-weight: bold;
}
.CenterBlueTextTop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #009;
	text-align: center;
	font-weight: bold;
}
.YouTube_Center {
	text-align: center;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
.PhotoBoxText_Left-170 {
	text-align: center;
	width: 190px;
	float: left;
	margin-right: 5px;
}
.YardAcePlan580_Center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.YouTube_Box_Left_Text {
	text-align: center;
	float: left;
	width: 425px;
	margin-right: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
.YouTube_Box_Right_Text {
	text-align: center;
	float: right;
	width: 425px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-left: 15px;
}
.PhotoBox_Text_Right-150 {
	text-align: center;
	width: 150px;
	margin-left: 10px;
	float: right;
}
.PhotoBox_Text_Left-150 {
	text-align: center;
	width: 150px;
	float: left;
	margin-right: 10px;
}
.Site_Map_Indent {
	text-indent: 44;
}
.Top_New_On_Site {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #903;
	font-style: italic;
}
