/* ----- GLOBAL ----- */

body, html { 
	padding: 0; 
	margin: 0; 
	text-align: center;
	background: url(/_assets/img/global/bg_body.gif) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ----- COPY ----- */

h1 {
	color: #547a64;
	letter-spacing: 8px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #333333;
	font-size: 18px;
}

p, table tr td, ul li, ol li {
	color: #464646;
	line-height: 20px;
	font-size: 14px;
}

a {
	color: #254332;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* ----- MAIN LAYOUT ----- */

#container {
	position: relative;
	top: 0;
	width: 800px;
	background: #FFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 auto 30px auto;
}

#container_property {
	position: relative;
	background: #FFF;
	margin: 2%;
	width: 96%;
	height: 96%;
	border: 1px solid #999999;
}

#content_property {
	position: relative;
	background: none;
	text-align: left;
	padding: 2%;
	width: 96%;
}	

#header.home {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 283px;
}

#header.pages {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 137px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 85px;
	width: 800px;
	background: url(/_assets/img/global/logo.png);
	z-index: 1;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	height: 85px;
	width: 800px;
	display: block;
}

#nav.home {
	position: absolute;
	top: 183px;
	left: 0;
	width: 800px;
	z-index: 1;
}

#nav.pages {
	position: absolute;
	top: 85px;
	left: 0;
	width: 800px;
	z-index: 1;
}

#nav img {
	margin: 0;
	padding: 0;
	float: left;
}

#background.home {
	position: relative;
	top: 0;
	left: 0;
	height: 220px;
	overflow: hidden;
	z-index: 0;
}


#background.pages {
	position: relative;
	top: 0;
	left: 0;
	height: 137px;
	overflow: hidden;
	z-index: 0;
}

#sub_nav p {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	background: none;
	text-align: left;
	padding: 0 20px;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 30px auto;	
}

#footer p {
	font-size: 13px;
}

#testimonials {
	background: #EEE;
	border: #666666 1px solid;
	padding: 15px;
	margin: 30px;
	clear: both;
}

#testimonials p {
	color: #333;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 16px;
}

#testimonials #name {
	color: #254332;
	text-align: right;
}

/* ----- ELEMENTS ----- */

.page_image {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #000;
}

/* ----- PAGES ----- */

#gallery img {
	border: 1px solid #666666;
	margin: 5px;
}


/* ----- EFFECTS ----- */

.roundedcorners {
	border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.roundedtop {
	border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.roundedbottom {
	border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.shadow {
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.innershadow {
	box-shadow: inset 0 0 20px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,.5);
}

.textshadow {
	text-shadow: #868686 1px 1px 1px;
}

/* ----- SCRATCH ----- */
