* {  
margin:0; 
padding:0; 
} 

body {
	font-family: verdana, sans-serif;
	font-size:0.8em;
	color:#333;
	background-color:#bebfff;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	float:left;
	margin:6px 0 0 0;
}

h2 {
	font-size:1.2em;
}
h3 {
	font-size:1em;
	margin:1em 0 0 0;
	color:#333;
}
h4 {
	margin:0.8em 0;
}

p, dt, dd, td, th {
	line-height:1.2em;
	margin:0.8em 0;
}

ul {
	margin:0 0 0 1em;
}

img {
	border:none;
}

th, dt {
	font-weight:bold;
}

dd {
	margin-left:1em;
}

a:link, a:visited {
	color:#4445BE;
	text-decoration:none;
}

a:hover {
	background-color:#4445BE;
	color:#fff;
}

iframe {
	width:100%;
	height:1750px;
	border:none;
}

#main {
	margin:0 auto;
	width:860px;
	background-color:#fff;
	background-image:url(/images/leftbg.gif);
	background-repeat:no-repeat;
	background-position:left 340px;
}

#head {
	padding:0 20px;
}

p#address {
	float:right;
	text-align:right;
}

#panorama {
	height:195px;
	clear:both;
	background-image:url(/images/panoramabg.gif);
	background-repeat:no-repeat;
}

#text {
	padding:0 20px;
	background-image:url(/images/textbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	border-top:#ccc solid 1px;
	margin:34px 0 0 0;
}

#newsletter {
	clear:both;
	background-color:#fd3;
	padding:6px 0;
	text-align:center;
}
#newsletter form {
	font-family:  verdana, sans-serif;
	font-size:1.1em;
	color:#333;
}
#emailinput {
	width:180px;
	height:18px;
	color:#333;
	font-family:  verdana, sans-serif;
	font-size:0.9em;
}

#left {
	float:left;
	width:200px;
	padding:10px;
	margin-left:-10px;
}

#left ul {
	list-style-type:none;
	margin:0;
}
#left li {
	font-weight:bold;
	font-size:1.1em;
}
#left li ul li {
	font-weight:normal;
	font-size:0.9em;
	font-style:italic;
	padding-left:10px;
}

#left a:link, #left a:visited {
	display:block;
	width:160px;
	padding:2px 6px;
	margin:3px 0;
	text-decoration:none;
	color:#fff;
}
#left a:hover {
	background-color:#fd3;
	text-decoration:none;
	color:#4445be;
}

#right {
	float:right;
	width:610px;
	padding-top:20px;
}
#right p {
	line-height:1.6em;
}
#right a:link, #right a:visited {
	border-bottom:#999 dashed 1px;
	color:#333;
}
#right a:hover {
	border:none;
	color:#fff;
	border-bottom:#4445be dashed 1px;
}

#featureright, #featureleft {
	padding:0 10px;
	background-color:#fff;
	margin:10px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	width:260px;
	height:290px;
}
#featureright {
	float:right;
}
#featureleft {
	float:left;
}
#featureright p, #featureleft p {
	line-height:1em;
}
#featureright h2, #featureleft h2 {
	margin:0 -10px;
	padding:3px 20px;
	color:#333;
}
.featureprop {
	padding:6px;
	clear:left;
}
.featureprop img {
	border:#eee solid 5px;
}

#map {
	border:#ccc double 3px;
}

#foot {
	text-align:center;
	height:44px;
	clear:both;
	background-color:#fd3;
}

#reiq p {
	text-align:center;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	padding:1em 0;
}
#reiq img {
	vertical-align:middle;
}


.caption {
	font-size:0.8em;
	line-height:1.2em;
}

.screenshot {
	border:#ccc double 3px;
}

.imageleft {
	float:left;
	margin-right:10px;
}

#mk td {
	padding:20px;
	vertical-align:top;
	border:#ccc solid 1px;
}

#home #navhome, #buying #navbuying, #selling #navselling, #rentals #navrentals, #resources #navresources, #about #navabout, #contact #navcontact {
	background-color:#4445be;
	color:#fff;
	background-image:none;
}

#tag {
	display:none;
}

#nav {

}
#nav ul {
	margin:0;
}
.menulist, .menulist ul {
	list-style:none;
}
.menulist ul {
	visibility:hidden;
	position:absolute;
	top:34px; 
	left:0;
	width:150px;
}
.menulist ul li ul {
	top:0;
	left:155px;
}
.menulist li {
	float:left;
	position:relative;
}
.menulist ul li {
	float:none;
	margin-right:0;
	margin-bottom:-1px;
	background-color:#fff;
}
.menulist ul>li:last-child {
	margin-bottom:1px;
}
.menulist a:link, .menulist a:visited {
	display:block;
	font-size:1.4em;
	text-decoration:none;
	border-right:#ccc solid 1px;
	width:109px;
	color:#4445be;
	text-align:center;
	padding:6px;
	background-image:url(/images/panoramabg.gif);
	background-position:0 -194px;
	background-repeat:no-repeat;
}
.menulist ul li a:link, .menulist ul li a:visited {
	width:auto;
	font-size:0.9em;
	border:#ccc solid 1px;
	background-image:none;
	background-color:#fff;
}
.menulist ul li a:hover {
	background-color:#4445be;
	color:#fff;
	
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	background-color:#4445be;
	color:#fff;
	background-image:none;
}
.menulist a.highlighted {
	color:#fff;
}
.menulist a .subind {
	display:none;
}
.menulist ul a .subind {
	display:block;
	float:right;
}
#navcontact {
	border-right:none;
	width:116px;
}

#contact td {
	padding:5px;
}
#contact th {
	text-align:right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

.button {
	padding:2px 9px 0 9px;
	background-color:#eee;
	border:#999 solid 1px;
	cursor:pointer;
	font-weight:bold;
	color:#333;
}
.button:hover {
	background-color:#4445be;
	color:#fff;
	border:#999 solid 1px;
}

a:hover.imglink {
	background-color:transparent;
}


label {
	width:9em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
}
fieldset {
	border:transparent solid 1px;
	width:550px;
	padding:10px;
	float:left;
	margin-right:10px;
}
legend {
	display:none;
}
.error {
	color:#f00;
	font-size:0.8em;
}