/* SETTINGS FOR ALL PAGES */

* {
	margin: 0px;
	padding: 0px
}

body {
	background: #ccb87d url('../images/backimg.jpg') repeat-x;
	/* centering for IE because margin-left and margin-right auto does not work */
	text-align: center
}

div#container {
	width: 792px;
	background-color: #8a1b04;
	margin-left: auto;
	margin-right: auto;
	background: #8a1b04 url('../images/middleback.gif') repeat-y
}

div#header {
	position: relative;
	width: 792px;
	height: 136px;
	background-image: url('../images/top.gif');
	background-repeat: no-repeat
}

a#topback {
	position: absolute;
	left: 10px;
	top: 0px;
	display: block;
	width: 155px;
	height: 110px
}
div#toptop {
	float: right;
	height: 30px;
	background-image: url('../images/toptop.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: 7px;
	color: #f1dab5;
	font-family: tahoma;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 3px
}

a.toptop {
	color: #f1dab5;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none
}

a.toptop:hover {
	text-decoration: underline
}

#saltab {
	display: block;
	position: absolute;
	background-image: url('../images/sal.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 173px;
	width: 64px;
	height: 31px
}

div#saltab {
	background-position: top right
}

a#saltab {
	background-position: top left
}

a#saltab:hover {
	background-position: top right
}

#lettab {
	display: block;
	position: absolute;
	background-image: url('../images/let.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 237px;
	width: 66px;
	height: 31px
}

div#lettab {
	background-position: top right
}

a#lettab {
	background-position: top left
}

a#lettab:hover {
	background-position: top right
}

#lantab {
	display: block;
	position: absolute;
	background-image: url('../images/lan.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 303px;
	width: 48px;
	height: 31px
}

div#lantab {
	background-position: top right
}

a#lantab {
	background-position: top left
}

a#lantab:hover {
	background-position: top right
}

#newtab {
	display: block;
	position: absolute;
	background-image: url('../images/new.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 351px;
	width: 79px;
	height: 31px
}

div#newtab {
	background-position: top right
}

a#newtab {
	background-position: top left
}

a#newtab:hover {
	background-position: top right
}

#offtab {
	display: block;
	position: absolute;
	background-image: url('../images/off.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 430px;
	width: 56px;
	height: 31px
}

div#offtab {
	background-position: top right
}

a#offtab {
	background-position: top left
}

a#offtab:hover {
	background-position: top right
}

#testab {
	display: block;
	position: absolute;
	background-image: url('../images/tes.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 486px;
	width: 88px;
	height: 31px
}

div#testab {
	background-position: top right
}

a#testab {
	background-position: top left
}

a#testab:hover {
	background-position: top right
}

#seltab {
	display: block;
	position: absolute;
	background-image: url('../images/sel.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 574px;
	width: 92px;
	height: 31px
}

div#seltab {
	background-position: top right
}

a#seltab {
	background-position: top left
}

a#seltab:hover {
	background-position: top right
}

#laltab {
	display: block;
	position: absolute;
	background-image: url('../images/lal.gif');
	background-repeat: no-repeat;
	top: 63px;
	left: 666px;
	width: 117px;
	height: 31px
}

div#laltab {
	background-position: top right
}

a#laltab {
	background-position: top left
}

a#laltab:hover {
	background-position: top right
}

div#left {
	text-align: left;
	width: 172px;
	float: left
}

img.left {
	width: 165px;
	height: 28px;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 10px;
	display: block
}	

div#quicksearch {
	background-color: #701704;
	margin-top: 10px;
	margin-left: 22px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px
}

a#quicksearch {
	display: block;
	background-image: url('../images/quick.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 111px;
	height: 27px;
	margin-top: 5px
}

a#quicksearch:hover {
	background-position: top right
}

p.left {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal
}

form#left input.left {
	display: none
}

select.left {
	color: #000000;
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	width: 106px;
	margin-bottom: 5px
}

div.leftoff {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	margin-left: 27px;
	margin-top: 5px
}

a.leftoff {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}

a.mail {
	color: #ffffff
}

div#content {
	float: left;
	width: 614px;
	color: #777575;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	min-height: 843px;
	height: auto;
	/* minimum height for IE - in IE height is min-height! */
	_height: 843px;
	line-height: 18px
}

img#head {
	margin-left: 17px;
	width: 477px;
	height: 51px
}

p.banner {
	width: 550px;
	height: 22px;
	color: #ffffff;
	background-color: #8a1b04;
	font-weight: bold;
	line-height: 1.8;
	text-indent: 10px
}
		
div#footer {
	padding-top: 20px;
	width: 792px;
	height: 38px;
	clear: both
}

img#footer {
	width: 792px;
	height: 38px;
	border: none
}

/* SETTINGS FOR SALES & LETTINGS PAGES */

p#sal {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px
}

p.sal {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px
}

p.sal a {
	color: #8a1b04
}

form#sal input.sal {
	display: none
}

div#sal1 {
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 10px;
	border-top: 1px dotted #777575;
	width: 550px;
	font-family: verdana;
	font-size: 11px;
	color: #8A1B04;
	background-color: #FEFEE6	
}

div#let1 {
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 10px;
	border-top: 1px dotted #777575;
	border-bottom: 1px dotted #777575;
	width: 550px;
	font-family: verdana;
	font-size: 11px;
	color: #8A1B04;
	background-color: #FEFEE6	
}

div#sal2 {
	float: right;
	width: 50%;
	padding-left: 10px;
	padding-top: 10px
}

select.sal1 {
	width: 106px;
	font-family: tahoma;
	font-size: 11px;
	margin-left: 10px
}

div.sal2 {
	padding-left: 10px;
	padding-top: 10px
}

div.sal3 {
	float: right;
	width: 25%;
	padding-left: 10px
}

div.sal4 {
	padding-left: 10px
}

div.sal5 {
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #777575;
	border-bottom: 1px dotted #777575;
	width: 550px;
	font-family: verdana;
	font-size: 11px;
	color: #8A1B04;
	background-color: #FEFEE6
}

div#sal4 {
	margin-left: 30px;
	margin-top: 10px;
	border-top: 1px dotted #777575;
	width: 550px
}

div.sal6 {
	float: right;
	width: 33%;
	padding-left: 10px
}

div#search {
	margin-top: 20px;
	margin-left: 430px
}
	
img#search {
	width: 140px;
	height: 48px;
	border: none
}

/* SETTINGS FOR LAND & DEVELOPMENT PAGES*/

div#lan {
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px
}
div.lan {
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px
}
div.lan2 {
	float: right
}

div.lan3 {
	position: absolute;
	top: 0px;
	left: 150px
}

div.lan4 {
	position: absolute;
	top: 0px;
	left: 310px
}

a.lan {
	color: #8a1b04
}

div.lan5 {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px
}

img#lan1 {
	width: 294px;
	height 243px;
	margin-left: 15px;
	float: right
}

div.lan5 p.lan2 {
	margin-top: 25px
}

img#lan2 {
	float: left;
	width: 243px;
	height: 261px;
	margin-right: 15px
}

p.lan3 {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px
}

div.lan6 {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px
}

p.lan4 {
	font-weight: bold
}

p.lan5 {
	margin-top: 15px
}

div.lan6 img#lan3 {
	width: 149px;
	height 114px;
	float: left;
	margin-right: 15px
}

div.lan6 img#lan4 {
	width: 223px;
	height 145px;
	float: right;
	margin-left: 15px
}

div#lan1 {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 174px
}

div#lan2 {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	height: 239px
}

div#lan3 {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	height: 218px
}

img#lan5 {
	width: 296px;
	height 174px;
	float: right;
	margin-left 15px
}

p.lan7 {
	margin-top: 25px
}

img#lan6 {
	width: 231px;
	height 239px;
	float: left;
	margin-right: 15px
}

img#lan7 {
	width: 232px;
	height 218px;
	float: right;
	margin-left: 15px
}

/* SETTINGS FOR NEW HOMES PAGES */

p#new1 {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px
}

p.new1 {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 5px
}

span.new1 {
	 font-weight: bold
}

a.new1 {
	border-style: none;
	color: #8a1b04
}

img.new1 { 
	width: 15px;
	height: 12px;
	vertical-align: 0%;
	border-style: none
}

p#new2 {
	margin-left: 30px;
	margin-bottom: 4px
}

div.new1 {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px
}

div.new2 {
	color: #ffffff;
	background-color: #8a1b04;
	padding-top: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-bottom: 10px
}

div.new3 {
	float: right;
	color: #ffffff
}

img.new2 {
	float: left;
	width: 222px;
	height: 155px;
	padding: 3px;
	border: 1px solid #8a1b04;
	margin-right: 10px
}

p.new3 {
	font-weight: bold
}

/* SETTINGS FOR REGISTER PAGES */

div.reg {
	width: 560px;
	margin-left: 30px;
	margin-bottom: 10px;
	border-bottom:  1px dotted #777575;
	background-color: #FEFEE6;
	font-family: verdana;
	font-size: 11px;
	color: #8A1B04
}

div.reg2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FEFEE6;
	font-family: verdana;
	font-size: 11px;
	color: #8A1B04
}

div.reg2 select {
	margin-left: 5px;
	width: 100px;
	font-family: verdana;
	font-size: 11px;
}

div.reg3 {
	width: 100px;
	border: 1px solid #777575;
	background-color: #FEFEE6;
	text-align: center
}

div.reg3 a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #8A1B04;
	text-decoration: none
}

/* SETTINGS FOR INFO PAGES */

.info {
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px	
}

/* SETTINGS FOR TESTIMONIALS PAGES */

p.tes {
	margin-top: 30px;
	margin-left: 30px;
	width: 550px;
	background-color: #fefee6;
	border-top: 1px dotted #777575;
	border-bottom: 1px dotted #777575;
	font-style: italic
}

p#tes2 {
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 15px
}

a.tes {
	color: #8a1b04
}