@charset "utf-8";
#bodyArea {
	width: 930px;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-x;
	background-position: top;
}
#bodyArea #topLeft {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#bodyArea #topLeft p {
	font-size: 11px;
	color: #003C77;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 180%;
}

#bodyArea #topRight {
	float: right;
	width: 670px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#topRight h2 {
	background-image: url(../images/bg_yellow_bar.png);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6e0f6;
	color: #0f728f;
	padding-left: 10px;
	font-size: 14px;
}
#topRight h2 a {
	color: #0f728f;
}
#topRight h2 a:hover {
	color: #C30;
	text-decoration: none;
}

#content {
	width: 648px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c6e0f6;
	border-bottom-color: #c6e0f6;
	border-left-color: #c6e0f6;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(../images/x2.jpg);
	padding-left: 10px;
	padding-right: 10px;
}
#gallery {
	width: 650px;
}
#gallery_1 {
	height: 300px;
	width: 436px;
	float: left;
}
#gallery_1 img {
	margin: 5px;
	border: 1px solid #FFF;
}

#gallery_2 {
	width: 210px;
	float: right;
	margin-bottom: 10px;
}
#gallery_2 img {
	margin: 5px;
	border: 1px solid #FFF;
	float: left;
}
#gallery_3 {
	float: right;
	width: 210px;
}

#gallery_3 a {
	display: block;
	line-height: 200%;
	width: 100px;
	color: #FFF;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	text-decoration: underline;
}
#gallery_3 a:hover {
	color: #FC0;
	text-decoration: none;
}
#gallery_4 {
	clear: both;
	padding-left: 5px;
	height: 50px;
	padding-top: 10px;
}
#gallery_4 a {
	display: block;
	float: left;
	width: 210px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Century Gothic", Century, Arial;
	font-size: 11px;
	background-image: url(../images/black_button2.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 7px;
	font-weight: bold;
	background-position: center top;
	letter-spacing: 1.2px;
	text-align: center;
}
#gallery_4 a:hover {
	text-decoration: none;
	background-image: url(../images/black_button2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#details {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#details p {
	line-height: 180%;
	color: #003C77;
	margin-bottom: 10px;
}

#details h1 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c67bb;
	width: 180px;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#details h3 {
	color: #C30;
	margin-bottom: 5px;
	margin-top: 10px;
}

#details ul {
	list-style-type: square;
	padding-left: 20px;
	padding-bottom: 10px;
}
#details li  {
	line-height: 180%;
	color: #003C77;
}
#details h6 a {
	text-align: right;
	display: block;
	color: #fdd228;
	font-weight: normal;
}








#bodyArea #line {
	background-color: #FC0;
	clear: both;
	height: 10px;
}
#formContent {
	height: 280px;
	border: 1px solid #c6e0f6;
	color: #003C77;
	background-color: #c6e0f6;
	padding: 10px;
}
#requestInformation fieldset {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 280px;
}

#requestInformation .formtext {
	font-weight: bold;
	text-align: left;
	display: block;
	width: 80px;
	margin-bottom: 5px;
	padding-top: 10px;
}


input#field_Property, input#field_name, input#field_email, input#field_phone  {
	border: 1px solid #003C77;
	color: #003C77;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 270px;
	padding-left: 5px;
}
textarea#field_comments {
	width: 270px;
	border: 1px solid #003C77;
	color: #003C77;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#requestInformation #send   {
	height: 27px;
	width: 140px;
	float: right;
	margin-right: 17px;
	margin-top: 5px;
	background-color: #003C77;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
