@charset "utf-8";
/* CSS Document */
/* Woods N' Water Real Estate LLC */
/* Designed by: Creative Web Worx */
/* Jan 3rd 2011 */
/* General Tags */
html body
{
    background: url(../images/backgrounds/background_top.jpg) repeat-x;
    margin: 0;
    padding: 0;
	height: 100%;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
	z-index: 0;
}

span{font-family: Garamond, Georgia, Serif; font-size: 14px; font-weight: normal; letter-spacing: 0; color: #333; margin: 0; padding: 0;}

p{font-family: Garamond, Georgia, Serif; font-size: 17px; font-weight: normal; letter-spacing: 0; color: #333; margin: 0; padding: 0; display: inline;}

h1{font-family: Garamond, Georgia, Serif; font-size: 26px; font-weight: bold; letter-spacing: -0.03em; color: #333; margin: 0; padding: 0; display: inline;}

h2{font-family: Garamond, Georgia, Serif; font-size: 20px; font-weight: bold; letter-spacing: -0.03em; color: #333; margin: 0; padding: 0; display: inline;}

h3{font-family: Garamond, Georgia, Serif; font-size: 13px; font-weight: bold; letter-spacing: -0.01em; color: #333; margin: 0; padding: 0; display: inline;}

h4{font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 12px; font-weight: bold; letter-spacing: 0; color: #0a0b04; margin: 0; padding: 0; display: inline;}

h5{font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 12px; font-weight: normal; letter-spacing: 0; color: #0a0b04; margin: 0; padding: 0; display: inline;}

h6{font-family: Garamond, Georgia, Serif; font-size: 16px; font-weight: bold; letter-spacing: -0.03em; color: #333; margin: 0; padding: 0; display: inline; line-height: 100%;}

.highlight{float: left; clear: both; font-family: Garamond, Georgia, Serif; font-size: 12px; font-weight: bold; letter-spacing: 0; color: #333; margin: 0; padding: 0; display: inline; line-height: 100%;}

a{text-decoration: none; color: #fff; outline: none;}
a:hover{text-decoration: underline; color: #ffcc00;}

ul.footer_list li a{font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; color: #fff; margin: 0; padding: 0;}
ul.footer_list li a:hover{font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; color: #fff; margin: 0; padding: 0;}

div#footer_plug a{font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; color: #fff; margin: 0; padding: 0;}
div#footer_plug a:hover{font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; color: #fff; margin: 0; padding: 0;}

img
{
    border: 0;
}

.hiddenPics
{
	display: none;
}

/* Degub */
.bred{border: solid 1px red;}
/* End of Debug */  


/* Shadow Class :Example: -mox-box-shadow: Horizontal Offset (px) Vertical Offset (px) Blur Radius (px) */

.shadow {
  -moz-box-shadow: 2px 2px 5px #333;
  -webkit-box-shadow: 2px 2px 5px #333;
  box-shadow: 2px 2px 5px #333;
}

#background_mid
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 172px;
	left: 0;
	background: url(../images/backgrounds/background_mid.png) repeat-x;
	z-index: 1;
}

.wrapper
{
	margin: 0 0 0 10px;
	padding: 0;
	height: 100%;
	width: 100%;
}

#container
{
    position: relative;
	display: block;
    margin: 0 auto;
    padding: 0;
    width: 989px;
    background: transparent;
    z-index: 1;
}

#footer 
{
	position: absolute; 
	display: block; 
	bottom: 0; 
	height: 90px; 
	width: 100%; 
	background: url(../images/backgrounds/footer.png) repeat; 
	margin: 0 0 -400px -10px;
}

#footer_container
{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 989px;
	background: transparent;
}

#footer_content
{
	position: relative;
	float: left;
	margin: 10px 0 0 10px;
	width: 989px;
}

.footer_list
{
	position: relative;
	float: left;
	clear: none;
	margin: 0;
	list-style-type: none;
	line-height: 90%;
}

ul.footer_list li
{
	text-indent: 3px;
}

#footer_plug
{
	position: relative;
	float: left;
	display: inline;
	margin: 60px 0 0 170px;
}

#footer_logo
{
	position: relative;
	float: right;
	margin: 10px 50px 0 0;
}

#trees_image
{	position: absolute;
	margin: 0 0 0 -10px;
	padding: 0;
	top: 172px;
	left: 0;
	width: 989px;
	height: 352px;
	z-index: 2;
}

#logo_top
{
	position: relative;
	float: left;
	margin: 20px 0 0 40px;
	padding: 0;
	z-index: 3;
}

#eoe_logo_right
{
	position: relative;
	float: right;
	margin: 20px 50px 0 0;
	padding: 0;
	z-index: 3;
}

/* Navigation */

/* Rollover Effect for main menu */

/* main_nav tag info for list setup */
#main_nav {position: relative; float: left; clear: both; list-style: none; margin: 25px 0 0 40px; padding: 0; width: 800px; z-index: 100;}
#main_nav li {float: left; padding:0; margin: 0 10px 0 0;}
#main_nav li a { text-indent: -999999px; overflow: hidden; display: block; text-decoration: none; margin: 0 10px 0 0;} /* text-indent allows search engines to see text content of menus to ensure correct code. */

#home_button {background: url(../images/nav/home.png); width: 106px; height: 53px;} /* Places home button in proper position */
#home_button:hover {background: url(../images/nav/home.png) 0 53px !important; width: 106px; height: 53px;} /* Moves home button over to display "Hover" image */

#listings_button {background: url(../images/nav/listings.png); width: 118px; height: 53px;}
#listings_button:hover {background: url(../images/nav/listings.png) 0 53px !important; width: 118px; height: 53px;}

#trophy_button {background: url(../images/nav/trophy.png); width: 116px; height: 53px;}
#trophy_button:hover {background: url(../images/nav/trophy.png) 0 53px !important; width: 116px; height: 53px;}

#contact_button {background: url(../images/nav/contact.png); width: 114px; height: 53px;}
#contact_button:hover {background: url(../images/nav/contact.png) 0 53px !important; width: 114px; height: 53px;}

#terms_button {background: url(../images/nav/terms.png); width: 104px; height: 53px;}
#terms_button:hover {background: url(../images/nav/terms.png) 0 53px !important; width: 104px; height: 53px;}


#office_pic
{
	position: relative;
	float: left;
	clear: both;
	width: 424px;
	height: 257px;
	margin: 50px 0 0 42px;
	padding: 0;
	z-index: 3;
}

#office_text
{
	position: relative;
	float: right;
	clear: right;
	width: 440px;
	margin: 50px 50px 0 0;
	padding: 0;
	z-index: 3;
}

#featured_listings
{
	position: relative;
	float: left;
	clear: both;
	margin: 60px 0 0 42px;
	padding: 0;
	z-index: 3;
}

#citr_gallery
{
	position: relative;
	float: right;
	margin: 60px 42px 0 0;
	padding: 0;
	z-index: 3;
}

#slideshow
{
	position: relative;
	border: solid 4px #7a573b;
	margin: 10px 0 0 0;
	height: 240px;
	width: 320px;
}

/* Simple Gallery Info */
#simplegallery1{ /*CSS for Simple Gallery Example 1 */
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: solid 4px #7a573b;
margin: 10px 0 0 0;
height: 240px;
width: 320px;
}

#simplegallery1 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined) */
text-align: left;
padding: 2px 5px;
}


/* Listings CSS Styles */

#listings
{
	position: relative;
	clear: both;
	margin: 0;
	padding: 30px 0 0 0;
	margin: 0 0 0 40px;
}

.listing
{
	position: relative;
	float: left;
	clear: both;
	display: block;
	background: #fff;
	width: 980px;
	height: 180px;
	margin: 0 0 10px 10px;
	border-bottom: solid 1px #ccc;
}

.listing_pic
{	
	position: relative;
	float: left;
	width: 215px;
	height: 161px;
	margin: 0;
	border: solid 4px #7a573b;
}

.listing_text
{	
	position: relative;
	float: left;
	width: 700px;
	height: 169px;
	margin: 0 0 0 10px;
}

.listing_number
{
	position: relative;
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

.price
{
	position: relative;
	float: left;
	margin: 0 0 0 400px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	width: 200px;
	text-align: right;
}

.desc_one
{
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0 20px 0;
}

.desc_two
{
	position: relative;
	float: left;
	clear: both;
	width: 450px;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}

a.listing_link{position: absolute; bottom: 0; left:0; font-family: Tahoma, Sans-Serif; font-size: 17px; font-weight: bold; text-decoration: underline; color: #333;}
a.listing_link:hover{text-decoration: underline; color: #888;}

/* Listing pages */

#full_listing_content
{
	position: relative;
	float: left;
	clear: both;
	margin: 20px 0 20px 60px;
	text-align: left;
	width: 700px;
}

#full_listing_text_info
{
	position: relative;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	font-size: 12px;
	font-weight: normal;
}

.bolded
{
	font-weight: bold;
}

#agent_email
{
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0 20px 0;
}

#image_slider
{
	position: relative;
	float: left;
	clear: both;
}

.border_a
{
	border: solid 1px #aaa;
}

.hidden_pics
{
	display: none;
}

#sold
{
	position: absolute;
	top: 0;
	left: -30px;
	z-index: 10000;
}

#reduced
{
	position: absolute;
	top: -10px;
	left: 350px;
	z-index: 10000;
}

#print_page
{
	position: absolute;
	top: 0;
	left: 100px;
}

