/* CSS Document */



body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

body {
	font-family: century gothic;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	/* REAL SAND
	background: url(../images/sand_bg.jpg) repeat; */
	
	background: url(../images/sandbg.gif) repeat;
	
}

table {
	margin: 0 auto;
}


h2 {
	font-size: 28px;
	padding: 0 0 20px 0px;
}

h3 {
	font-size: 18px;
	padding: 0 0 4px 0px;
}

a {
	color: #e28b4b;
	text-decoration: none;
	
}

a:hover {
	color: #EBD88D;
}

a:visited {
	color: #97582a;
}

strong {
	font-weight: bold;
	font-size: 28px;
}

strong.normal {
	font-size: 14px;
}

#outerwrap {
	height: 100%;
	width: 900px;
	margin: 0 auto;
	background-color: #ccc;
}

#wrap {
	width: 900px;
	min-height: 500px;
	background-color: #172839;
	
}

#header {
	width: 900px;
	height: 160px;
	border-bottom: solid 4px #fff;
	font-family: century gothic;
	text-align: center;
	margin: 20px 0 0 0;
}

#wrap #header p {
	padding: 0;
	margin: 0;
	width: 875px;
	font-size: 22px;
}

#wrap #header p.first {
	text-align: left;
	padding: 10px 0px 10px 25px;
	font-style: italic;
}


#wrap #header p.first strong {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
}

#wrap #header p.second {
	color: #e28b4b;
	font-size: 43px;
	font-weight: bold;
}


#wrap #header p.second strong {
	font-weight: bold;
	font-size: 54px;
}


#wrap #header p.third {
	padding: 10px 0 0 0;
	font-style: italic;
}


#wrap #header p.third strong {
	font-style: normal;
}

#wrap #header p.fourth {
	padding: 0 0 10px 0;
}

#nav {
	height: 38px;
}

#nav ul {
	width: 894px;
	height: 38px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	text-align: center;
}

#nav ul li {
	display: block;
	float: left;
	background-color: #ebd88d;
	width: 145px;
	height: 30px;
	padding: 4px 0;
	margin: 0px;
	font-family: cambria, garamond, serif;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #fff;
}
	
#nav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: century gothic;
	height: 28px;
	width: 145px;
	display: block;
	padding: 2px 0 0 0;
}

#nav ul li.split a {
	line-height: 1em;
}

#nav ul li:hover {
	background-color: #e28b4b;
}

#content {
	width: 860px;
	padding: 40px 20px;
	margin: 0;
	min-height: 500px;
	border-top: 8px solid #fff; 
} 

#content p {
	width: 850px;
	padding: 0;
	margin: 0 0 20px 0px;
}

#content img {
	border: 2px solid #fff;
	padding: 0;
	margin: 10px 30px 40px 30px;
}

#content img.left {
	float: left;
	margin-left: 0;
}

#content img.right {
	float: right;
	clear: right;
}

/*HOME PAGE*/


#content.home {
	
	min-height: 193px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: century gothic;
	border: none;
}

#content.home p {
	width: 880px;
	display: block;
	clear: both;
}

#content.home p.first {
	font-family: century gothic;
	font-size: 18px;
	padding: 20px 0;
	margin: 0;
}

#content.home p.first strong {
	color: #e28b4b;
}

#content.home ul {
	width: 350px;
	display: block;
	font-size: 21px;
}

#content.home ul li {
	list-style: none;
	padding: 5px 0;
}

#content.home ul li span {
	color: #e28b4b;
}

#content.home ul {
	float: left;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}

#content.home ul.left {
	padding: 0 0 0 110px;
}

#content.home p.second {
	font-size: 26px;
	padding: 0px 0 0px 0;
	line-height: 38px;
}

#content.home p.second strong {
	color: #e28b4b;
}




#footer {
	width: 876px;
	height: 140px;
	text-align: center;
	padding: 14px 0 0 0;
	font-family: century gothic;
	font-size: 20px;
	clear: both;
	border-top: 2px #fff solid;
	margin: 0px 12px 30px 12px;
	
}

#footer p {
	padding: 10px 0;
	color: #e28b4b;
	letter-spacing: 0px;
	font-size: 23px;
}

#footer ul {
	display: inline-block;
	width: 340px;
}

#footer ul li {
	list-style: none;
	text-align: center;
}

#footer ul.left {
	padding: 0 0 0 110px;
}

#content ul {
	list-style: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0 0 20px 0;
}



/*THE PROPERTY*/


#content.property table td {
	padding: 10px;
	font-size: 15px;
	text-align: center;
	vertical-align: text-top;
	line-height: 18px;
	width: 170px;
}

#content.property table img {
	margin: 20px 0 5px 0;

}

#content.property .side img {
	margin: 10px 13px;
}

#content.property table {
	clear: both;
	margin: 0 0 20px 0;
}

#content.property table.alegre {
	clear: none;
}

/*CONTACT*/

#content.contact h3.contact {
	margin: 0 0 30px 0;
}



/* CLEAR */

#clear {
	height: 40px;
	clear: both;
}

.images {
	width: 900px;
	height: 441px;
	background-image: url(../images/home_3_images.jpg);
}

.special {
	text-align: center;
}

.message {
	background-color: #e28b4b;
	display: inline-block;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
	width: 80%;
}

.message h2 {
	color: #172839;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	font-size: 3em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: uppercase;
}

.message h2 span {
	font-size: 2rem;
}

