.clear:after {
	clear : both;
	display : block;
	content : ".";
	height : 0;
	visibility : hidden;
}

.hide {
	display : none;
}


html {
	background-color : #2c140a;
}
body {
	background-color : #2c140a;
	font : 12px Arial, Verdana, sans-serif;
	text-align : center;
}

#upContainer {
	background : #53382C url(../img/h.jpg) no-repeat scroll center top;
	text-align : left;
}

#downContainer {
	background : #2C140A url(../img/scroll_footer.jpg) top center repeat-x;
	height : 150px;
}

#wrap {
	width : 760px;
	margin : 0 auto;
	background : transparent url(../img/scroll_panel_duo.gif) top center repeat-y;
}

#content-wrap {
	float : left;
	width : 760px;
	margin-right : -236px;
	background : transparent url(../img/scroll_panel_duo.gif) top center repeat-y;
}

#content {
	float : left;
	position: relative;
	margin-left : 8px;
	margin-right : 236px;
	padding: 10px 15px;
}

#sidebar {
	float : right;
	position : relative;
	width : 228px;
	margin : 0 8px 0 0;
	padding-top : 10px;
}

.detail #wrap {
	background : transparent url(../img/scroll_panel_duo_big.gif) top center repeat-y;
}

.detail #content-wrap {
	margin-right : -316px;
	background : transparent url(../img/scroll_panel_duo_big.gif) top center repeat-y;
}

.detail #content {
	margin-right : 316px;
}

.detail #sidebar {
	width : 308px;
}

#footer {
	clear : both;
	width : 760px;
	margin : 0 auto;
	padding-top : 50px;
	background : transparent url(../img/footer_duo.gif) top center no-repeat;
	text-align : left;
	position : relative;
	min-height : 100px;
}

.detail #footer {
	background : transparent url(../img/footer_b_sp.gif) top center no-repeat;
}


/* Header */
#header {
	position : relative;
	width : 760px;
	margin : 0 auto;
	background : transparent url(../img/h.jpg) top center no-repeat;
	text-align : left;
}

#header h1 a {
	width : 150px;
	height : 126px;
	display : block;
	text-indent : -9999px;
	text-decoration : none;
}

#nav {
	position : absolute;
	top : 85px;
	right : 12px;
	height : 40px;
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#nav li {
	float : left;
	border-left : 1px solid #fff;
	list-style-type : none;
}

#nav li a {
	padding : 0 .6em;
	display : block;
	font-size : 16px;
	line-height : 40px;
	text-decoration : none;
	color : #35190d;
}

#nav li a:hover {
	background : #f4e272;
}

#splash img {
	display : block;
	height : 225px;
	margin : 0 auto;
	border-bottom : 1px solid #fff;
}

/* Footer */
#footer div {
	margin-top : 10px;
	padding : 12px 0 0 60px;
	background : transparent url(../img/logo_footer.jpg) top left no-repeat;
	height : 60px;
}

#footer ul {
	margin : 0;
}

#footer div ul li {
	display : inline;
	color : #ae917a;
	font-weight : bold;
}

#footer div ul a {
	color : #ae917a;
	text-decoration : none;
}

#footer div p {
	padding-top : 10px;
	color : #836852;
}

#footer span {
	display : block;
	color : #836852;
	text-align : right;
	line-height : 1.3em;
	position : absolute;
	top : 55px;
	right : 13px;
}

#footer span strong {
	color : #ae917a;
	font-weight : bold;
}

#sidebar h2 {
	margin-right : 10px;
	text-align : right;
}

#sidebar ul, #sidebar li {
	list-style-type : none;
}



h2 {
	color : #b4a177;
	font-size : 20px;
	text-transform : uppercase;
	letter-spacing : -1px;
}

h3 {
	margin-bottom : 10px;
	color : #38532c;
	font : bold 16px Arial, Verdana, sans-serif;
}

h4 {
	margin-bottom : 15px;
	color : #c64208;
	font-weight : bold;
}

p {
	margin-bottom : 1.4em;
	color : #35190d;
	line-height : 1.4em;
	text-align : justify;
}

strong {
	font-weight: bold;
	color : #a13e14;
}

ol, ul {
	margin : 1.4em 0 1.4em 2em;
}

li {
	margin-bottom : .7em;
	list-style-type : square;
	line-height : 1.4em;
}

p.date {
	font-size : 10px;
}

table {
	width : 90%;
}

th {
	padding : 4px;
	color : #a13e14;
	font-weight: bold;
	border-bottom : 1px solid #e1d5ba;
}

td {
	padding : 4px;
	background : #fff;
}

table a {
	color : #836852;
	text-decoration : none;
}

table a:hover {
	color : #38532c;
}

a:link, a:visited {
	color : #38532c;
}


#breadcrumbs {
	margin : .5em 0 1.5em;
	color : #53382c;
	font-size : 10px;
}

#breadcrumbs li {
	display : inline;
}

#breadcrumbs li a {
	color : #53382c;
}



#pagination {
	float : right;
	margin-right : 55px;
	margin-top : 25px;
}

#pagination li {
	float : left;
	margin : 0 2px;
	display : block;
	color : #53382c;
}

#pagination li span.current {
	padding : 5px 7px;
	border : 2px solid #a13e14;
	display : block;
	color : #a13e14;
	font-weight : bold;
}

#pagination li a {
	border : 2px solid #e1d5ba;
	padding : 5px 7px;
	display : block;
	background : #fcfaf6;
	text-decoration : none;
}

#pagination li a:hover {
	border : 2px solid #a13e14;
}

 
 
#results .summary {
	margin : .5em 0;
	font-size : 11px;
}

#results .results-found {
	float : left;
}
 
#results .page-count {
	float : right;
}
 


.result-item {
	clear : both;
	position : relative;
	padding : 15px 0 0 10px;
	background : transparent url(../img/search_box.jpg) top left no-repeat;
	height : 178px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height : 163px;
}

.result-item h3 {
	margin-bottom : 10px;
	margin-right : 210px;
	color : #38532c;
	font : 16px "Arial Black", Arial, Verdana, sans-serif;
}

.result-item h3 a {
	color : #38532c;
	text-decoration : none;
}

.result-item h3 a:hover {
	text-decoration : underline;
}

.result-item .location {
	font-weight: bold;
	color : #c64208;
}

.result-item p {
	margin-right : 210px;
	font-size : 11px;
	line-height : 1.3em;
}

.result-item .thumb {
	position : absolute;
	top : 18px;
	right : 40px;
	padding : 5px;
	border-bottom : 2px solid #f3ede0;
	background : #f9f5ec;
}

.result-item img {
	display : block;
	margin-bottom : 3px;
}

a.more {
	display : block;
	color : #be4e1c;
	font-size : 10px;
	font-weight : bold;
	text-transform : uppercase;
	text-decoration : none;
	text-align : right;
}



.bigBox {
	margin-left : -3px;
	margin-bottom : 20px;
	padding-bottom : 15px;
	background : transparent url(../img/detail_box_f.gif) left bottom no-repeat;
}

.bigBox .head {
	padding : 15px 18px 0 12px;
	background : transparent url(../img/detail_box_h.gif) left top no-repeat;
	position : relative;
}



#featured-properties .result-item {
	float : left;
	clear : none;
	width : 215px;
	padding : 15px 20px 0 8px;
	background : transparent url(../img/h_panel.jpg) top left no-repeat;
	height : 357px;
}

#featured-properties .result-item h3, #featured-properties .result-item p {
	margin-right : 0;
}

#featured-properties .result-item .thumb {
	position : relative;
	top : auto;
	right : auto;
}

#featured-properties .result-item .thumb img {
	display : block;
	margin : 0 auto;
}

#featured-properties .result-item a.more {
	width : 154px;
	margin : auto;
}



#news {
	margin-top : 2em;
}

#news-archives {
	margin-left : 0;
	border-top : 1px solid #fff;
}

#news-archives li {
	border-bottom : 1px solid #fff;
}

#news-archives a {
	display : block;
	padding-left : 6em;
	line-height : 2.5em;
	text-decoration : none;
	color : #836852;
	background : #f4eee0;
	text-transform : uppercase;
	letter-spacing : 1px;
}

#news-archives a:hover {
	background : #f9f6ef;
}


#news-recent ul {
	margin-left : 0;
}

#news-recent li {
	list-style-type : none;
}

#news-recent h3 {
	margin : 0;
	padding-left : 15px;
	font : 12px Verdana, Arial, sans-serif;
	color : #987e63;
	background : #f4eee0;
	border-top : 1px solid #fff;
}

#news-recent h3 a {
	font : bold 12px Arial, Verdana, sans-serif;
	color : #987e63;
	text-decoration : none;
	line-height : 2em;
}

#news-recent p {
	margin : 0;
	padding : 5px 15px;
	background : #fff;
	font-size : 11px;
}

#news-recent a.more {
	padding : 0 15px;
	background : #fff;
}



#subpages {
	margin-left : 0;
	border-top : 1px solid #fff;
}

#subpages ul {
	margin : 0;
}

#subpages li {
	margin : 0;
	padding : 0;
	list-style-type : none;
	border-bottom : 1px solid #fff;
}

#subpages a {
	display : block;
	padding-left : 30px;
	font : bold 12px Arial, Verdana, sans-serif;
	color : #987e63;
	background : #f4eee0;
	text-decoration : none;
	line-height : 2.5em;
}

#subpages a.off {
	color : red;
}

#subpages a:hover {
	background : #fff;
}

#subpages li li {
	border-top : 1px solid #fff;
	border-bottom : none;
}

#subpages li li a {
	padding-left : 45px;
}

#subpages li li li a {
	padding-left : 60px;
}





/*** =calendar ***/
div.date {
	position : relative;
}

div.date select {
	float : left;
	margin-right : 5px;
}

div.yui-calcontainer {
	position : absolute;
	top : 0;
	right : 0;
	display : none;
	height : auto;
	font-size : 100%;
}

.yui-cal div {
	font-size : 100%;
}

table.yui-calendar {
	width : auto;
}

table.yui-calendar th, table.yui-calendar td {
	font-size : 100%;
	padding : 0;
}

div.date a.showcal {
	float : left;
	display : block;
	width : 16px;
	height : 16px;
	text-indent : -9999px;
	background : url(../img/icons/calendar.gif) no-repeat;
}



form {
	margin : 2em 0;
}

form div {
	margin : .5em 0;
}

label {
	clear : both;
	display : block;
	margin-bottom : .1em;
}

textarea {
	width : 30em;
}

input {
	display : block;
	width : 30em;
	padding : 2px;
}

input.hidden {
	display : none;
}

.number input 	{
	width : 8em;
}

.submit input {
	width : auto;
	padding : 1px .8em;
}

p.required {
	margin-bottom : 0;
	font-size : 92%;
	text-align : right;
}



#error-report {
	margin : 2em 1em;
	padding : 1em;
	border : 1px solid #e1d5ba;
	background : #f9f5ec;
}

#error-report h4 {
	margin-bottom : 0;
}

#error-report ul {
	margin-top : 0;
	margin-bottom : 0;
}

#error-report li {
	margin-bottom : 0;
}



#links {
	margin-top : 2em;
}

#links .link {
	margin-bottom : 2em;
}

#links h4, #links p {
	margin-bottom : .2em;
}

#links h4 a {
	text-decoration : none;
}

#links p.url {
	font-size : 92%;
}
