@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5b4112;
	background-image: url(../files/body-back.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	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;
}
blockquote {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	margin-top: -15px;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	background-image: url(../files/backdrop.jpg);
	background-repeat: repeat;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image: url(../files/wwt-header.png);
	background-position: center;
	background-repeat: no-repeat;
	/*border-bottom: thin solid black;*/
	height: 200px;
	padding: 0 10px 0 20px;  /* 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. */
} 
.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 #links {
	background-image: url(../files/p-back.png);
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: medium solid green;
	margin: 0 0 0 25px;
	/*border-top: thin solid black;
	border-bottom: thin solid black;*/
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-image: url(../files/nav-back.jpg);
	background-repeat: repeat-y;*/
/*	padding: 0 10px 0 20px;*/
	padding: 0px;

}
/*.twoColFixLtHdr #links p {
	background-image: url(../files/p-back.png);
}*/
.twoColFixLtHdr #mainContent {
	background-image: url(../files/p-back.png);
	background-repeat: repeat;
	color: #030;
	border: medium solid green;

	margin: 0 35px 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image: url(../files/p-back.png);*/
}

.twoColFixLtHdr #mainContent p {
	padding: 10px 10px;
	margin: 10px 10px 10px 25px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
	/*border-top: thin solid black;*/
} 
.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 */
}
a img {
	border: thin solid green;
}
	
.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: 10px;
	background-color: green;
}
.fltrt img {
	margin: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px;
	background-color: green;
}
.fltlft img {
	margin: 5px;
}
.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;
}
.twoColFixLtHdr #links ul {
	/*background-image: url(../files/p-back.png);*/
	background-repeat: repeat;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
.twoColFixLtHdr #links li:hover {
	background: #FFF;
}
.twoColFixLtHdr #links a {
	color: #030;
	text-decoration: none;
}
.twoColFixLtHdr #links a:hover {
	color: #000;
}
.twoColFixLtHdr #tabs {
	margin: 25px 35px 0 275px;
}
.twoColFixLtHdr #outdoorTab {
	margin: 25px 35px 0 50px;
	width: 500px;
}
.twoColFixLtHdr #tabs a {
	color: #000;
	background: orange;
	background-image: url(../files/tab-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;

} 
.twoColFixLtHdr #outdoorTab a {
	color: #000;
	background: orange;
	background-image: url(../files/tab-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px;

} 
.twoColFixLtHdr #tabs a span {
	background-image: url(../files/tab-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
}
.twoColFixLtHdr #outdoorTab a span {
	background-image: url(../files/tab-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
}
.twoColFixLtHdr .contact {
	width: 310px;
	margin: 0px auto;
}
#tabs a:hover  {
	color: #fff;
	background: green;
	background-image: url(../files/tab-left-hover.png);
	backbround-position: top left;
	background-repeat: no-repeat;
}
#outdoorTab a:hover  {
	color: #fff;
	background: green;
	background-image: url(../files/tab-left-hover.png);
	backbround-position: top left;
	background-repeat: no-repeat;
}

#tabs a:hover span	{
	background-image: url(../files/tab-right-hover.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#outdoorTab a:hover span	{
	background-image: url(../files/tab-right-hover.png);
	background-position: top right;
	background-repeat: no-repeat;
}
/*#outdoorTab a#tab1  {
	color: #fff;
	background: green;
	background-image: url(../files/tab-left-hover.png);
	backbround-position: top left;
	background-repeat: no-repeat;
}

#outdoorTab #span1	{
	background-image: url(../files/tab-right-hover.png);
	background-position: top right;
	background-repeat: no-repeat;
}*/
#tabs a#tab1  {
	color: #fff;
	background: green;
	background-image: url(../files/tab-left-hover.png);
	backbround-position: top left;
	background-repeat: no-repeat;
}

#tabs #span1	{
	background-image: url(../files/tab-right-hover.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#residences {
	display: block;
}
#churches {
	display: none;
}
#restaurants	{
	display: none;
}
#pools {
	display: none;
}
#parks {
	display: none;
}
#other	{
	display: none;
}

#trellises {
	display: none;
}
#arbors {
	display: none;
}
#shelters	{
	padding: 20px;
	display: none;
}
#bridges	{
	display: none;
}
#gazebos	{
	display: none;
}
#benches	{
	display: none;
}
#miscellaneous {
	display: none;
}
#outdoor	{
	display: block;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->