/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/
/*Begin Design Layout*/
body {
	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 */
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
	background-color:#BBBFB6;
}

#container_edge {
	width:916px;
	margin:0 auto;
	text-align:left;
/* this overrides the text-align: center on the body element. */
	background-color:#DCDCDC;
	border-right-width:2px;
	border-left-width:2px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-right-color:#B5B9B0;
	border-left-color:#B5B9B0;
}

#container {
	width:900px;
/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFF;
	margin:0 auto;
/* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align:left;
/* this overrides the text-align: center on the body element. */
}

#header {
	background:#FFF;
	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. */
	height:157px;
}

#header img {
	padding:10px;
}

#sidebar {
	float:right;
/* since this element is floated, a width must be given */
	width:210px;
/* 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 */
	background:#FF;
/* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

#sidebar1 {
	background-image:url(/inc/templates/current/wolfesre/images/sidebar_header_1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:"Tahoma";
	font-size:11px;
	color:#333;
	width:210px;
/* 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 */
	background:#FF;
/* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:0;
	border:1px solid #B5B9B0;
}

#sidebar2 {
	background-image:url(/inc/templates/current/wolfesre/images/sidebar_header_2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:"Tahoma";
	font-size:11px;
	color:#333;
	width:210px;
/* 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 */
	background:#FF;
/* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:10px;
	border:1px solid #B5B9B0;
}

#sidebar3 {
	background-image:url(/inc/templates/current/wolfesre/images/sidebar_header_3.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:"Tahoma";
	font-size:11px;
	color:#333;
	width:210px;
/* 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 */
	background:#FF;
/* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:10px;
	border:1px solid #B5B9B0;
}

#sidebar4 {
	background-image:url(/inc/templates/current/wolfesre/images/sidebar_header_4.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:"Tahoma";
	font-size:11px;
	color:#333;
	width:210px;
/* 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 */
	background:#FF;
/* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:10px;
	border:1px solid #B5B9B0;
}

.sidebar_content {
	margin-top:20px;
	padding-top:15px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#sidebar_tab2 {
	padding:15px 10px;
	margin-top:30px;
}

#slider {
	width:900px;
	height:267px;
}

#slider_container {
	padding-top:0;
}

.preloadPic {
	display:none;
}

.pagination_container {
	background-color:#A4AC85;
	border:1px solid #737F62;
	margin:10px;
	padding:5px;
}

.pagination {
	color:#FFF;
}

.pagination a {
	color:#FFF;
}

.pagination a:visited {
	color:#FFF;
}

-->
/*End Design Layout*/
/*Begin Nav*/
.nav_container {
	background-image:url(/inc/templates/current/wolfesre/images/nav_background.jpg);
	background-repeat:repeat-x;
	height:32px;
	text-align:center;
	position:relative;
}

/*Begin Nav*/
#navigation {
	height:32px;
	margin-top:0;
	position:relative;
	z-index:99;
}

#navigation ul.main {
	width:100%;
	list-style-type:none;
	padding:1px 0 0 1px;
	margin-top:0;
	height:30px;
	z-index:100;
	text-align:center;
}

#navigation ul li {
	display:inline-block;
	padding-left:17px;
	padding-right:17px;
	position:relative;
}

#navigation ul li a.nav_active {
	color:#799156;
	text-shadow:1px 1px #FFF;
}

#navigation ul li a {
	float:left;
	display:inline;
	line-height:30px;
	font-family:'Times New Roman';
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px #000;
}

#navigation ul li a:hover,#navigation ul li a.hover {
	color:#799156;
	text-shadow:1px 1px #FFF;
}

#navigation ul li .dd {
	position:absolute;
	top:30px;
	left:-5px;
	width:170px;
	background-color:#561228;
	display:none;
}

#navigation ul li .dd ul {
	list-style-type:none;
	margin:0;
	padding:5px 0;
	border:1px #26070B solid;
}

#navigation ul li .dd ul li {
	float:none;
	display:block;
	padding:0;
	height:100%;
}

#navigation ul li .dd ul li a {
	float:none;
	display:block;
	line-height:21px;
	padding-left:7px;
}

#navigation ul li a:first-letter {
	font-size:120%;
}

.nolink {
	cursor:default;
}

/*End Nav*/
/*End Nav*/
/*Begin Content*/
#content {
	position:relative;
	padding:0 20px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFF;
	text-align:left;
	color:#666;
	font-family:"Tahoma";
	font-size:12px;
	line-height:17px;
}

hr {
	color:#DDE2D4;
	background-color:#DDE2D4;
	height:1px;
	border:0;
}

ul {
	list-style-position:outside;
	list-style-type:disc;
}

a {
	text-decoration:underline;
	color:#687F44;
	outline:none;
	outline-width:0;
}

a:visited {
	text-decoration:underline;
	color:#687F44;
}

a:hover {
	text-decoration:none;
	color:#e29a00;
}

p {
	margin-top:0;
}

img {
	border-width:0;
}

h1 {
	color:#666;
	font-size:14px;
	margin:5px 0;
	font-weight:700;
}

h2 {
	color:#666;
	font-size:14px;
	margin:5px 0;
	font-weight:700;
}

h3 {
	color:#999;
	font-size:12px;
	font-variant:normal;
	padding-right:5px;
	padding-left:20px;
}

h4 {
	color:#666;
	font-size:10px;
	font-variant:normal;
	padding-right:0;
	padding-left:0;
}

.HelpText {
	font-size:9px;
}

#video_window {
	position:fixed;
	top:0;
	left:0;
	margin:auto;
	width:100%;
	height:auto;
	background:transparent;
	z-index:999;
	border:0;
}

#video {
	position:absolute;
	bottom:10px;
	right:90px;
	margin:auto;
	width:60px;
	height:59px;
	z-index:10;
}

#photos {
	position:absolute;
	bottom:8px;
	right:12px;
	margin:auto;
	width:63px;
	height:61px;
	z-index:10;
}

#email_window {
	position:fixed;
	top:50px;
	left:0;
	margin:auto;
	width:100%;
	background:transparent;
	z-index:999;
	border:0;
}

#share {
	position:absolute;
	top:10px;
	right:10px;
	margin:auto;
	width:68px;
	height:22px;
	z-index:10;
}

/*End Content*/
/*Begin Two Columns*/
.mask_content {
	position:relative;
	overflow:hidden;
	left:0;
	margin:0;
	width:630px;
}

.mask_listing_details {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:100%;
}

.colleft {
	position:relative;
	width:100%;
	right:50%;
}

.col1 {
	position:relative;
	overflow:hidden;
	float:left;
	width:48%;
	left:101%;
}

.col2 {
	position:relative;
	overflow:hidden;
	float:left;
	width:48%;
	left:3%;
}

.col_content {
	padding:30px;
}

/*End Two Columns*/
/*Begin Listings*/
.TabbedPanelsContentGroup {
	clear:both;
}

.TabbedPanelsContent {
	padding:0;
	min-height:350px;
}

.listings_header {
	float:left;
	width:100%;
}

.listings_footer {
	float:left;
	width:100%;
}

#brochure {
	background-image:url(/inc/templates/current/wolfesre/images/brochure_header.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:"Tahoma";
	font-size:11px;
	color:#333;
	width:300px;
/* 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 */
	background:#FF;
/* the background color will be displayed for the length of the content in the column, but no further */
	margin:auto;
	margin-top:20px;
	border:1px solid #B5B9B0;
	text-align:center;
	background-color:#CDCDCD;
}

/*End Listings*/
/*Begin Forms*/
.sc_table_form {
	margin:auto;
	padding:25px;
	border:1px #B5B9B0 solid;
}

.sc_form_required {
	color:red;
	float:right;
	font-family:Verdana;
	font-size:10px;
}

.sc_form_textbox {
	width:200px;
}

.sc_form_separator_label {
	font-weight:700;
}

.sc_form_separator {
	color:#B5B9B0;
	background-color:#B5B9B0;
	height:1px;
}

#sc_form_textbox_State {
	width:100px;
}

#sc_form_textbox_Zip {
	width:70px;
}

#sc_form_textarea_Comments {
	width:300px;
	height:50px;
	text-indent:0;
}

/*End Forms*/
/*Footer*/
.footer_extra {
	text-align:center;
	font-size:12px;
	color:#737F62;
	padding:0 10px;
	font-weight:700;
}

#footer_container {
	text-align:center;
	font-size:10px;
	background-color:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#DDE2D4;
	margin-top:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:0;
	padding-left:10px;
}

#footer {
	text-align:center;
	font-size:10px;
	color:#B0C294;
}

#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 */
}

#footer a {
	color:#B0C294;
	text-decoration:none;
}