/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000033;
	background-image:  url(/images/bgblue2.jpg);
	background-repeat: repeat;	
}

h1, h2, h3, h4, h5, h6, p, td, li, body, a {
	color: #ffffff;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
}
p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #ffCC00;
	text-decoration: underline;
}
a:visited {
	color: #ffCC00;
	text-decoration: underline;
}

a:hover, a:active, {
	color: #ffffff;
	text-decoration: none;
}

/* layout properties */

table#contentTable {
	background-color: #000033;
}

table#featuredProperty h2{
	background-color: #666699;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;	
}

td#propertyText {
	background-color: #000033;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
	padding: 5px;
}

table#featuredAgents h2{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #000033;


}

table#quickSearch h2{
	background-color: #666699;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

td#quickSearch {
	background-color: #000033;
	padding: 10px;
	text-align: center;
}

td#featuredProperty div {
	margin-left: 10px;
}
th{
	background: url(../images/BARII.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFCC00;


}
div#extraPhotos {
	overflow: auto;
	height: 200px;


}
