html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	border: 0;
	color:#474747;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align:justify;
	}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
	line-height:18px;
}
ul, ol {
	line-height:20px;
	margin:0px;
	list-style:none;
	padding:0px;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding-bottom:10px;
}
.black {
	color:#000000;
}
.red {
	color:#ca0a00;
}
.float_left {
	float:left;
}

.float_right {
	float:right;
}
.brown{
color:#572f01;
}
.orange{
color:#d57200;
}
.font18{
font-size:18px;
}
.font16{
font-size:16px;
}
.font24{
font-size:24px;
}

.font22{
font-size:22px;
}
.padd-top-10{
padding-top:10px;
}
.padd-top-2{
padding-top:2px;
}

.padd-bot-10{
padding-bottom:10px;
}
.padd-bot-15{
padding-bottom:15px;
}

.padd-right-5{
padding-right:5px;
}
.page-bound {
	margin:0px auto;
	width:988px;
	position:relative;
}

.header {
	width:988px;
	margin-bottom:0px;
	float:left;
}
#logo_area {
	padding:36px 0px 27px 15px;
	height:68px;
	background:url(../images/header_bg.jpg) no-repeat;
}
.logo {
	width:166px;
	float:left;
}
.header_top {
	width:988px;
	margin:0px auto;
	padding:15px 20px 15px 0px;
	height:11px;
}
#phone_div {
	float:right;
	color:#ededed;
	font-size:14px;
}

.ph{
float:right;
padding:2px 5px 0px 0px;
}

#phone_div span {
	color:#ffe14f;
	line-height:24px;
}
.outer_top {
background:url(../images/top-repet.jpg) top left repeat-x;
height:190px;
	width:100%;
}
.logo_nav {
	margin:0px auto;
	width:988px;
}

.logo-out{
float:left;
padding:37px 38px 0px 22px;
width:928px;
height:72px;
}



#nav {
z-index:1000;
float:left;
width:988px;
color:#ffffff;
font-size:12px;
background:url(../images/nav-repet.gif) left top repeat-x;
		}
/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height:15px;
}
/* style the sub-level lists */
#nav ul ul {
	padding:0px;
	margin:0px;
	border:1px solid #666666;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav ul li {
	list-style-type: none;
	float: left;
	background:url(../images/nav-sep.gif) right bottom no-repeat;
		}
	
#nav ul li.none {
background:none;
	}

/* style the sub level list items */
#nav ul ul li {
	background:#573105;
	position:relative;
	color:#ffffff;
	padding:5px 10px 0px 15px;
	display:block;
	width:180px;
	border-bottom:1px solid #6c3e0a;
}
/* style the links for the top level */
#nav a, #nav a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:#ffffff;
	padding : 15px 32px 10px 32px;
	
	}
#nav a.last{
padding-right:0px;
}
/* style the sub level links */
#nav ul ul a, #nav ul ul a:visited {
	display:block;
	color:#ffffff;
	font:normal 12px "Trebuchet MS";
	padding:0px;
	padding-bottom:10px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav table {
	position:absolute;
	left:0;
	top:0;
	font-size:1em;
	z-index:-1;
}
#nav ul ul table {
	lef\t:-1px;
}
#nav ul ul table ul.left {
	margin-lef\t:2px;
}
#nav li:hover {
	position:relative;
	}
* html #nav a:hover {
	position:relative;
	background:url(../images/active.jpg) center top no-repeat;
}


/* style the sub level 1 background */
#nav ul :hover a.sub1 {
}

/* style the level hovers */
/* first */

#nav a:hover {
	color:#f8d83f;
	background:url(../images/active.jpg) center -10px no-repeat;
	
	}
#nav :hover > a {
	color:#f8d83f;
	background:url(../images/active.jpg) center top  no-repeat;
}
#nav a.curents {
	color:#f8d83f;
	background:url(../images/active.jpg) center top  no-repeat;
}
/* second */
#nav ul ul a:hover {
	color:#f8d83f;
	background:none;
	}
#nav ul ul :hover > a {
color:#f8d83f;
background:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility:hidden;
	position:absolute;
	font-weight:normal;
	top:32px;
	left:0;
	width:200px;
	padding:0px;
	padding-top:9px;
	bottom:0px;
	border:0px;
}
/* position the third level flyout menu */
#nav ul ul ul {
	left:15em;
	_left:14em;
	top:0;
	font-weight:normal;
	width:14em;
}
/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
	left:-14em;
}
/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul, #nav ul a:hover ul {
	visibility:visible;
	height:auto;
	font-weight:normal;
	padding-bottom:3em;
	}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#nav ul :hover ul :hover ul :hover ul {
	visibility:visible;
}


.banner {
	float:left;
	width:988px;
	}
.body_area {
	width:988px;
	float:left;
	padding:10px 0px 20px 0px;
	border-bottom:1px solid #d1d1d1;
}
#left_div {
	float:left;
	width:329px;
	padding:0px 21px 0px 0px;
}

#quick_top {
	width:327px;
	float:left;
	}
#quick_quiry {
	width:323px;
	float:left;
	background:url(../images/quick_bg1.gif) left top repeat-y;
	padding:0px 2px;
}
#form_area {
	width:319px;
	padding:10px 2px 0px 2px;
	background:url(../images/quick_bg12.gif) left top repeat-x;
	float:left;
}
.containor {
	width:317px;
	padding-bottom:15px;
	float:left;
	height:25px;
}
.containor_last {
	width:317px;
	padding-bottom:10px;
	float:left;
	height:57px;
}
.containor_submit {
	width:317px;
	float:left;
	height:26px;
}
.name {
	width:70px;
	padding-left:20px;
	padding-top:5px;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}
.field_div {
	float:left;
	width:225px;
	height:25px;
}
.area_div {
	float:left;
	width:225px;
	height:57px;
}
.text_field, .text_field-active, .code, .code-active, .phone, .phone-active, .text_area, .text_area-acvite {
	border:1px solid #573105;
	padding:5px 3px 3px 3px;
	width:207px;
	height:18px;
	font-size:12px;
	color: #666666;
	font-style:italic;
}
.code, .code-active{
	width:42px;
}
.phone, .phone-active{
	width:154px;
}
.text_area, .text_area-acvite {
	height:52px;
}
.list, .list-active {
	border:1px solid #573105;
	padding:3px;
	width:212px;
	height:26px;
	font-size:12px;
	color:#666666;
	font-style:italic;
}
.text_field-active, .code-active, .phone-active, .text_area-acvite, .list-active {
	color:#494949;
	font-style:normal;
}
#right_div {
	float:left;
	width:636px;
	padding:17px 0px 0px 0px;
	position:relative;
}
.our_service {
	border-bottom:1px solid #e3e2e2;
	padding-bottom:9px;
	font:bold 22px "Lucida Sans" Arial, Helvetica, sans-serif;
	color:#e57100;
}

.featur-pro {
	border-bottom:1px solid #e3e2e2;
	padding-bottom:6px;
	font:bold 16px "Lucida Sans" Arial, Helvetica, sans-serif;
	color:#e57100;
}
.box_outer {
	width:636px;
	float:left;
	padding-top:12px;
	font-size:12px;
}
.box {
	width:283px;
	float:left;
	padding:23px 17px 0px 13px;
	height:238px;
	background:#fff7ee;
	border:1px solid #c1b7ab;
	font-size:11px;
	color:#474747;
	position:relative;
}
.box2 {
	width:283px;
	float:right;
	padding:23px 17px 0px 13px;
	height:238px;
	background:#fff7ee;
	border:1px solid #c1b7ab;
	position:relative;
}
.box_title {
	height:24px;
	float:left;
	width:276px;
}
.box_img {
	float:left;
	width:283px;
	padding-bottom:15px;
}
.learn {
	background:url(../images/learn_bg.gif) no-repeat;
	width:79px;
	height:23px;
	color:#573105;
	padding:7px 0px 0px 15px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.learn a {
	color:#573105;
}
.footer_area {
	width:988px;
	float:left;
	padding:10px 0px;
	color:#656565;
}
.footer_link {
	float:left;
	font-size:11px;
	color:#333333;
}
.footer_link a {
	padding:0px 2px;
	font-size:11px;
	color:#333333;
}
.copyright {
	float:right;
	padding-right:4px;
}
.copyright a {
	color:#656565;
}

.cont-text{
padding-top:10px;
float:left;
width:305px;
font-size:12px;
color:#3f3f3f;
}

.tel{
float:left;
width:305px;
padding-bottom:6px;
}

#con-form-out{
float:left;
padding-top:20px;
width:627px;
}

/* Contact Page */
#inner-left_div {
float:left;
background:url(../images/inner-sep.jpg) right 10px no-repeat;
width:305px;
padding:16px 26px 0px 0px;
min-height:458px;
height:auto;
height:458px !important;
}
#inner-right_div {
	float:left;
	width:627px;
	padding:17px 0px 0px 27px;
}
.con-form-row {
	width:627px;
	padding-bottom:15px;
	float:left;
	}
	
	.con-name {
	width:129px;
	padding-right:26px;
	padding-top:5px;
	text-align:right;
	float:left;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}
.con-field_div {
	float:left;
	width:314px;
	height:25px;
}

.con-text_field, .con-text_field-active, .con-code, .con-code-active, .con-phone, .con-phone-active, .con-text_area, .con-text_area-acvite {
	border:1px solid #573105;
	padding:5px 3px 3px 3px;
	width:314px;
	height:18px;
	font-size:12px;
	color:#666666;
	font-style:italic;
}
.con-code, .con-code-active{
	width:62px;
}
.con-phone, .con-phone-active{
	width:230px;
}
.con-text_area, .con-text_area-acvite {
	height:73px;
}
.con-list, .con-list-active {
	border:1px solid #573105;
	padding:3px;
	width:322px;
	height:26px;
	font-size:12px;
	color:#666666;
	font-style:italic;
}
.con-text_field-active, .con-code-active, .con-phone-active, .con-text_area-acvite, .con-list-active {
	color:#494949;
	font-style:normal;
}
.con-area_div {
	float:left;
	width:225px;
	height:73px;
}
.con-capcha_div {
	float:left;
	width:314px;
	height:116px;
}

/* Featured Property */
.left-wide{
	float:left;
	width:651px;
}
.right-narrow{
	float:right;
	width:331px;
	padding-top:10px;
	
}
.list-property{
	float:left;
	overflow:hidden;
	width:211px;
	padding:25px 0 0px 120px;
	height:91px;
	background:url(../images/list-your-property.gif) top left no-repeat;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#573105;
	line-height:24px;
}
.list-property span{
	color:#c80606;
	}
.list-property:hover{
	background-position:0 -116px;
	text-decoration:none;
	}
.featured-tabs{
	float:left;
	width:636px;
	background:url(../images/tabtop-curve.gif) bottom left no-repeat;
	padding-bottom:13px;
	margin-top:14px;
}
.tablist li {
	float:left;
	padding:0px 4px 0 0;
}
.tablist li a {
	padding : 0px 0px 0px 9px;
	display: block;
	float:left;
	outline:none;
	text-decoration:none;
	background:url(../images/tableft.gif) top left no-repeat;
}
.tablist li a span {
	padding : 14px 35px 11px 23px;
	display: block;
	color: #FFFFFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:url(../images/tabright.gif) top right no-repeat;	
}
.tablist li a.current, .tablist li a:hover {
	background-position:0 -41px;
	text-decoration:none;
}
.tablist li a.current span, .tablist li a:hover span {
	background-position:100% -41px;
	color:#af2a12;
}
.tabcont{
	float:left;
	width:636px;
	
	background:url(../images/tabcont-repeater-y.gif) top left repeat-y;
}
.tabcont-inner{
	float:left;
	width:606px;
	padding:8px 15px;	
	background:url(../images/tabcont-btmbase.gif) bottom left no-repeat;
}
.featuredbox{
	float:left;
	width:606px;
	padding:7px 0 0 0;
	background:url(../images/featuredbox-top.gif) top left no-repeat;	
	margin-bottom:10px;
}
.featuredbox-cont{
	float:left;
	width:576px;
	padding:12px 10px 8px 18px;
	border:1px solid #d5cec5;
	border-width:0px 1px;
	background:#fff url(../images/featuredbox-rep.gif) bottom left repeat-x;	
}
.featuredbox-btm{
	float:left;
	width:606px;
	overflow:hidden;
	height:7px;
	background:url(../images/featuredbox-btm.gif) top left no-repeat;	
}
.property-nm{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fe8902;
	padding-bottom:8px;
}
.thumbimg{
	border:2px solid #573105;
	padding:2px;
	margin-right:10px;
	float:left;
}
.property-cont{
	float:left;
	width:410px;	
}
.btn a{
	padding : 0px 0px 0px 15px;
	display: block;
	float:left;
	text-decoration:none;
	margin-right:10px;
	color: #FFFFFF;
	background:url(../images/btn-left.gif) top left no-repeat;
}
.btn a span {
	padding : 8px 45px 11px 0px;
	display: block;
	font:bold 13px Arial, Helvetica, sans-serif;
	background:url(../images/mapbtn-right.gif) top right no-repeat;	
}
.btn a.getintouch span {
	background:url(../images/getintouch-btnright.gif) top right no-repeat;	
}
.btn a:hover{
	color:#c3c3c3;
	text-decoration:none;
}
.textbox{
	width:250px;
}
.labelres{
	font-size:12px;
}

#bred-crum{
	float:left;
	padding:0px 0px 25px 0px;
	font: bold 12px "Lucida Sans";
	width:636px;
	color:#e57100;
		}
	
#bred-crum a{
color:#606060;
background:url(../images/bread-sep.gif) right 6px no-repeat;
padding-right:14px;
font-weight:normal;
		}

.border-top{
	border-top:1px solid #d5d5d5;
}

.deals-text{
float:left;
background:url(../images/deals-text-bg.gif) top left no-repeat;
padding:18px 9px 30px 27px;
width:600px;
}

.read a{
float:left;
	background:url(../images/read-bg.gif) left top no-repeat;
	color:#573105;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:3px 0px 10px 25px;
	text-decoration:underline;
	}
	
.read a:hover{
text-decoration:none;
	}

.right-title{
background:url(../images/title-bg.gif) top left no-repeat;
height:30px;
width:305px;
padding:12px 0px 0px 22px;
color:#e57100;
font:normal 18px "Lucida Sans";
}


	
#deales-in {
	width:285px;
	float:left;
	background:url(../images/quick_bg1.gif) left top repeat-y;
	padding:7px 20px 0px 22px;
}

#deales-in ul {
padding:0px;
margin:0px;
list-style:none;
}
#deales-in li {
border-bottom:1px dotted #dcdcdc;
line-height:25px;
}
#deales-in li a{
color:#605f5f;
background:url(../images/grey.gif) left 5px no-repeat;
padding-left:15px;
padding-bottom:5px;
font:12px Arial, Helvetica, sans-serif;
text-decoration:none;
}



#deales-in li a:hover{
color:#e57100;
background:url(../images/orange-bul.gif) left 5px no-repeat;
}
#deales-in li a.orange-act{
color:#e57100;
background:url(../images/orange-bul.gif) left 5px no-repeat;
}

.round-box-repete{
background: url(../images/round-mid.jpg) top left no-repeat;
width:622px;
float:left;
padding:0px 7px 0px 7px;
}


.left-shad{
position:absolute;
top:150px;
left:-45px;
width:45px;
height:119px;
background:url(../images/left-shadow.jpg) top left no-repeat;
}

.right-shad{
position:absolute;
top:150px;
right:-45px;
width:45px;
height:119px;
background:url(../images/right-shadow.jpg) top left no-repeat;
}


