/* CSS Document */

/*generic styles*/
body {
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	color: #003366;
	background-color: #DFE5F1;
}
h1{
	color: #FFFFFF;
	background-color: #003366;
	padding: 5px;
	font-size: 1em;
	margin: 0px;
}
h2{
	font-size: 0.9em;
	font-weight: bold;
	color: #698ABF;
	line-height: 12px;
}
h3{
	font-size: 0.9em;
	font-weight: bold;
	color: #003366;
}
h4 {
	line-height: 14px;
	
	
}

a:link {
	color: #013567;
	text-decoration: underline;
}
a:visited {
	color: #6579B6;
}
a:hover {
	color: #6481BD;
}
a:active {
	color: #6579B6;
}

.az_results td{
	vertical-align: top;	
}

.blue_box {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #6a8bc0;
	padding: 2px;
	border: 1px solid #083465;
}

.row_spacer {
	background-color: #c7ccd2;
	margin: 0px;
	padding: 0px;
	height: 1px;	
}
.row_spacer2 {
	background-color: #c4caDA;
	margin: 0px;
	padding: 0px;
	height: 1px;	
}

.page_links {
	font-weight: bolder;
	color: #0a1743;
}


/*holds all content*/
#container{ 
        width:760px; 
        background-color: #FFFFFF; 
        border: 1px solid #003366; 
        margin-right: auto; 
        margin-left: 10px; 
        padding: 10px; 
        margin-top: 20px; 
} 

/*header contains mastImage, main navigation and the breadcrumb trail*/
#header{
	
}
/*holds main image at the top of the design*/
#mastImage{
	height: 62px;
	background-image: url(../nav/headers/header5.jpg);
}
/*holds top navigation links*/
#navigation{
	background-image: url(../nav/navBackground.jpg);
	background-repeat: repeat;
	padding: 5px;
	border: 1px solid #330066;
	height: 23px;
	position: relative;
	z-index: 1;
}
#navigation ul{
	margin: 0px;
	padding: 5px;
}
#navigation li{
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
}
#navigation a:link, #navigation a:visited{
	border: 1px solid #013567;
	padding: 1px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background-color: #DEE4F0;
	color: #013567;
}
#navigation a:hover{
	background-color: #698DBC;
	color: #FFFFFF;
}

/* alphbet links */
.alphaBox {
	border: 1px solid #708db9;
	background-color: #DAE1EB;
	
	
	padding: 2px;

}
.alphaBox ul{
	display: inline;
	width: 520px;
}
.alphaBox ul li{
	display: inline;
	
	
}
.alphaBox ul li a{
	width: 20px;
	margin: 5px;
	color: #002651;
	font-size: 12px;
	font-weight: bold;
}




/* ======================================================================= */
.market_report {
	width: 450px;
	background-color: #e1e5f1;
	margin-right: auto;
	margin-left: auto;
}

.market_report table {
	border: 1px solid #c4ccd7;
}

.market_report .mr_heading {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #6a8bc0;
	padding-left: 20px;
}

.market_report .mr_heading .mr_options {
	font-weight: normal;
	text-align:right;
	width: 150px;
	font-size: 10px;
	padding-right: 5px;
}
.market_report .mr_heading .mr_options a{
	color: #FFFFFF;
	font-size: 10px;
}
.market_report .mr_report_link {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 40px;
	margin-left: 50px;
	padding-left: 50px;
}	
.market_report .mr_report_link a{
	color: #092c54;
}

.market_report .mr_report_archive {	
	text-align: right;
	padding: 4px;
}
.market_report .mr_report_archive a{
	color: #092c54;
	font-weight: bolder;	
}

/* ======================================================================= */
.search_results {
	background-color: #e1e5f1;
	
}

.search_results table {
	border: 1px solid #c4ccd7;
}
.search_results .search_entry {
	padding-left: 20px;
	font-weight: bolder;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}


.search_results .sr_heading {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #6a8bc0;
	padding: 2px;
	padding-left: 20px;
}



.search_results .sr_heading .sr_options {
	font-weight: normal;
	text-align:right;
	width: 150px;
	font-size: 10px;
	padding-right: 5px;
}
.search_results .sr_heading .sr_options a{
	color: #FFFFFF;
	font-size: 10px;
}


.search_head_main {
	width: 250px;
	height: 50px;
}


.search_head_right	{
	width: 150px;
	float: right;
}	


/*this div holds the breadcrumb trail and the subscription area*/
#breadcrumb{
	background-image: url(../nav/breadcrumbBack.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	height: 20px;
}
/*this is the actual breadcrumb trail*/
#trail{
	height: 10px;
	padding: 5px;
}
/*contains the columns and all main page content. This will chanage per layout as there will be two and three column layouts*/
#contentArea{
	background-color: #E1E5F1;
	border: 1px solid #013567;
	padding: 5px;
}

/*holds the two/ three columns*/
#columnContainer{
	margin: 0px;
	padding: 0px;
	clear:right;
}
/*holds the quick property seach and advertising*/
#columnLeft{
	float: left;
	margin: 0px;
	padding: 0px;

}
/** html #columnLeft {height:700px}*/

/*will only be used on the homepage to hold advertising*/
#columnRight{
	background-color: #00FF66;
	width: 190px;
	float: right;
}
/*columnMiddle will hold textArea and rightColumn on the homepage, and textAreaInternal on the internal pages*/
#columnMiddle{
	width: 580px;
	margin-left: 140px;

}
#columnMiddle2{
	width: 720px;
	margin-left: 0px;

}


#topleftbannerad{
	width: 120px;
	background-color: #E1E5F1;
	border: 0px solid #013567;
	z-index: 0;
	padding-bottom: 10px;
}

/*quick property search box styles*/
#quickPropertySearch{
	width: 120px;
	background-color: #E1E5F1;
	border: 1px solid #013567;
	background-image: url(../nav/propertySearch_fade.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 0;
}
#quickPropertySearch h1{
	height: 25px;
	margin-bottom:5px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #2A4379;
	text-align: center;
}

#quickPropertySearch a:link, #quickPropertySearch a:visited{
	color: #006699;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#quickPropertySearch a:hover{
	color: #263A59;
}

/*subscriber login styles*/
#login{
	float:right;
	margin: 0px;
	padding: 0px;
	height: 15px;
	position:relative;
	width:350px;
}

#LoginTerms{
	position:absolute;
	left: 270px;
	top:0px;
	font-size: 0.8em;
}
#passwordbox, #passwordboxlabel{
	position:absolute;
	left:95px;
	top:1px;
}

#username{
	position:absolute:
	top:0px;
}

#LoginForm{
position:absolute;
left:25px;
}

#WelcomeUser{
padding-top:5px;
float:right;
}



#login a:link, #login a:visited{
	height: 5px;
	margin: 0px;
	font-size: 1em;
	color: ##2A4379;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: none;
	/*
	border: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	background-color: #2A4379;
	*/

}
#login a:hover{
	color:#698DBC;
	/*background-color: #698DBC;*/
}

/*text area is the main content area on the homepage*/
#textArea{
	border: 1px solid #6B8CBF;
	padding: 10px;
	width: 390px;
	margin-bottom: 5px;
	background-color:#FFFFFF;
}
/*textAreaInternal is the main content area on the internal pages*/
#textAreaInternal{
	border: 1px solid #6B8CBF;
	padding: 5px;
	width: 590px;
	min-height:410px;
	margin-bottom: 5px;
	background-color:#ffffff;
	/*position:relative;*/
}
/* min-height hack for Internet Explorer */
/*\*/
* html #textAreaInternal {
height: 410px;
}
/**/

#textAreaInternal_sm{
	border: 1px solid #6B8CBF;
	padding: 10px;
	width: 612px;
	margin-bottom: 5px;
	background-color:#FFFFFF;
}

/*base which hold sub links and copyright*/
#base{
	background-color: #FFFFFF;
	border: 1px solid #013567;
	padding: 5px;
	font-size: 0.85em;
	margin-top: 10px;
	clear:both;
	}
#base ul{
	margin: 0px;
	padding: 0px;
}
#base li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#base a:link, #base a:visited{
	font-size: 0.9em;
	font-weight: bold;
	color: #013567;	
}
#base a:hover{
	color: #6081b7;	
}
/*positions the links on the base to the right*/
.subLinks{
	float:right;
}

/*Left hand subNavigation styles*/
#subNavigation{
	font-size: 0.9em;
	color: #082561;
	width: 130px;
}
#subNavigation2{
	font-size: 0.9em;
	color: #082561;
	width: 160px;
}

#subNavigation ul{
	margin:0px;
	padding:0px;
}

#subNavigation li{
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

#subNavigation a:link, #subNavigation a:visited{
	background-color:#FFFFFF;
	padding:5px;
	color:#000033;
	border: 1px solid #003366;
	width: 120px;
	display: block;
	text-decoration: none;
}

#subNavigation a:hover{
	background-color:#6283B9;
	color: #FFFFFF;
}

/*Key Benefits for Non subscriber products and services*/
#keyBenefits{
	border: 1px solid #6F88CA;
	width: 270px;
	background-image: url(../nav/keyBenefitsBackground.jpg);
	float: right;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#keyBenefits h1{
	border: 1px solid #6F88CA;
	background-image: url(../nav/keyBenefitstitleBackground.jpg);
	font-size: 1em;
}

#keyBenefits ul{
	padding: 5px;
	margin: 0px;
}
#keyBenefits li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/************************subscriber products and services***************/
/*style holds the header, text and link */
#productContainer{
	width: 102px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	float: left;
	text-align:left;
}
#productContainer a:link, #productContainer a:visited{
	background-image: url(../nav/productsandservices/productTitle.jpg);
	text-align: center;
	border: 1px solid #6988BF;
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	height: 30px;
	vertical-align: middle;
}
#productContainer a:hover{
	background-image: none;
	color:#ffffff;
	background-color: #6283B9;
}
#productContainer img{
	border-right: 1px solid #6F87AB;
	border-bottom: 1px solid #6F87AB;
	border-left: 1px solid #6F87AB;
	margin-bottom: 5px;
}
/*for subscriber area to layout the five products or productContainers on each line*/
#row{
 position: relative;
 margin-top: 1em;
 height: 170px;
}



/*advertising styles*/
#banneradvert{
/*	background-color: #003366;
	height: 90px;
	*/
	width: 600px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#skyScraper{
	background-color: #00CC33;
	position: absolute;
	left: 800px;
	top: 10px;
}


/*dropdown menu styles*/
#aboutMenu{
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	top: 150px;
	left: 50px;
	visibility: hidden;
	z-index: 2;
	background-color: #6B8AC3;
	margin: 0px;
	padding: 0px;
}
#marketreportsMenu{
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	background-color: #6B8AC3;
}
#directoryMenu{
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	background-color: #6B8AC3;
	}
#advertiseMenu{
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	background-color: #6B8AC3;
	margin: 0px;
	padding: 0px;
}
#productsMenu{
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	background-color: #6B8AC3;
	margin: 0px;
	padding: 0px;
}

#searchMenu{
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	background-color: #6B8AC3;
	margin: 0px;
	padding: 0px;
}


#aboutMenu ul, #marketreportsMenu ul, #directoryMenu ul, #advertiseMenu ul, #productsMenu ul, #searchMenu ul {
	margin:0px;
	padding:0px;
}
#aboutMenu li, #marketreportsMenu li, #directoryMenu li, #advertiseMenu li, #productsMenu li , #searchMenu li{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#aboutMenu a:link, #marketreportsMenu a:link, #directoryMenu a:link, #advertiseMenu a:link, #productsMenu a:link, #aboutMenu a:visited, #marketreportsMenu a:visited, #directoryMenu a:visited, #advertiseMenu a:visited, #productsMenu a:visited,#searchMenu a:link, #searchMenu a:visited{
	margin:0px;
	padding: 5px;
	font-size: 0.8em;
	/*min-height:25px;*/
	background-color: #6B89C5;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}

/*this is an IE hack which makes min-height work*/
* html #productsMenu a:link, * html #productsMenu a:visited {height:10px}
* html #aboutMenu a:link, * html #aboutMenu a:visited {height:10px}
* html #marketreportsMenu a:link, * html #marketreportsMenu a:visited {height:10px}
* html #directoryMenu a:link, * html #directoryMenu a:visited {height:10px}
* html #advertiseMenu a:link, * html #advertiseMenu a:visited {height:10px}

#aboutMenu a:hover, #marketreportsMenu a:hover, #directoryMenu a:hover, #advertiseMenu a:hover, #productsMenu a:hover {
	background-color: #013567;
	color: #FFFFFF;
}

#closer{
	width:800px;
	height:600px;
	position: absolute;
	top: 150px;
	left: 0px;
	visibility: hidden;
}

/*form classes*/
.submitButton {
	margin: 0px;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #2A4379;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 2px;
}
.submitButtonLogin {
	margin: 0px;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #2A4379;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 2px;
	position:absolute;
	left:190px;
}
.formFields, .formFields2, .formFields3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #013567;
	z-index: 0;
	margin-bottom:5px;
	margin-left:5px;
}

.formFields{
	width: 100px;
}
.formFields2{
	width: 106px;
}

.formFields3{
	width: 225px;
}


/*form styles*/
form {margin: 0px;}

#userForm{
}
#userForm h1{
	color: #FFFFFF;
	background-color: #6A8ABD;
	font-size: 1em;
}
#propertyDetail{
	position:	relative;
	background-color: #DFE5F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #013567;
	border-bottom-color: #013567;
	border-left-color: #013567;
}
#propertyDetail h2{
	color: #FFFFFF;
	background-color: #6B8CC1;
	padding: 5px;
	font-size: 1.2em;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
#propertyDetail p{
	padding:5px;
	margin: 0px;
}

#propertyDetailHead{

}
#propertyDetailHead ul{
	padding:0px;
	margin: 0px;
}
#propertyDetailHead li{
	padding:2px;
	list-style-type: none;
	font-weight: bold;
	text-align: right;
}

#propertyDetailHead a:link, #propertyDetailHead a:visited{
	padding:2px;
	list-style-type: none;
	font-weight: bold;
	background-image: url(../nav/propertyhead_background.jpg);
	background-repeat: repeat;
	height: 8px;
	min-height:16px;
	border: 1px solid #013567;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	width: 140px;
	text-align: center;
}
#propertyDetailHeadImage{
	display:block;
	color:#FFFFFF;
	width: 200px;
}

#propertyDetailHeadImage a:link, #propertyDetailHeadImage a:visited{
	display:block;
	padding:5px;
	background-color:#013567;
	color:#FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	width: 190px;
}
#propertyDetailHeadImage a:hover{
	background-color:#6786BF;
	color:#013567;
}


/* THIS IS THE START OF THE STYLES FOR THE SEARCH RESULTS TABLE */
#searchResults {
	position: relative;
	width: 98%;
	border-right: 1px solid #BCCAE2;
	/*padding: 10px;*/
}
.searchResultsBorder {
	width: 710px;
}

.searchResultsBorder td {
	border-left: 1px solid #BCCAE2;
	border-bottom: 1px solid #BCCAE2;
	
	padding: 0px 2px;
}
/*table headers*/
.Heading {
	font-size: 0.9em;
	font-weight: bold;
	height: 20px;
	color: #FFFFFF;
	background-color: #6A8BC0;
	/*padding: 6px 0px 2px 8px;*/
	padding:5px;
}
.Heading a:link, .Heading a:visited{
color:#FFFFFF;
}

.Heading a:hover{
color:#CCCCCC;
}



#searchResultsAdd ul {
	padding:4px;
	margin: 0px;
}
#searchResultsAdd li {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: none;
	font-weight: bold;
}
#searchResultsAdd img {
	float:right;
	margin:5px;
	border: 1px solid #6A8BC0;
}

#searchResultsDesc ul {
	padding:4px;
	margin: 0px;
}

#searchResultsDesc li {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: none;
}

.searchResultsImg {
	text-align: center;
	width: 100%;
	
	margin: 0px;
	padding: 0px;
}
#searchResultsParties ul {
	padding:4px;
	margin: 0px;
}
#searchResultsParties li {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: none;
}

#searchResultsParties strong {
	font-weight: bold;
	color: #4A71AA;
	
}
.identifiers {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/add_fade.jpg);
	font-size: 0.9em;
	color: #003366;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
}
.blueRow {
	background-color: #DFE5F1;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Used on home page for Quick Property search. */
.blueRow2 {
	background-color: #DFE5F1;
}

.whiteRow {
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* THIS IS THE END OF THE STYLES FOR THE SEARCH RESULTS TABLE */

/* AVAILABEL PROPERTY STYLES */

.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
}

#searchCriteria {
	/*position: relative;*/
	/*width: 100%;*/
	/*border: 1px solid #6A8BC0;*/
}

/*.searchCriteriaHeader td {
	border: 1px solid #003366;
}

.searchCriteriaBorder td {
	border-bottom: 1px solid #6A8BC0;
}*/

#searchCriteria ul {
	padding:4px;
	margin: 0px;
}

#searchCriteria li {
	padding: 12px;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.rowIDs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	font-weight: bold;
}

.txtboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;S
	color: #003366;
}

#PrintPropertyImage img{
	display:none
}

.ReportHeading{
	font-size: 1.2em;
	font-weight: bold;
	color: #000033;
	background-color: #FFFFFF;
	text-align: center;
}

.ReportHeading img{
	float:left;
}
#PrintDisclaimer{
display:none;
}

#FloatRight a:link, #FloatRight a:visited
	{
	color: #FFFFFF;
	float: right;
	font-size: 0.95em;
	text-decoration: none;
	}

/*table{
border:0px;
}*/