/* border-right: 0px solid white; */

* { margin: 0px; padding: 0px; }

body { 
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(51, 51, 51); 
	background-color: #E4E8EB; 
	text-align: center; 
}

a:link, a:visited { 
	color: #475C66;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #fff;
	/*height: 10px;*/
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	/*padding: 2px;*/
}

/*	color: #475C66;;
	height: 10px;
	width: 145px;	
	text-decoration: none;
	font-weight: bold;
	background: #none;
	padding: 2px;
	margin-left: 0px;

}*/
/*a:hover, a:focus, a:active {
	color: #fff;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding: 2px;
}*/

#holder { 
	border: 12px solid #fff; 
	margin: 20px auto; 
	width: 734px;
	background-color: #EBEBEB; 
}
html > body #holder { 
	width: 732px; 
}

#header { 
	width: 100%; 
	text-align: left; 
}

#topInfo { 
	padding-top: 0px;
	padding-left: 0px;
	float: left; 
	color: #31434F; 
	background-image: url('images/header.jpg');
	background-position: center; 
	width: 730px;
	height: 96px;
	background-repeat: none;
	
}

.clearBoth { clear: both; }

#highlight { 
	padding: 5px 10px 10px 10px; 
	background-color: #E4E4E4;
	width: 714px; 
	text-align: left; 
}

#highlightTop { 
	padding: 10px 10px 10px 10px; 
	background-color: #959595;
	width: 714px; 
	text-align: left; 
	font-size: 25px;
	font-weight: bold;
	line-height: 12px;
	/*color: #BFBFBF;*/
    color: #FFFFFF;
}

#highlightTopSmall { 
	padding: 10px 10px 10px 10px; 
	background-color: #959595;
	width: 714px; 
	text-align: left; 
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	/*color: #BFBFBF;*/
    color: #FFFFFF;
}

html > body #highlight { width: 712px; }

#highlight fieldset { 
	border: 1px solid rgb(255, 255, 255); 
	padding: 0pt 0pt 0pt 10px; 
	display: block; 
	width: 700px;
}

#highlight .left { 
	padding: 10px 0pt 0pt 2px; 
	float: left; 
	width: 410px; 
	margin-right: 40px; 
}

html > body #highlight .left { width: 430px; }

#highlight .right { 
	padding: 10px 0pt 0pt; 
	float: left; 
	width: 195px; 
}

html > body #highlight .right { width: 175px; }

#highlight legend { 
	padding: 0pt 5px; 
	color: #666;
	font-weight: bold; 
	text-align: left;
}
#highlight fieldset {
	padding: 5px;
}

#main { 
	padding: 20px; 
	text-align: left; 
	border: 0px solid black;
}

.homeInfo{
	width: 180px;
	float: left;
	margin-right: 35px;
	border: 0px solid red;
}	

html>body .homeInfo{
	margin-right: 35px;
}

.homeInfo p{
	padding-bottom: 10px;
}

.homeContent{
	width: 400px;
	float: right;
	/*vertical-align: top;*/
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 15px;
	border: 0px solid black;
}
.caption { 
	padding: 10px; 
}

.imageBox { 
	float: left;
	border: 0px solid rgb(209, 209, 209); 
	background-color: rgb(255, 255, 255); 
	margin-bottom: 20px; 
	border: 0px solid red;
}

p { padding: 2px 0px; 
	text-align: left;
}

img {
	border: 0;
}

/*a { 
	color: #FF3030; 
	text-decoration: none; 
	font-weight: bold; 
}*/

/*a:hover { 
	color: #ff3030; 
	background-color: #ff3030;
	text-decoration: underline;
	font-weight: bold; 
}*/

.background{
	margin-top: 40px;
	border-bottom: 1px dotted #D9EDB4;
}

td.property_title{
  background: #A2A7AB;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
}



/* -------------------------- NAV BUTTONS ------------------------ */
/* NAV BUTTONS */
.navButtonContainer {
 	width: 145px;
 	height: 25px;
	padding: 0px;
 	float: left;
 	text-align: center;
 	/*border: thin solid green;*/
	border-top: thin solid white; 
 	border-right: thin solid white; 
}
/* NAV BUTTONS LAST */
a.navLink:link, a.navLink:link, a.navLink:visited {
	color: #fff;;
	height: 20px;
	width: 145px;	
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding-top: 5px;
	display: block;
}
a.navLink:hover, a.navLink:focus, a.navLink:active {
	color: #fff;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #555555;
	padding-top: 5px;
	display: block;
}
a.navLinkHilite:link, a.navLinkHilite:link, a.navLinkHilite:visited  {
	color: #fff;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #555555;
	padding-top: 5px;
	display: block;
}

/* -------------------------- NAV BUTTON LAST ------------------------ */
/* NAV BUTTON LAST */
.navButtonContainerLast {
 	width: 146px;
 	height: 25px;
	padding: 0px;
 	float: left;
 	text-align: center;
	border-top: thin solid white; 
 	border-right: 0px solid white; 
}
html > body .navButtonContainerLast {
 	width: 144px;
 	height: 25px;
	padding: 0px;
 	float: left;
 	text-align: center;
	border-top: thin solid white; 
 	border-right: 0px solid white; 
}
/* NAV BUTTON LAST */
a.navLinkLast:link, a.navLinkLast:link, a.navLinkLast:visited {
	color: #fff;;
	height: 20px;
	width: 146px;	
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding-top: 5px;
	display: block;
}
html > body a.navLinkLast:link, a.navLinkLast:link, a.navLinkLast:visited {
	color: #fff;;
	height: 20px;
	width: 144px;	
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding-top: 5px;
	display: block;
}
a.navLinkLast:hover, a.navLinkLast:focus, a.navLinkLast:active {
	color: #fff;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #555555;
	padding-top: 5px;
	display: block;
}
html > body a.navLinkLast:hover, a.navLinkLast:focus, a.navLinkLast:active {
	color: #fff;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #555555;
	padding-top: 5px;
	display: block;
}

/* -------------------------- SUBNAVIGATION ------------------------ */
#subNav { 
	background-color: #FFF; 
	height: 20px; 
	width: 714px;  
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid black;
}
html > body #subNav { 
	padding: 10px;
	width: 715px; 
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid black;
}

/* -------------------------- HEADER EMAIL LINK ------------------------ */
a.headerLink:link, a.headerLink:link, a.headerLink:visited {
	color: #475C66;;
	height: 10px;
	width: 145px;	
	text-decoration: none;
	font-weight: bold;
	background: #none;
	padding: 2px;
	margin-left: 5px;
}
a.headerLink:hover, a.headerLink:focus, a.headerLink:active {
	color: #fff;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding: 2px;
}
/* -------------------------- CONTENT EMAIL LINK ------------------------ */
a.contentLink:link, a.contentLink:link, a.contentLink:visited {
	color: #475C66;;
	height: 10px;
	width: 145px;	
	text-decoration: none;
	font-weight: bold;
	background: #none;
	padding: 2px;
	margin-left: 0px;

}
a.contentLink:hover, a.contentLink:focus, a.contentLink:active {
	color: #fff;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding: 2px;
}
/* -------------------------- SITE DESIGN ------------------------ */
a.siteDesign:link, a.siteDesign:link, a.siteDesign:visited {
	color: #A1A1A1;;
	height: 10px;
	width: 145px;	
	text-decoration: none;
	font-weight: bold;
	background: #none;
	padding: 2px;
	margin-left: 200px;
}
a.siteDesign:hover, a.siteDesign:focus, a.siteDesign:active {
	color: #fff;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #A2A7AB;
	padding: 2px;
}
