/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Century Gothic, sans-serif;
	font-size:12px;
	color: #000066;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #003366;
	background-image: url(images/background.gif);
}
table, tr, td {
	font-family: Century Gothic, sans-serif;
	font-size:12px;
	color: #000066;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #996600;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:link.utility, a:visited.utility{
	color: #ffffff;
	text-decoration: underline;
	font-size:16px;
}


a:hover.utility{
	text-decoration: none;
}

a:link.mainnav, a:visited.mainnav {
	font-family: Century Gothic, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #7A93B1;
	background-image:url(images/ltblue.gif);
	display:inline;
	border:1px solid white;
	margin:1px;
	top:0px;
	position:relative;
}
a:hover.mainnav {
	font-family: Century Gothic, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFB10A;
	background-image:url(images/ltorange.gif);
	display:inline;
	border:1px solid white;
	margin:1px;
	top:0px;
	position:relative;
}
.mainnavon, a:link.mainnavon, a:hover.mainnavon, a:visited.mainnavon {
	font-family: Century Gothic, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image:url(images/ltorange.gif);
	display:inline;
	border:1px solid white;
	margin:1px;
	top:0px;
	position:relative;
	padding:3px;
}
.mainnav {
	font-family: Century Gothic, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7A93B1;
	background-image:url(images/ltblue.gif);
	display:inline;
	border:1px solid white;
	margin:1px;
	top:0px;
	position:relative;
	padding:3px;
}
/************** header tag styles **************/

h1{
 font: bold 120% Century Gothic, sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Century Gothic, sans-serif;
 color: #7a93b1;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Century Gothic, sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Century Gothic, sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Century Gothic, sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#cover{
	position:absolute;
	top: 50px;
	width:800px;
	height:281px;
	background-color: #7a93b1;
	border-bottom:3px solid # 071947;
	border-top:3px solid # 071947;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	width:800px;
	
}

#footer{
	position: absolute;
	left: 0px;
	background-color: #ff9933;
	width:800px;
	height:50px;
	max-height:50px;
	bottom: auto;
	top: 338px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Century Gothic, sans-serif;
}

/************** footer styles ****************/

.footer{
	font:Century Gothic, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	vertical-align: baseline;
}

.footer a:link, .footer a:visited{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	border-right:1px solid #ffffff;
	text-decoration:underline;
	padding: 2px 5px 4px 5px;
}
.footer a:hover{
	text-align:center;
	text-decoration:none;
}

/************** featureProperties styles ****************/
.featureProperties h5{
font-size:14px;
color:#FFFFFF;
}
.featureProperties a:link, .featureProperties a:visited{
font-size:10px;
color:#FFFFFF;
text-decoration:underline;
}
.featureProperties a:hover{
text-decoration:none;
}

/************** coverImg styles ****************/

#coverImg img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	z-index: 100;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #7a93ba;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 761px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #ffffff;
}

a.glink:hover{
	text-decoration: underline;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 3px 0px 3px 3px;
	font: small Century Gothic, sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** listing styles *****************/

.listing{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .listing {height: auto;}

.listing h3{
	font: bold 115% Century Gothic, sans-serif;
	color: #000066;
	padding: 30px 0px 5px 0px;
}

.listing img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************ coverLinks styles **************/

#coverLinks{
	margin: 0px;
	padding: 5px;
	font-size:14px;
	width:135px;
	height:26px;

}

#coverLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ffffff;
}

#coverLinks a:link, #coverLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
	text-decoration: none;	
}

#coverLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ff9933;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}

/********************* end **********************/
.listingcolheaders {
	font-weight: bold;
	color: #FFFFFF;
}
.listingcolheaders th{
	font-weight: bold;
	color: #FFFFFF;
}
/****************  Nav   ***********************/

.nav a:link, .nav a:visited {
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7A93B1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
}

.nav a:hover {
	background-color: #FF6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: table-cell;
}


#propertyPhotos {
	border: 0;
	width: 350px;
	/* margin-left: 5%; */
}

table#propertyBrowser td {
	text-align: left;
	padding: 5px;
}

table#propertyPhotos > td {
	text-align: center;
}

#clickToEnlarge {
	vertical-align: bottom;
	text-align: right;
}

#thumbnails {
	vertical-align: bottom;
	text-align: center;
	line-height: 13px;
	padding-bottom: 90px;
}

#thumbnails img {
	
	padding-bottom: 5px;
}

#clickToEnlarge {
	padding-bottom: 90px;
}
/* Sortable Data Table */

TABLE.sortable A.sortheader {
	DISPLAY: block; FONT-WEIGHT: bold; COLOR: #FFFFFF; BACKGROUND-COLOR: #7a93b1; TEXT-DECORATION: underline;
}
TABLE.sortable SPAN.sortarrow {
	COLOR: white; TEXT-DECORATION: none;
}
TABLE.sortable td {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
/* End Sortable Data Table */

