/* CSS Document */

body {
	background-image:url(../images/Body-Bg.jpg);
	background-repeat:repeat-x;
	background-color: #D5CEA6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0;
	padding: 0;
 }
 
a {
 text-decoration:none;
 }
 
a:hover {
 text-decoration:underline;
 } 
 
form {
 padding-left: 10px;
 }
 
h1 {
 color: #EA4B00;
 font-size:16px;
 padding-left: 10px;
 } 

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

#header {
 background-image:url(../images/Header.jpg);
 background-repeat:no-repeat;
 width: 100%;
 height: 144px;
 } 

#featured-project {
 width: 100%;
 height: 242px;
 background-image:url(../images/House-Bg.jpg);
 background-repeat:no-repeat;
 float:left;
 }
 
.mountain-house {
 float:left;
 width: 400px;
 } 
 
.monte-brisa {
 float:right;
 width: 400px;
 } 
 
#content {
 width: 100%;
 background-color: #FFFFFF;
 float:left;
 min-height:200px;
 height:auto !important;
 height:200px;	  
 }
 
#content a {
 color:#000000;
} 

.content-left{
 float:left;
 padding-left: 10px
 } 
 
#content p{
 padding-left: 10px;
 padding-right: 10px; 
}

.content-left {
 float:left;
 width: 780px;
 padding: 10px 
}
 
#footer {
 background-image:url(../images/Footer-Bg.jpg);
 background-repeat:no-repeat;
 width: 100%;
 height: 75px;
 float:left;
 }
 
#footer p{
 text-align:center;
 color:#FFFFFF;
 margin-top: 15px;
}

#footer a {
 color:#FFFFFF;
}

.breadcrumbs {
	color: #999999;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.breadcrumbs a {
	color: #666666 !important;
	text-decoration: none !important;
}
.breadcrumbs a:hover {
	text-decoration: underline !important;
}
 
#contact-us .content-left{
 float:left;
 width: 380px;
 padding-left: 10px
 } 
 
#contact-us .content-right {
 float:right;
 width: 380px;
 padding: 10px;
 } 
 
.orange {
 color: #EA4B00;
 font-weight:bold;
 } 
