body {
	background: #DDD url('../img/bg.gif') top left repeat-x;
	padding: 0px; margin: 0px;
	font-family: verdana, arial;
	font-size: 11px;
}

a, a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Wrapper {
	width: 740px;
	margin-left: 30px;
	background: #EEE;
	margin-bottom: 10px;
}

#Top {
	
	padding: 5px 0;
	height: 20px;
	background: #DDD;
}

#Top a {
	font-size: 10px;
	font-weight: bold;
	padding-right: 8px;
}

#Top-Left {
	width: 120px;
	float: left;
	
	padding-top: 5px;
	
	
}

#Top-Right {
	width: 614px;
	text-align: right;
	float: left;
	
	height:20px;
	padding: 0px;
}

#Top select {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FF6633;
	font-weight: bold;
}

#Top input {
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;	
}

#Header {
	background: #316C85;
	
	margin: 0px;
	height: 80px;
	clear: both;
}

#Header .logo {
	float: left;
	width: 100px;
	border-right: 1px solid white;
}

#Header h1 {
	font-family: "Trebuchet MS", Georgia;
	font-size: 20px;
	float: left;
	width: 420px;
	padding: 0px; margin: 0px;
	margin-left: 15px;
	color: white;
	line-height: 80px;

}

#Header .header-right {
	float: right;
	width: 185px;
	
}

#Menu {
	margin: 0px;
	height: 20px;
	background: #BBB;
	border-top: 1px solid white;
	line-height: 20px;	
	
	clear: both;
	
}

#Menu a {
	font-family: arial, verdana;
	padding: 3px 5px;
	background: #447FBB;
	color: white;
	border-right: 1px solid #CCC
}

#Menu a:hover {
	text-decoration: none;
	background: #003366;
}

#Menu .menu-left {
	float: left;
}

#Menu .menu-right {
	float: right;
	width: 185px;
	
}

#Menu .menu-right a {
	display: block;
	background: #006699;
	float: left;
	width: 91px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	border: none;
	border-left: 1px solid white;
}

#Menu .menu-right a:hover {
	background: #0A246A;
}

#Menu .menu-right a.current,
#Menu .menu-right a:hover.current   {
	background: #F8EBCC;
	color: #666;
	width: 92px;
}

#Breadcrumb {
	height: 20px;
	background: #F8EBCC;
	padding-left: 5px;
	line-height: 20px;
	_height: 16px;
	_padding-top: 4px;
}

#Content {
	background: url('../img/content-bg.gif');
	min-height: 300px;
	_height: 300px;
	
}

#Content-Left {
	width: 139px;
	float: left;
	color: #666;
	font-size: 10px;
	padding-top: 2px;
	
}

.address {
	display: none;
}


#Content-Right {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 565px;
	min-height: 300px;
	_height: 300px;
	margin-left: 15px;
	color: #666;
	line-height: 16px;
}

#Navigation {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	
	
}

#Navigation li {
	border-bottom: 1px solid white;
	
	
}

#Navigation li a {
	display: block;
	background: #447FBB;
	color: white;
	padding: 3px 2px;
}

#Navigation li a:hover {
	background: #003366;
	text-decoration: none;
	
}

.find {
	color: white;
	border-top: 1px solid white;
	background: #003366;
	font-weight: bold;
	padding: 3px 2px;
}


#Footer {
	background: #888;
	height: 36px;
	line-height: 16px;
}

#Footer a {
  color: #FFF;
}


#Content #Content-Right h1 {
	font-size: 24px;
	font-family: "Trebuchet MS";
	color: #336699;
	font-weight: normal;
	margin: 5px 0 10px 0; padding: 0px;
	line-height: normal;
}

#Content-Right h3 {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #000;
	background: #DDD;
	padding: 1px 3px;
	line-height: normal;
	
	
}

.separator {
	height: 12px;
	border-top: 1px solid #CCC;
	padding: 0;
	margin: 0;
	
	
}

.property ul {
	list-style: none;
	padding: 0; margin: 0;
}

.property ul li {
	
	background: #FFF url('../img/dots.gif') bottom left repeat-x;
	padding: 3px 0;
}


h5 {
	margin: 0; padding: 0px;
	font-size: 12px;
}


.summary {
	overflow: auto;
	clear: both; 
	border-top: 1px solid white; 
	margin-top: 20px;
	display: block;
	margin: 0 -8px;
	padding:  8px;
}

h4 {
	font-size: 13px;
	padding: 0px; margin: 10px 0;
	line-height: normal;
}

img {
	border: none;
}

.image {
	margin: 0 10px 10px 0;
}

textarea {
	width: 300px;
	height: 60px;
}

#MainPicture {
	width: 350px;
	overflow: hidden;
	float: left;
	padding: 3px;
	border: 1px solid #CCC;
}

.pictures-more {
	width: 350px;
	padding: 3px;
	margin-top: 5px;
}

#MainInfo {
	float: left;
}

#MainInfo ul {
	padding: 0; margin: 0;
	list-style: none;
	margin-left: 10px;
}

#MainInfo ul li {
	padding: 3px 0;
	background: #FFF url('../img/dots.gif') bottom left repeat-x;
	width: 196px;
}

.pictures-more img {
	border: 1px solid #CCC;
	padding: 3px;
	
}

.error {
	padding: 5px;
	color: white;
	background: #B81511;
}

.messageDl dt, .messageDl dd {
	margin: 4px;
}

.messageDl dt {
	clear: both;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 150px;
}

.messageDl dd {
	
}

a.info{
    position:relative; /*this is the key*/
    z-index:0;
    display: block;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:0; background-color:#fff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    text-decoration: none;
    z-index: 100;
  	top: 10px;
  	left: 10px;
    width:250px;
    color: white;
    background-color:#999;
    padding: 4px;
    text-align: left;
    opacity: .9;
	filter: alpha(opacity=90)}
	
a.info:hover span p {
	margin: 0; padding: 0;
}

#Print {
	text-align: right;
}

#Print a:hover {
	text-decoration: none;
}
#email {
  display: none;
}
.fleft {
  float: left;
  width: 100px;
  padding-left: 5px;
  font-weight: bold;
}
.fright {
  float: right;
  text-align: right;
  padding-right: 5px;
  color: #FFF;
}
