/* BEGIN EDITABLE AREA */

/* Background Color */
body.template {
	background: #fff;
}

/* Home Page Text Color */
.home #section .content {
	color: #d7c8b6;
	line-height: 18px;
}

/* Secondary Page Text Color */
#section .content {
	color: #d7c8b6;
	line-height: 18px;
}

/* Main Menu Colors */
#menu li a {
	color: #d4c3af;
}
#menu li a:hover {
	color: #d4c3af;
}

/* Submenu Colors */
#menu li li a {
	color: #d4c3af;
}
#menu li li a:hover {
	color: #d4c3af;
}

/* Home Page Width */
.home #section .content {
	/* Padding right (577) + padding left (30) + width (379) has to equal 986 */
	padding-left: 20px;
	padding-right: 587px;
	width: 379px;
}

/* Secondary Page Top/Bottom Border */
#section .contentbefore,
#section .contentafter {
	/* Uncomment the line below to remove the border */
	/*display: none;*/
}

/* Home Page Top/Bottom Border */
.home #section .contentbefore,
.home #section .contentafter {
	/* Uncomment the line below to remove the border */
	/*display: none;*/
}

/* Secondary Page Heading and Subheading Colors */
h1,
.heading {
	color: #bfa176;
	line-height: 24px;
}
h2,
.subheading {
	color: #bf9e70;
}

/* Home Page Heading and Subheading Colors */
.home h1,
.home .heading {
	color: #bfa176;
}
.home h2,
.home .subheading {
	color: #bf9e70;
}

/* Secondary Page Link Color */
#section .content a {
	color: #d7c8b6;
}

/* Home Page Link Color */
.home #section .content a {
	color: #d7c8b6;
}

/* Footer Colors */
#footer .content {
	color: #fff;
}
#footer .content a {
	color: #fff;
}

/* END EDITABLE AREA */
/* DO NOT EDIT BELOW THIS LINE */

html { 
	margin: 0;
	padding: 0;
	width: 100%;
}
body.template {
	font-family: Arial, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#bg {
	height: 200%;
	left: -50%;
	position: fixed;
	top: -50%;
	width: 200%;
	z-index: -1;
}
#bg img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	right: 0;
	position: absolute;
	top: 0;
}

#header {
	background: url('../images/header_bg.png') repeat;
	float: left;
	width: 100%;
}
#header .masthead {
	margin: 0 auto;
	width: 986px;
}

/* @group Menu */
/* Main menu settings, with help from http://matthewjamestaylor.com/blog/centered-dropdown-menus */

#menu {
	background: url('../images/menu_bg.png') repeat;
	float: left;
	height: 43px;
	width: 100%;
}

/* Top menu items */
#menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 986px;
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
#menu ul li a {
	display: block;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
}
#menu ul li a:hover,
#menu ul li:hover a  {
	background: url('../images/menu_on.png');
}

/* Submenu items */
#menu ul ul {
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	border-bottom: 6px solid rgba(255,255,255,0.3);
	border-left: 6px solid rgba(255,255,255,0.3);
	border-right: 6px solid rgba(255,255,255,0.3);
	display: none;
	left: -6px;
	margin: 0;
	position: absolute;
	top: 43px;
	width: 250px;
}
#menu ul ul li {
	background: #fff;
	background: rgba(255,255,255,0.75);
	width: 100%;
}
#menu ul ul li a,
#menu ul li:hover ul li a { 
	background: url('../images/menu_on.png');
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	padding: 8px;
	text-shadow: none;
	text-transform: none;
}
#menu ul ul li a:hover,
#menu ul li:hover ul li a:hover {
	background: url('../images/menu_off.png');
	text-decoration: underline;
}

/* Flip the last submenu so it stays within the page */
#menu ul li:last-child ul {
	left: auto; /* reset left:0; value */
	right: -6px; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#menu ul li:hover ul { 
	display: block; /* Show the sub menus */
}
/* @end */

#section {
	float: left;
	width: 100%;
}
#section .content {
	background: url('../images/content_bg.png') repeat-y;
	margin: 0 auto;
	min-height: 650px;
	padding: 22px 30px;
	width: 926px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 1.4;
}
.home #section .content {
	background: url('../images/content_home_bg.png') repeat-y;
	padding-bottom: 22px;
	padding-top: 22px;
}
#section .content a:hover {
	text-decoration: none;
}
#section .contentbefore,
#section .contentafter {
	background: url('../images/content_border.png');
	height: 8px;
	margin: 0 auto;
	width: 986px;
}
.home #section .contentbefore,
.home #section .contentafter {
	background: url('../images/content_home_border.png');
}

#section .content p {
	margin: 0 0 1em 0;
}

h1,
.heading {
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0 0 10px 0;
	font-weight: normal;
	padding: 0;
}
h2,
.subheading {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

.featured-listings {
	background: url(../images/black_50.png);
	float: right;
	margin: 0 0 0 40px;
	padding: 20px;
	width: 255px;
}
.featured-listings .script {
	background: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 15px auto;
	padding: 20px;
	width: 180px;
}

.home #section .content .script {
	text-shadow: none;
}
.home #section .content .script table,
.home #section .content .script table td {
	line-height: 0;
}
.home #section .content .script table td.infotext,
.home #section .content .script table td.rotatorinfotext,
.home #section .content .script table td.price,
.home #section .content .script table td.mlsdisclaimer {
	line-height: normal;
}
.home #section .content .script table td.heading {
	line-height: 10px;
}
.home #section .content .script a {
	color: #369;
}
.home #section .content .script a:hover {
	text-decoration: underline;
}

#footer {
	background: url('../images/footer_bg.png') repeat;
	float: left;
	padding: 0 0 10px 0;
	width: 100%;
}
#footer .content {
	font-size: 12px;
	line-height: 24px;
	margin: 0 auto;
	padding: 20px 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	width: 926px;
	color: #97836e;
}

#footer .content a {
	color: #97836e;
}

#footer .content a:hover {
	text-decoration: none;
	color: #97836e;
}
#footer .footerbefore {
	background: url('../images/footer_border.gif');
	height: 1px;
	width: 100%;
}

#footer .col1,
#footer .col2,
#footer .col3 {
	float: left;
	padding: 15px 0;
	width: 268px;
}
#footer .col2 {
	border-left: 1px dotted #fff;
	border-left: 1px dotted rgba(255,255,255,0.5);
	border-right: 1px dotted #fff;
	border-right: 1px dotted rgba(255,255,255,0.5);
}
#footer .col2 {
	margin: 0 30px;
	padding: 15px 30px;
}
#footer .col3 {
	font-size: 30px;
	line-height: normal;
	text-align: center;
}
#footer .content .credit {
	clear: both;
	color: #97836e;
	float: left;
	width: 100%;
}
#footer .content .credit a {
	color: #97836e;
}

#mask
{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .4;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9998;
}

#modal-wrapper
{
	width: 540px;
	height: 340px;
	background: #402412;
	padding: 20px;
	margin: 0 auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	z-index: 9999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px; 
	border-radius: 12px;
}

#modal-inner
{
	background: #FFFFFF;
	width: 498px;
	height: 320px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	position: relative;
	padding: 20px 21px 0 21px;
}


#close-modal-window
{
	margin: 10px auto;
	cursor: pointer;
}