@charset "UTF-8";
/* CSS Document */
/* Main style sheet for Property Pages */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
	text-decoration: none;
	background-image: url(../images/bkg_main.gif);
	background-repeat: repeat;
	margin-top: 80px;
}
p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 0.6em;
	font-size: 15pt;
}
p {
	margin-bottom: 0.6em;
	line-height: 1.1;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}
#header {
	padding: 0px;
	background-color: #FFF;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border-top: solid 10px #000;
	border-right: solid 10px #000;
	border-bottom: 0px;
	border-left: solid 10px #000;
}
#headerLogo {
	height: 50px;
	width: 175px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	height: 250px;
	width: 695px;
	float: left;
	border-left: solid 10px #000;
	border-right: solid 5px #000;
	position: relative;
}
#mainContent ul {
	margin: 0px;
	list-style-type: none;
	padding: 0;
	line-height: 15px;
	position: absolute;
	bottom: 0px;
	right: 25px;
}
#mainContent ul li {
	padding: 0;
	margin: 0;
}
#mainContent li a:link, #buttons li a:visited {
	display: block;
	text-decoration: none;
	background-image: url(../images/button.gif);
	color: #FFF;
	background-repeat: repeat;
	line-height: 25px;
	text-align: center;
	width: 75px;
}
#sidebar2 {
	height: 250px;
	width: 225px;
	float: right;
	border-left: solid 5px #000;
	border-right: solid 10px #000;
	background-repeat: no-repeat;
	background-position: center center;
}
#mainContent2 {
	height: 180px;
	width: 930px;
	clear: both;
	border: solid 10px #000;
	position: relative;
}
#description {
	font-size: 11pt;
	height: 120px;
	width: 695px;
	margin: 30px 0px 50px 25px;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#description ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#description li {
	display: block;
	padding-left: 13px;
	line-height: 17px;
}
#description #list1 {
	width: auto;
	height: 85px;
	float: left;
}
#description #list2 {
	height: 85px;
	width: auto;
	float: left;
	margin-left: 25px;
}
#description #list3 {
	height: 85px;
	width: 180px;
	float: left;
	margin-left: 25px;
}
#butterfly {
	height: 120px;
	width: 290px;
	position: absolute;
	top: 40px;
	right: 25px;
}
#buttons {
	height: 100px;
	width: 65px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#buttons ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	line-height: 15px;
}
#buttons ul li {
	padding: 0;
	margin: 0;
}
#buttons li a:link, #buttons li a:visited {
	display: block;
	text-decoration: none;
	background-image: url(../images/button.gif);
	color: #FFF;
	background-repeat: no-repeat;
	line-height: 25px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	width: 65px;
}
#contactInfo {
	text-align: center;
	bottom: 0px;
	position: absolute;
	width: 700px;
	margin-bottom: 8px;
	left: 135px;
}
#contactInfo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contactInfo li {
	display: block;
	float: left;
	padding-left: 2em;
}
#footer {
	width: 930px;
	clear: both;
	border-left: solid 10px #000;
	border-right: solid 10px #000;
	border-bottom: solid 10px #000;
	text-align: center;
	background-image: url(../images/graphic_footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 1.7em;
	color: #FFF;
	background-position: center center;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: none;
}
.hoverGreen {
}
.hoverBlue {
}
.hoverYellow {
}
.hoverPink {
}
.hoverPurple {
}
.phone {
	background-image: url(../images/graphic_dot_y.gif);
	background-repeat: no-repeat;
	background-position: 1em center;
}
.address {
	background-image: url(../images/graphic_dot_g.gif);
	background-repeat: no-repeat;
	background-position: 1em center;
}
.website {
	background-image: url(../images/graphic_dot_b.gif);
	background-repeat: no-repeat;
	background-position: 1em center;
}
.yellowDot {
	background-image: url(../images/graphic_dot_y.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.greenDot {
	background-image: url(../images/graphic_dot_g.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.blueDot {
	background-image: url(../images/graphic_dot_b.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
