@charset "utf-8";
/* CSS Document */


#bodyArea {
	width: 930px;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#bodyArea #topLeft {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 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-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
}








#bodyArea #line {
	clear: both;
	height: 10px;
	background-color: #FC0;
}
#topRight h2 {
	font-size: 14px;
	background-image: url(../images/bg_yellow_bar.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6e0f6;
	color: #0f728f;
	padding-left: 10px;
	height: 25px;
	padding-top: 7px;
}
#content {
	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;
}

#glance  {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#glance img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#glance p img {
	float: none;
}

#glance p {
	color: #003C77;
	line-height: 180%;
	margin-bottom: 10px;
}
#glance h1 {
	color: #003C77;
	padding-top: 25px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0px;
}
#glance ul {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#glance li {
	line-height: 180%;
	color: #003C77;
}
#glance h4 {
	text-transform: uppercase;
	padding-top: 25px;
	color: #0c67bb;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c67bb;
	width: 180px;
}


#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: 288px;
}

#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;
}
input#name, input#phone, input#email  {
	border: 1px solid #003C77;
	color: #003C77;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 270px;
	padding-left: 5px;
}
#timeofcall    {
	width: 275px;
	color: #003C77;
}


textarea#comments {
	width: 270px;
	border: 1px solid #003C77;
	color: #003C77;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
