body{
	background-color: #0b1a33;
	background-image: url(../images/assets/bgGradientTopLight.jpg);
	background-repeat: repeat-x;
}
body, table{
	font: 9pt Arial, Helvetica, sans-serif;
}
blockquote{
	font-style: italic;
	font-weight: bold;
	text-indent: 5px;
	margin-left: 12px;
	border-left: 2px solid #666666;
}

.formTable2{
	
	
}
.formTable2 tr td{
	background-color: #CCCCCC;
	border-right: solid 1px #A2B0D5;
	border-bottom: solid 1px #A2B0D5;
}

.noTopSpace{
	margin-top:1px;
	padding-top:0px;
}

a, a:visited{
	color: #3A00FF;
}
a:hover{
	color: #333333;
	text-decoration: none;

}

#footer{
	width: 800px;
	background-color: #003399;
	height: 25px;
	color: #FFFFFF;
	font: bold 7pt Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	width: 795px;
}
#footer a, #footer a:visited{
	color: #CCCCCC;
	text-decoration: underline;
	
}
#footer a:hover{
	color: #00CCFF;
	text-decoration: none;
}

ul,ol{
	margin-bottom: 1px;
	padding-bottom: 1px;
}

/*Tabs and drop down styles*/
/*top level tab styles*/
.tab{
	float: left;
	margin-right:3px;
}
.tab a, .tabDrop a{
	display: block;
	text-decoration: none;
	background-color: #7085BE;
	border: solid 1px #666;
	padding: 2px;
	font-weight: bold;
	
}
.tabDrop a{
	background: url(../images/layout/arrow.gif) no-repeat right;

}
.tabDrop a:hover{
	background: url(../images/layout/arrow3.gif) no-repeat right;

}
.tab a:hover,{
	background-color: #ffffff;
	
}
.tab a, .tab a:visited, .tabDrop a:visited{
	color: #000066;

}

.currentTab{
	background-color: #A2B0D5;
	margin-right:3px;
}

.tabContent{
	border: 1px solid #666;
	display: block;
	width: 93%;
	height: 300;
	padding: 2px;
	z-index:100;
	position: absolute;
	top: 28;
	left: 8;
	float: none;
	overflow: auto;
	text-align: left;
}
/*default settings for the tabs parent div. for different settings, set styles in document */
#tabs{
		
		width: 530px;
		display: block;
		
		z-index: 999;
	}
#tabContentHolder{
	overflow: hidden;
}

	

/*Main Site navigation styles and positioning */
.siteNav a, .currentNav a, .siteNav a:visited, .currentNav a:visited{
	font: bolder 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	
	display: block;
	padding: 0px;
	
}
.siteNav a:hover{
	color: #FFFFFF;

}
.currentNav a, .currentNav a:visited{
	color: #333;
}
.currentNav a:hover{
	color: #fff;
}

#contentTitle{
	position: absolute;
	top: 232;
	left:200;
	font-weight: bold;
	font-size: 10pt;
}
/*nav button positioning*/
#Home{
	position: absolute;
	left: 430px;
	top: 133px;
	
	
}
#Properties{
	position: absolute;
	left: 484px;
	top: 137px;
}

#Seller{
	position: absolute;
	left: 610px;
	top: 148px;
}
#Relocation{
	position: absolute;
	left: 572px;
	top: 145px;
}
#Services{
	position: absolute;
	left: 648px;
	top: 158px;
	width: 90px;
	
}
#Contact{
	position: absolute;
	left: 738px;
	top: 176px;
}

#tagline{
	position: absolute;
	left: 315px;
	top: 220px;
	color: #003399;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

/* Formatting Styles*/

h1, h2, h3, h4, h5, h6{
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	color: #003399;
	
	float: none;
	margin-top: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	

}
h1{
	font-size: 16pt;
	
}
h2{
	font-size: 14pt;
}
h3{
	font-size: 13pt;
	font-style: italic;
	color: #333333;
	
	
}

.hUnderline{
	display: block;
	width: 93%;
	border-bottom: solid 1px #000000;
	padding: 0px;
}
.listingContainer{
		display: block;
		border-top: 1px solid #333333;
		margin: 5px;
		margin-top: 12px;
		text-align: left;
		width: 575px;
}

/*following styles go to detail page */
body.detailBody {
	background: url(images/assets/bgGradientTopLight.jpg) repeat-x;
	background-color: #0b1a33;
}
table.detailTable{
	background-color: #A2B0D5;
	border: 0;
}

body.detailBody, table.detailTable{
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
td.leftColumn{
	border-right: solid 1px #465D87;
}
div.line{
	border-bottom: solid 1px #465D87;
	display: block;
	width: 100%;
}
.listImage img{
	width: 404px;
	height: 264px;
}

.nothing{
		visibility: hidden;
		width: 5px;
		height: 0px;
	}