/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	background-color:#0076a3;
}
#wrapper {
	background-color:none;
	background-image: url(../images/main-background.png);
	background-repeat: repeat-y;
	width: 818px;
	height: auto;
	padding: 0px 9px 0px 9px;
}
#header {
	float:left;
	margin: 50px 0px 0px 50px;
	height: 190px;
	width: 700px;
	background-color: #e2fff6;
}
#heading {
	float:left;
	background-color:none;
	background-image:url(../images/real-estate-in-usa.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 425px;
	margin: 10px 0px 0px 35px;
}
#logo {
	float:left;
	background-color:none;
	background-image:url(../images/usa-map.png);
	background-repeat: no-repeat;
	height: 131px;
	width: 190px;
	margin: 10px 0px 0px 20px;
}
#top-menu {
	float: left;
	background-color: #e2fff6;
	width: 695px;
	height: 20px;
	margin-left: 50px;
	font: normal bold 10pt/14pt Arial;
	text-align:left;
	padding-left: 5px;
	color: #ff9600;
}
#top-menu a {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #0054a6;
	font: normal normal 10pt/14pt Arial;
}
#top-menu a:hover {
	background-color: #ff9600;
}
#footer {
	float:left;
	margin:50px 0px 0px 50px;
	border-top: 1px solid #ccc;
	width: 660px;
	height: auto;
	text-align:center;
	padding: 20px;
	font: normal normal 12px/14px Arial;
	color: #000;
}
#footer a {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
/*****************************************************/



#main {
	float: left;
	margin: 30px 0px 0px 50px;
	width: 700px;
	height: auto;
}
#main h1 {
	font-family: Arial;
	color: #0054a6;
}
#main h3 {
	font-family: Arial;
	color: #4f81bd;
	text-align:left;
}
#main p {
	text-align: justify;
	font: normal normal 14px/18px Arial;
}
#main ul {
	text-align: justify;
	font: normal normal 14px/18px Arial;
}
#main ol {
	text-align: left;
	font: normal normal 14px/18px Arial;
}
.interest-form {
	width: 700px;
	height: auto;
	text-align: justify;
	font: normal normal 14px/18px Arial;
}
#wrapper #main .state strong {
	font-size: 16px;
}

#main-index {
	float: left;
	margin: 30px 0px 0px 10px;
	width: 480px;
	height: auto;
}
#main-index h1 {
	font-family: Arial;
	color: #0054a6;
}
#main-index h3 {
	font-family: Arial;
	color: #4f81bd;
	text-align:left;
}
#main-index p {
	text-align: justify;
	font: normal normal 14px/18px Arial;
}
#main-index ul {
	text-align: justify;
	font: normal normal 14px/18px Arial;
}

#wrapper #main-index .state strong {
	font-size: 16px;
}

#left-side-bar {
	float: left;
	margin: 0px;
	margin: 30px 0px 0px 50px;
	width: 210px;
	height: auto;
}
#left-side-bar p {
	text-align: justify;
	font: normal normal 14px/18px Arial;
}

