f@charset "UTF-8";
/* CSS Document */
body, div, a, img {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 2.4em;
	background-color: #a3a2a2;
	background-image:url(../images/skyline.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}
div#wrapper2 {
	background-color: #ffffff;
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 130px;
	margin-top: 20px;
}
div#wrapper {
	width: 780px;
	color: #555555;
	background-color: #FFFFFF;
	background-image:url(../images/bottom-graphic.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	padding: 10px 10px 315px 10px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	padding-bottom: .2em;
	border-bottom: medium #555555 solid;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 1.3em;
}
.bigger {
	font-size: 2.2em;
	line-height: 1.5em;
}
div#header {
	height: 260px;
	background-image: url(../images/header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration: none;
	padding: .2em .3em;
}
p.nav {
	text-align: center;
	margin-bottom: 40px;
}
p.nav a {
	font-size: 1.5em;
	text-decoration: none;
	padding: .2em .2em 19px .2em;
	margin: 0em .3em 1em .3em;
	background-image:url(../images/button.gif);
	background-attachment:scroll;
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid thin #ffffff
}
a:link {
	color: #31518c;
	text-decoration: none;
}
a:visited {
	color: #7a89b4;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #31518c;
}
p.nav a:hover {
		border: thin solid #31518c;
}
#realestate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	line-height: -0.5em;
	text-align: right;
	padding: .15em 1.2em .15em 2em;
	border-top: medium solid #555555;
	border-bottom: medium solid #555555;
	font-weight: lighter;
}
.creditline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: italic;
	line-height: normal;
	text-align: center;
}
.floatright {
	float: right;
}
a#special img {
	padding: 0em;
	margin: 0em;
	background-color: #dae1eb;
}
a#special:hover {
	background-color: white;
}
a#special img:hover {
	background-color: #effb8e;
}
div.floatright {
	position: relative;
	width: 260px;
	float: right;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
}
.highlite {
	padding: .15em 1.5em .15em 1.5em;
	background-color: #555555;
	color: #ffffff;
}
h3.highlite {
	width: 335px;
	padding: 3px 20px;
}
div.floatright h3.highlite {
	margin-right: auto;
	margin-left:auto;
	width: 200px;
	font-weight: normal;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
ul li {
	margin-top: .1em;
	margin-bottom: .1em;
}


