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



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
	background-image: url(../images/background.gif);
}
.twoColFixLtHdr #container {
	width: 700px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/rent_your_prop_header.jpg);
} 
div#hunting {
	background-image: url(../images/hunting_land_header.jpg);
	height: 340px;
	width: 700px;
	margin-top: 30px;
	background-repeat: no-repeat;
	
}
div#rent {
	background-image: url(../images/rent_header.jpg);
	height: 340px;
	width: 700px;
	margin-top: 30px;
	background-repeat: no-repeat;
}
div#services {
	background-image: url(../images/property_services_header.jpg);
	height: 340px;
	width: 700px;
	margin-top: 30px;
	background-repeat: no-repeat;
}

div#attractions {
	background-image: url(../images/attractions_header.jpg);
	height: 340px;
	width: 700px;
	margin-top: 30px;
	background-repeat: no-repeat;
}
div#lakes {
	background-image: url(../images/other_cabin_header.jpg);
	height: 320px;
	width: 700px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
div#vermilion {
	background-image: url(../images/lake_vermilion_cabin_header.jpg);
	height: 320px;
	width: 700px;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 0px;
}
div#aboutus {
	background-image: url(../images/about_us_header.jpg);
	height: 340px;
	width: 700px;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 0px;
}
.nav_table {
	margin-top: 225px;
}
div#links {
	background-image: url(../images/links.jpg);
	height: 340px;
	width: 700px;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 0px;
}
div#vermilion_rental {
	background-image: url(../images/lake_vermilion_cabin_header.jpg);
	height: 330px;
	width: 700px;
	margin-top: 30px;
	}
.property_title {
	font-family: "Comic Sans MS";
	font-size: x-large;
	
}
.twoColFixLtHdr #container #header {
	height: 320px;
	width: 700px;
	margin-top: 30px;
}



.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; /* since this element is floated, a width must be given */
	width: 165px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/side.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	background-color: #000066;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 60px;
} 
.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;
}
.style1 {
	font-family: Papyrus;
	color: #003300;
	font-weight: bold;
}

.navbar {
	color: #FFFFCC;
	font-family: Jester;
	font-size: 18px;
	text-decoration: underline;
}
a.navbar:link {
	color: #FFFF99;
	font-family: Jester;
	font-size: 18px;
}
a.navbar:visited {
	color: #FFFF99;
	font-family: Jester;
	font-size: 18px;
	text-decoration: underline;
}
a.navbar:hover {
	color: #FFFFff
	font-family: Jester;
	font-size: 18px;
	color: #FFFFFF;
}
a.navbar:active {
	color: #FFFFCC;
	font-family: Jester;
	font-size: 18px;
	text-decoration: underline;
}
.style14 {color: #FFFF99; font-family: Jester; font-size: 18px; }
.style15 {font-weight: bold}
body,td,th {
	font-family: Trebuchet MS;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}.listing_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.Info_Box_title {
	font-family: Papyrus;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFCC;
}
.listing_box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.listing_box_title {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #003300;
}
.listing_box_price {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
#apDiv1 {
	position:absolute;
	width:187px;
	height:128px;
	z-index:1;
	top: 207px;
	margin-right: 5px;
	left: auto;
}

.sidebar {
	color: #FFFF99;
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-decoration: underline;
}
a.sidebar:link {
	color: #FFFF99;
	font-family: "Comic Sans MS";
	font-size: 14px;
}
a.sidebar:visited {
	color: #FFFF99;
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-decoration: underline;
}
a.sidebar:hover {
	color: #FFF99
	font-family: "Comic Sans MS";
	font-size: 14px;
}
a.sidebar:active {
	color: #FFFF99;
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-decoration: underline;
}

