@charset "utf-8";
body  {
	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: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 19px;
	margin-top: 5;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 15;
}
.twoColFixLtHdr #container {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	float: none;
	clear: none;
	height: 800px;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 
.twoColFixLtHdr  #nav {
	float: left;
	background-color: #127A3F;
	height: 37px;
	width: 800px;
	text-align: center;
	padding: 0;
	background-image: url(images/bg_nav1.gif);
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	clear: none;
	height: 763px;
	width: 226px;
	background-color: #117A3F;
}
.twoColFixLtHdr #mainContent {
	float: right;
	width: 574px;
	height: 561px;
	margin: 0;
	clear: none;
	padding: 0;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	height: 40px;
	width: 800px;
	background-color: #BFA946;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
} 
.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;
}
lifestyleImages {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 159px;
	width: 574px;
}
#lifestyleImages {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	height: 159px;
	width: 574px;
}
#cityState {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #127B40;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 15px;
	color: #222222;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #222222;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 15px;
	line-height: 20px;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: -5px;
	margin-right: 20px;
	margin-left: 15px;
	color: #222222;
	line-height: 19px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 15px;
	font-weight: bold;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 15px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	margin-top: 30px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 33px;
	font-weight: bold;
}
.parHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent a {
	text-decoration: underline;
}
