@charset "UTF-8";
@import url("sitetable.css");
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #6CB1A6 url(../assets/newhomebgblender.jpg) repeat-x;
	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;
	left: 50px;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 2px auto 0;
	left: 50px;
	text-align: left;
} 
.twoColFixLtHdr #container .hiddenlaketag{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #5C5143;
}
.twoColFixLtHdr #header {
	background: no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 950px;
	height: 209px;
	margin-top: 20px;
} 
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #contentcontainer1 {
	width: 950px;
	margin: 0px 0px 0;
	text-align: left;
	background-image: url(../assets/newhomemidpiece.gif);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px;
}
.twoColFixLtHdr #sidebar1 table {
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 5px;
	width: 210px;
	margin-left: 9px;
	border-collapse: collapse;
	
}
.twoColFixLtHdr #sidebar1 th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #sidebar1 tr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.twoColFixLtHdr  #sidebar1 .sidebarimg{
	padding-left: 10px;
	text-align: left;
}
.twoColFixLtHdr #sidebar1 .sidehead1 {
	float: none;
	color: #5C5143;
	font-size: 26px;
	line-height: 26px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 5px;
}
.twoColFixLtHdr #sidebar1 .sidehead1a {
	float: none;
	color: #5C5143;
	font-size: 25px;
	line-height: 26px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 15px;
}
.twoColFixLtHdr #sidebar1 .sidehead2 {
	float: none;
	color: #5C5143;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 5px;
}
.twoColFixLtHdr #sidebar1 .sidehead3 {
	float: none;
	color: #5C5143;
	font-size: 22px;
	line-height: 22px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 30px;
}
.twoColFixLtHdr #sidebar1 p {
	float: none;
	color: #666;
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	line-height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebar1 .actionlist {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 .actionlist a:link {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #59927F;
}
.twoColFixLtHdr #sidebar1 .actionlist a:hover {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #599284;
}
.twoColFixLtHdr #sidebar1 .actionlist a:visited {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #59927F;
}
.twoColFixLtHdr #sidebar1 .actionlist1 {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 .actionlist1 a:link {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #827364;
}
.twoColFixLtHdr #sidebar1 .actionlist1 a:hover {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #3C3126;
}
.twoColFixLtHdr #sidebar1 .actionlist1 a:visited {
	font-size: 14px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #827364;
}
.twoColFixLtHdr #sidebar1 .slipavail {
	float: none;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-right: 10px;
}
.twoColFixLtHdr #sidebar1 .sidebarlink{
	float: none;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-right: 10px;
}
.twoColFixLtHdr #sidebar1 .sidebarlink a:link{
	color: #69F;
}
.twoColFixLtHdr #sidebar1 .visitsite {
	font-size: 12px;
	line-height: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 275px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
} 
.twoColFixLtHdr #mainContentMap {
	margin: 0 0 0 275px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent table {
	margin: 12px 0px 0px 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	width: 580px;
	font-weight: bold;
	height: 30px;
	border-collapse: collapse;
}
.twoColFixLtHdr #mainContent .tabletextplus {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #59927F;
}
.twoColFixLtHdr #mainContent p{
	margin: 0px;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.twoColFixLtHdr #mainContent .centerwellhead1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #59927F;
	line-height: 30px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #mainContent .centerwellhead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #59927F;
	line-height: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent .centerwellhead3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: bolder;
	padding-top: 18px;
}
.twoColFixLtHdr #mainContent .centerwellimg {
	text-align: center;
	padding-left: 0px;
	padding-top: 5px;
	width: 620px;
}
.twoColFixLtHdr #mainContent .centerwellplat {
	padding-left: 0px;
	padding-top: 5px;
	width: 6px;
}
.twoColFixLtHdr #mainContent .centerwellmap {
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
}
#iframe {
	padding-left: 10px;
	height: 400px;
	width: 600px;
}
.twoColFixLtHdr #contentcontainer1foot {
	width: 950px;
	margin: 0px 0px 0;
	text-align: left;
	background-image: url(../assets/newhomefoot32.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
}
.twoColFixLtHdr #footer {
	margin-top: 30px;
} 
.twoColFixLtHdr #footer #navbot{
	height: 44px;
	background-image: url(../assets/navbot1/newhomebot.jpg);
}
.twoColFixLtHdr #footer #navbot table{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 950px;
}
.twoColFixLtHdr #footer #navbot td{
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;

}
.twoColFixLtHdr #footer #navbot td a:link{
	color: #333;
}
.twoColFixLtHdr #footer #navbot td a:visited {
	color: #333;
}
.twoColFixLtHdr #footer #navbot td a:hover {
	color: #316759;
}
.twoColFixLtHdr #footer #copyright {
	padding: 0;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	text-align: center;
	color: #F7F4EB;
}
.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;
}
