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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

html, body {
	margin: 0;
	padding: 0;
    font-family:  Arial, Helvetica, sans-serif, freesans;
	color: #332b2a;
	background-color: #adac96;
	text-align: center;
	width: 100%;
	height: 100%;
}



/*  LAYOUT  */



div#container {
	padding: 0;
	margin: auto;
	text-align: center;
	width: 960px;
	background-color:#fff;
	height: 100%;
}


div#header {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 196px;
}


div#navigation {
	margin: 0px;
	padding: 0px;	
}


#background #container div#main {
	margin: 0;
	padding: 0;
}


div#leftcolumn {
	margin: 0;
	padding: 0;
	float: left;
	width: 347px;
}



div#content {
	margin: 0;
	padding: 0;
	float: right;
	width: 613px;
	margin-bottom: 20px;
	
	position:relative;
	background-color:#ffffff;
}



div#footer {
    background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	width: 960px;
	height: 85px;
	line-height: 85px;
	vertical-align: middle;
}


#content table {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0;
}



/*  TEXT STYLES  */



#content p.bodytext {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	line-height: 1.2em; 
	color: #332b2a;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
}


div#footer span.left {
	float: left;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .6em;
	color: #cdcdcd;
	padding-left: 40px;
}


div#footer span.right {
	float: right;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .6em;
	color: #cdcdcd;
	margin-left: 20px;
	padding-right: 40px;
}


#content td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	line-height: 1.2em; 
	color: #332b2a;
	text-align: left;
}


#content th {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	line-height: 1.2em; 
	color: #AC5436;
	text-align: left;
	font-weight: bold;
	width: 150px;
}


a {
	text-decoration: none;
	color: #AC5436;
}

a.pdflink{margin-top: 30px; display:inline-block; background: #D8372D url(images/download_bg.jpg) center top repeat-x; padding: 10px 15px;; color:#fff;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;text-shadow: #9f0d0e -1px -1px 1px;box-shadow:0px 2px 4px #666; -webkit-box-shadow: 0px 2px 4px #666; -moz-box-shadow:0px 2px 4px #666;}
a.pdflink:hover{ margin-top:32px;box-shadow:0px 0px 3px #666; -webkit-box-shadow: inset 0px 0px 3px #666; -moz-box-shadow:0px 0px 3px #666;}

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

#regform td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	line-height: 1.2em; 
	color: #AC5436;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
}


#content span.bodytext {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .9em;
	line-height: 1.2em; 
	color: #332b2a;
	text-align: left;
	font-weight: normal;
}


h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	line-height: 1.2em; 
	color: #AC5436;
	text-align: left;
	font-weight: normal;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
}


h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	line-height: 1.2em; 
	color: #5a402f;
	text-align: left;
	font-weight: normal;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
}


ul {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	line-height: 1.2em; 
	color: #332b2a;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 30px;
}





/*  NAVIGATION  */



#navigation ul {
	margin: 0px;
	padding: 0px;
	border: none;
	inline-style: none;
	white-space: nowrap;
}


#navigation li {
	margin-left: 0;
	float:left;
	padding-left: 0;
	padding-right: 0;
	border: none;
	height: 196px;
}


#navigation ul li {
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style: none;
	float:left;
}


ul.navigation li{
	float: left;
	position:relative;
}


#navigation li a{
	padding:0;
} 




/*  VIEW THE HOMES PAGE  */




div#homeview {
	margin: 0;
	padding: 0;
}


div#thumbs {
	text-align: left;
	width: 613px;
	height: 130px;
	line-height: 130px;
	background: #f0efed;
	float: right;
	vertical-align: middle;
}

div#thumbs img {
	vertical-align: middle;
	margin-left: 20px;
}


/*FORMS*/


fieldset input { 
	float: right; 
	width: 200px; 
	border: 1px solid #d9d9d9; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px;
	margin-bottom: 10px;
}

fieldset input:hover { 
	border-color: #AC5436; 
}

fieldset input:active, input:focus { 
	border-color: #AC5436; 
}

fieldset textarea {
	float: right; 
	width: 200px; 
	border: 1px solid #d9d9d9; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px;
}

fieldset textarea:hover { 
	border-color: #AC5436; 
}

fieldset textarea:active, input:focus { 
	border-color: #AC5436; 
}

fieldset select { 
	float: right; 
	width: 210px; 
	border: 1px solid #d9d9d9; 
	line-height: 1.4em;
	padding: 5px;
	margin-bottom: 10px;
}

label, label span { 
	display: block; 
	padding-top: .25em; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.4em;
	color: #5a402f; 
}

label { 
	float: left; 
	width: 420px; 
}

label span { 
	float: left; 
	width: 200px; 
	text-align: right; 
}

form div { 
	margin-bottom: 20px; 
	padding: 10px 20px; 
	border: 1px solid #d9d9d9; 
	text-align: center; 
}

fieldset, .thankyou { 
	width: 420px;
	margin: 0; 
	margin-top: 30px;
	padding: 20px; 
	background: url(images/form_bg.gif) repeat-x; 
	border: 1px solid #d9d9d9; 
	overflow: hidden; 
}

.clear {
	clear: both;
}

div#regform {
	margin: auto;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p.formrequired {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.4em;
	color: #332b2a; 
	text-align: right;
	padding-left: 30px;
}

.gallery-hide{display:none;}
#photoviewer{position:absolute; top:0; right:0}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 10px;
	background: transparent url(images/prev.jpg) no-repeat 0 0;
}

#lbNextLink {
	right: 10px;
	background: transparent url(images/next.jpg) no-repeat 100% 0;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 110px;
	height: 30px;
	margin: 5px 0;
	outline: none;
	background: transparent url(images/close.jpg) no-repeat 0 0;
}



#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#google_translate_element{margin-top: 20px; margin-bottom:20px;}
