/* 
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #807D73;
	background: #ffffff url(images/body-bg.png) center top repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

#page
{
	width: 800px;
	margin: 0px auto;
}

#header
{
	background: url(images/header-bg.png) 300px 80px no-repeat;
}

#header-logo
{
	float: left;
	width: 281px;
	height: 119px;
}

#header-text
{
	float: right;
	padding: 72px 20px 0px 0px;
	font-size: 14px;
}

#header-nav
{
	clear: both;
	height: 100%;
	padding: 20px 20px 0px;
	border-top: 2px solid #E0DFDC;
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
}

.header-nav-home
{
	border-top: none !important;
}

#header-nav div
{
	padding: 8px 0px 0px;
	letter-spacing: 2px;
}

#header-nav a.header-nav-box
{
	float: left;
	display: block !important;
	padding: 6px 15px;
	margin-right: 18px;
	color: #ffffff;
	background: #B3B0A1;
	font-size: 14px;
}

#header-nav a.header-nav-box-alt
{
	background: #FF001F;
}


#header-image
{
	position: relative;
	height: 250px;
	padding-top: 20px;
}

#header-image img
{
	height: 250px;
}

#header-image img, #header-image-home img
{
	width: 100%;
}

#header-image span
{
	position: absolute;
	right: 0px;
	bottom: 30px;
	padding: 8px 25px;
	color: #ffffff;
	background: #FF001F;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header-image span a
{
	color: #ffffff;
}

#header-image-home
{
	clear: both;
	position: relative;
	height: 400px !important;
	font-size: 16px;
	overflow: hidden; /* IE6 Fix */
}

#header-image-home div
{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 417px;
	height: 40px;
	padding: 23px 0px 0px 20px;
	color: #ffffff;
	background: #090F1E;
	background: url(images/header-image-home-text1-bg.png) center top no-repeat;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header-image-home span
{
	position: absolute;
	bottom: 30px;
	padding: 8px 25px;
	color: #ffffff;
	background: #FF001F;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

span.header-image-home-text2
{
	right: 20px;
}

span.header-image-home-text3
{
	right: 140px;
}

#header-image-home span a
{
	color: #ffffff;
}


#header-nav-sub
{
	height: 100%;
	padding: 20px 15px 0px;
	border-bottom: 2px solid #E0DFDC;
	text-transform: uppercase;
	overflow: hidden;
}

#header-nav-sub a
{
	float: left;
/*	display: inline;*/
	height: 12px;
	margin-right: 3px;
	padding: 7px 14px 9px;
	background: url(images/header-nav-sub-bg.png) center top repeat-x;
}

a.header-nav-sub-act
{
	height: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 11px !important;
	border: 2px solid #E0DFDC;
	border-bottom: none;
	background: none !important;
}

#header-nav-box
{
	height: 100%;
	padding: 20px 15px 0px;
	font-size: 22px;
	text-transform: uppercase;
	overflow: hidden;
}

#header-nav-box span
{
	float: left;
	padding-top: 4px;
}

#header-nav-box div
{
	float: right;
	height: 16px;
	padding: 6px 12px;
	border: 2px solid #99968A;
	color: #ffffff;
	background: url(images/content-box-bg.png) center top repeat-x;
	font-size: 12px;
}

#header-nav-box div a
{
	color: #ffffff;
}

ul#header-nav-list
{
	height: 100%;
	margin-top: 20px;
	padding: 20px 15px 0px;
	border-top: 2px solid #E0DFDC;
	text-transform: uppercase;
	overflow: hidden;
}

ul#header-nav-list li
{
	float: left;
	width: 246px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background: url(images/li-bg.png) left 6px no-repeat;
	list-style: none;
	font-size: 12px;
}




#content
{
	clear: both;
	height: 100%;
	padding: 20px 15px;
}

#content p
{
	letter-spacing: 0;
	line-height: 1.5;
}

#content p a
{
	text-decoration: underline;
}

#content h2, #content h3, #content h4, #content .content-title
{
	clear: both;
	margin: 0px;
	padding: 0px 0px 15px;
	font-weight: normal;
	letter-spacing: 1px !important;
	text-transform: uppercase;
}

#content .content-title, #content h3
{
	font-size: 22px;
}

#content h3
{
	font-size: 20px;
}

#content li
{
	margin: 0px;
	padding: 0px 0px 7px 15px;
	background: url(images/li-bg.png) left 6px no-repeat;
	list-style: none;
	letter-spacing: 0;
}

.content-hr
{
	clear: both;
	height: 2px;
	margin-bottom: 20px;
	background: #E0DFDC;
	font-size: 2px;
	line-height: 1;
}


.content-home
{
	height: 100%;
	overflow: hidden;
}

.home-box-img
{
	position: relative;
	height: 100%;
}

.home-box-img img
{
	width: 375px;
}

.home-box-img span
{
	position: absolute;
	right: 0px;
	bottom: 35px;
	padding: 8px 25px;
	color: #ffffff;
	background: #FF001F;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-box-img span a
{
	color: #ffffff;
}


blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #333333;
	font-style: italic;
}



#region-about
{
/* Anchor ID */
}

.region
{
	height: 183px;
	margin-bottom: 15px;
	border: 2px solid #C0BEB9;
}

.region img
{
	float: left;
	width: 244px;
	height: 183px;
	background: #E0DFDC;
}

.region-box
{
	float: left;
	width: 522px;
	padding: 10px 0px 0px;
}

.region-title
{
	height: 20px;
	padding-bottom: 6px;
	margin: 0px 15px;
	border-bottom: 2px solid #C0BEB9;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.region-text
{
	float: left;
	width: 295px;
	padding: 10px 15px 0px;
}

.region-links
{
	float: left;
	height: 95px;
	width: 165px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 15px;
	border-left: 2px solid #C0BEB9;
	font-size: 12px;
/*	font-weight: bold;*/
	text-transform: uppercase;
}

.region-links a
{
	display: block;
	padding-bottom: 8px;
}

.region-more
{
	clear: both;
	height: 16px;
	padding: 6px 12px;
	border-top: 2px solid #99968A;
	color: #ffffff;
	background: url(images/content-box-bg.png) center top repeat-x;
	font-size: 12px;
	text-transform: uppercase;
}

.region-more a
{
	color: #ffffff !important;
}



#property-list-about
{
/* Anchor ID */
}

.property-list
{
	float: left;
	width: 243px;
	margin-bottom: 20px;
	border: 2px solid #C0BEB9;
	text-transform: uppercase;
}

.property-list-alt
{
	margin: 0px 14px;
}

.property-list img
{
	width: 243px;
	height: 184px;
}

.property-list-title
{
	height: 35px;
	padding: 12px 0px 8px;
	margin: 0px 10px;
	border-bottom: 2px solid #C0BEB9;
	font-size: 15px;
	font-weight: bold;
}

.property-list-text
{
	padding: 10px 10px;
	font-size: 12px;
}

.property-list-more
{
	clear: both;
	height: 16px;
	padding: 6px 12px;
	border-top: 2px solid #99968A;
	color: #ffffff;
	background: url(images/content-box-bg.png) center top repeat-x;
	font-size: 12px;
}

.property-list-more a
{
	color: #ffffff !important;
}



.property-header
{
	padding: 0px 0px 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.property-header span
{
	font-size: 22px;
}

#property-img
{
	height: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

#property-img-full
{
	float: left;
	position: relative;
	width: 575px;
	height: 305px;
}

#property-img-full img
{
/*	width: 634px;*/
	height: 305px;
	max-width: 575px;
}

#property-img-full span.property-img-text
{
	position: absolute;
	right: 0px;
	bottom: 20px;
	padding: 8px 25px;
	color: #ffffff;
	background: #FF001F;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#property-img-full span.property-img-text a
{
	color: #ffffff;
}

#property-img-thumb img
{
	float: left;
	width: 50px;
	height: 35px;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	background: #E0DFDC;
	cursor: pointer;
}

#property-info
{
	height: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #C9C7C3;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#property-info div
{
	float: left;
	padding-right: 35px;
	margin-right: 15px;
	border-right: 2px solid #C9C7C3;
}

.property-info-alt
{
	padding-right: 0px !important;
	margin-right: 0px !important;
	border-right: none !important;
}

.property-box
{
	float: left;
	width: 245px;
}

.property-box-wide
{
	width: 507px !important;
	margin-right: 17px;
}

.property-box-alt
{
	margin: 0px 17px;
}

.property-title
{
	height: 23px;
	padding: 7px 10px 15px;
	background: url(images/content-property-title-bg.png) center top repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.property-box ul
{
	padding-top: 0px;
}

.property-box li
{
	margin: 0px;
	padding: 0px 0px 7px 15px;
	background: url(images/li-bg.png) left 6px no-repeat;
	list-style: none;
	font-size: 12px;
	letter-spacing: 0;
}

/*
#property-box-request
{
	height: 16px;
	margin-bottom: 20px;
	padding: 6px 12px;
	border: 2px solid #99968A;
	color: #ffffff;
	background: url(images/content-box-bg.png) center top repeat-x;
	font-size: 12px;
	text-transform: uppercase;
}
*/

#property-box-request
{
	margin-bottom: 20px;
	padding: 8px 25px;
	color: #ffffff;
	background: #FF001F;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#property-box-request a
{
	color: #ffffff;			/* FF001F */
	font-weight: bold;
}




#footer
{
	clear: both;
	height: 100%;
	padding: 0px 0px 50px;
	color: #b3b0a1;
	font-size: 12px;
	letter-spacing: 0;
	overflow: hidden;
}

#footer a
{
	color: #b3b0a1;
}

#footer-nav
{
	padding: 20px 0px;
	margin-bottom: 20px;
	border-top: 2px solid #E0DFDC;
	border-bottom: 2px solid #E0DFDC;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-align: center;
}

#footer-nav a
{
	color: #807D73;
}

#footer-contact
{
	float: left;
	width: 370px;
	padding-left: 15px;
}

#footer-info
{
	float: left;
	width: 250px;
}

#footer-info a
{
	text-decoration: underline;
}

#footer-logos
{
	float: right;
	text-align: right;
}


a, a:link, a:visited
{
	color: #807D73;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #4D4A3B !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #BDBCBD;
	font-family: Arial, sans-serif;
}

input.submit, input[type="submit"]
{
	border: none;
	color: #ffffff;
	background: #B3B0A1;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}



p
{
	margin: 0px;
	padding: 0px 0px 10px;
}

ul
{
	margin: 0px;
	padding: 10px 0px;
}	





.clear
{
	clear: both;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

img.alignright, div.alignright
{
	margin: 0px;
	padding: 0px 0px 15px 15px;
}

img.alignleft, div.alignleft
{
	margin: 0px;
	padding: 0px 15px 15px 0px;
}