body {
	/* font: normal 11px/13px arial,verdana,helvetica,sans-serif; */
	margin: 0;	
	color: #000;
	background: #FFF;	
}
html, body { 
	height:100%; 
	width: 100%; 
}
body a {
	color: #0033CC;
}
body a:visited {
	color: #660000;	
}
body a:hover {
	color: #FF0000;	
}

/** top header **/
div#header {
	width:960px;
	margin-right:10px;
	background-color: #FFF;	
}
#header div#links {
	font-weight:bold;
	float:right;
	font-size: 8px;
	margin-top: 30px;
	text-align:right;
	padding:5px 0 5px 5px;
}
#header div#links img {
	border: none;
	margin-right: 5px;
}
#header div#links a {font-weight:normal;color:#000;text-decoration:none;}
#header div#logo {
	padding: 8px 0 2px 15px;
	height: 65px;
	background: #FFF;
}
#header div#logo img {border:0;}


/** top navigation **/
div#navigation {
	background:#DAE3E0;
	border-top: solid 1px #FE0000;
	border-bottom: solid 1px #FE0000;
	color: #102F70;
	height: 23px;
	padding-left:20px;
}


/** layout **/

#container {
	margin: 10px;
	width: 1000px;
}
#container div#content {
	/**margin: 0 210px 0 160px; **/
	margin: 0 0 0 180px;
	background-color: #FFF;
	color: #000;	
}
#container div#left {
	float: left;
	width: 170px;
	/** 150px **/
	background-color: #FFF;
	color: #CCC;
}
#container div#right {
	width: 200px;
	float:right;
	background-color: #FFF;	
}

#left .box, #content .box, #right .box {
	margin:0 0 10px 0;
	border:solid 1px #ccc;
	font: normal 12px/14px Arial, sans-serif;
	color: #000;
	background: #FDFDFD url('../img/contentBackground.gif') bottom right repeat-x;	
	padding: 0;
}
#left .box .header, #content .box .header, #right .box .header {
	border-bottom:1px solid #ccc;
	padding: 6px;
	margin-bottom: 5px;
	font: normal 14px/16px Arial, sans-serif;
	color: red;
	background: #DEDEDE url('../img/headerBackground.gif') top left repeat-x;
	text-align:left;	
}	
#left .box .header, #right .box .header {
	color: #4A6AAB;
}

.shadow {
	margin:0 0 5px 0;
	padding:0px;
	line-height:4px;
	background: #fff url('../img/headerShadow.gif') top left repeat-x;
}

#content .header span {
	font-weight: bold;
}
#content .header .links {
	float:right;
	font-size: 12px;
	color: #000
}
	color: #375283;
#content .header .links A {
}
#content .header .links A:Hover {
	color: #666666;
	background: #DEDEDE;
}

#content .box {
	width:584px;
	margin:0;
	padding:0;
}

/** listing related **/
#content .box#listing {
	background: #F4F4F4;
	overflow: auto;
	border: 1px solid red
}
#content #listing .header {
	margin-bottom:0;
	border-bottom:1px solid red;
	margin-bottom:5px;
}
#content #listing .right {
	margin: 0 5px 10px 0;
	float:right;
	width:175px;
	text-align:center;
}
#content #listing .left {
	margin:0 190px 10px 5px;
	padding:1px 4px;
	border:1px solid #666;
	background:#FFF
}
#content #listing .left h1 {
	font: bold 16px/18px arial,verdana,helvetica,sans-serif;
	color:#000;
	margin:2px 5px;
}
#content #listing .left h2 {
	font: bold 15px/17px arial,verdana,helvetica,sans-serif;
	color:#4A6AAB;
	margin:2px 5px;
}
#content #listing .left h2 span {
	font-size:12px;
	color:#4A6AAB;
	margin-left:2px
}
#content #listing .left h3 {
	margin-bottom:2px;
	margin-left:5px;
	color:#4A6AAB;
	font: bold 11px/13px arial,verdana,helvetica,sans-serif
}
#content #listing .left #comments {
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 135%;
	font-family: arial, sans-serif;
	font-size: 11px
}
#content #listing .left #location {
	margin-left:10px;
	margin-top:0;
	font-size:11px;
}
#content #listing .left .list {
	font-size:11px;
	text-align:left;	
	margin: 0 0 0 15px;
	padding: 0 0 0 2px;
	list-style: disc;
	color: #000;
}
/** picture table **/
#content #listing .right table {
	width: 98%;
	margin: 0 auto;
	border: none;
}
#content #listing .right table img {
	border:1px solid #666;
}

	/** listing sub menu **/
	#listingMenu {
		text-align:left;
		margin: 5px 0 10px 0px;
		padding: 0 0 0 2px;
		list-style: none;
		color: #102F70
	}
	#listingMenu li {
	 	background-image: url('../img/arrow.gif');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding:0px 2px 0px 10px;
	}			
	#listingMenu li a {
		font: bold 11px Arial, sans-serif;
		color: #4A6AAB;
		text-decoration: none;
	}
	#listingMenu li a:hover {
		text-decoration:underline;
	}

/** right bottom ad **/
#right div#spotlight {
    background:#000000 none repeat scroll 0 0;
    border:2px solid #000000;
    color:#FFFFFF;
    font-size:10px;
	padding-left:1px;
    padding-top:1px;
    text-align:left;
    width:190px;
}
#right div#spotlight A {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}
#right div#spotlight img {
	margin: 0;
	padding: 0;
	width:189px;
	border: none;
}


/** footer **/
div#footer {
	text-align:center;
	clear:both;
	width:960px;
	margin-right:10px;
	font: normal 10px/12px arial,verdana,helvetica,sans-serif;
}

/** error message box **/
div.box#errorMessageBox {
	border:1px solid #DE1C1C;
	padding: 0px;
	background: #FFF;
}
div.box#errorMessageBox .header {
	background: #DE1C1C url('../img/headerBackgroundError.gif') top left repeat-x;
	color: #FFF;
	margin-bottom: 0;
}
div.box#errorMessageBox .header span {
	font-weight: bold;
}		
div.box#errorMessageBox ul {
	margin: 0 0 10px 0;
	list-style-type: none;
	background: #FFF;
}
div.box#errorMessageBox ul li {
	background:#FFF;
	border-bottom:1px dashed #CCC;
	font-size:12px;
	padding:3px;
	margin:0 15px;
}


/** left side lists **/
#left .list {
	margin: 5px 0 10px 18px;
	padding: 0 0 0 0;
	list-style: disc;
	font-size: 6px;
	color: #666;
}
#left .list A {
	font-size: 11px;
	color: #0033CC;
}

/** search more **/
#content .box#searchmore h1 {
	margin:0;
	font: bold 12px/14px Arial, Verdana, Helvetica, sans-serif;
}
#content .box#searchmore p {
	font: normal 11px/12px Arial, Verdana, Helvetica, sans-serif;
}
#content .box#searchmore img {
	border:1px solid #000;	
}
#content .box#searchmore A:hover {
	font: normal 11px/12px Arial, Verdana, Helvetica, sans-serif;
}


/** contact box **/
#content .contact {
	border:solid 1px #f0f0f0;
	padding:5px;
	font: normal 12px/14px Arial, Sans-Serif;
	text-align:center;
	background: #FFF url('../img/contactBackground.gif') top left repeat;	
}
#content .contact span {
	font-weight: bold;
}


/* search div */
div#criteria {
	float:left;
	width: 280px;
	margin:0;
	padding:0 0 0 10px;
}
div#criteria table {
	border: none;
	width: 100%;
}
div#criteria table td {
	font: bold 11px/13px Arial, Verdana,helvetica,sans-serif;
	color:#4A6AAB;
}

div#topbanner {
	font-family: arial, sans-serif;
	font-size: 11px;
	min-height:120px;
	text-align:right;
	padding:0;
	margin-left:290px
}

div#topbanner img {
	border: solid 1px #CCC;
	margin: 0 10px 10px 10px;
}

/* neighborhoods selector  */
#content div#neighborhoods {
	position: absolute;
	margin-left: 10px;
	width: 542px;
	background: #FFF;
	z-index: 2;
	padding: 0 0 2px 0;
	border: solid 2px #102F70;
}
#content div#neighborhoods .header {
	background: #102F70;
	color: #FFF;
	border-bottom: #133886;
	padding: 2px 4px 4px 4px;
	font-size: 12px;
}

#content div#neighborhoods table td .header {
	background: #DAE3E0;
	color: #000;
	padding: 2px 0;
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
}
#content div#neighborhoods table td {
	font-size: 10px;
	color: #000;
}  
#content div#neighborhoods label {
	cursor:pointer;
}


/* table css + highlight */
table.highlightTable {
	font-family:Arial,Geneva,Helvetica;
	background:#FFF;
	color: #FFF;
	width:99%;
	margin:0 auto;
}
table.highlightTable .th th  {
	color: #fff;
	border:1px solid #0D2559;
	text-align:center;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	background: #102F70 url('../img/tableHeader.gif') top left repeat-x;
}			
table.highlightTable .th th a {
	display:block;
	padding:2px;
	line-height:14px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}				
table.highlightTable .th th  a:hover {
	color:#f0f0f0;
}					 
table.highlightTable tr td {
	background:#fff;
	color:#000;
	text-align:center;
	padding:2px;
	font-size:10px;
	font-weight:normal;
}	
table.highlightTable td.highlight {
	background:#f0f0f0; 
	color:#000;
	text-align:center;
	padding:2px;
	font-size:10px;
	font-weight:normal;
}		
table.highlightTable tr.highlight td,
table.highlightTableOld tr.highlight td {
	background: #EEEDBE;		
}
table.highlightTable tr.highlightAlt td,
table.highlightTableOld tr.highlightAlt td {
	background: #E2E08D;
}


/* form elements  */
form {
	margin:0;
}
.select {
	font: normal 12px/14px Arial, Verdana,helvetica,sans-serif;
	color: #000;
	width: 130px;
}
.textbox {
	color: #000;
	margin: 2px;
	border:1px solid #999;
	border-bottom: 1px solid #ccc;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px 2px;
}
.textbox:hover {
	border:1px solid #002164;
}	
input.button {
	border: 1px solid #0A1C43;
	border-top-color: #16419C;
	border-left-color: #16419C;
	padding: 2px 4px;
	background-color: #102F70;
	color: #f0f0f0;
	font: bold 11px/12px Arial, Verdana, helvetica, sans-serif;
}
input.button:hover {
	background-color: #133786;
	cursor: pointer;
}
input.button:active {
	border: 1px solid #000;
	border-top-color: #0A1C43;
	border-left-color: #0A1C43;
	background-color: #102E70;
	cursor: pointer;
}
	/* graphic buttons */
	.imageButton {
	  width: 155px;
	  height: 23px;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  background: #f0f0f0;
	  text-indent: -1000em;
	  cursor: pointer; 
	}
	.imageButton#scheduleappointment {
	  background: transparent url('../img/buttons/scheduleAppointment.gif') no-repeat center top;
	}
	.imageButton#beginsearch {
	  background: transparent url('../img/buttons/beginSearch.gif') no-repeat center top;
	}
	.imageButton#openselector {
	  background: transparent url('../img/buttons/openSelector.gif') no-repeat center top;
	}
	.imageButton#closeselector {
	  background: transparent url('../img/buttons/closeSelector.gif') no-repeat center top;
	}
	form>.imageButton{
	  height: 0px;
	}
	
	
/* popUps.js css */
.popUpFrame { 
	display: none;
	border: 2px solid red;
	border-right: 2px solid #FF3434;
	border-bottom: 2px solid #FF3434;
	background: #FFF url('../img/contentBackground.gif') bottom right repeat-x;
	text-align: center;
	font: normal 11px/13px arial,verdana,helvetica,sans-serif;	
	color: #000;
}
.popUpFrame A:Visited, .popUpFrame A:Active {
	color: #0033CC;
}
.popUpHeader {
	padding: 6px;
	font: normal 14px/16px Arial, sans-serif;
	color: red;
	background: #D1D8D6 url('../img/headerBackground.gif') top left repeat-x;	
	margin-bottom: 0;
	border-bottom: 2px solid red;
	text-align:left
}
.popUpHeader span {
	font-weight: bold;
}
.popUpHeader .popUpCloseButton {
	background-image: url('../img/closeButton.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
	display: block;
	font: bold 10px/15px Verdana, sans-serif;
	color: #000;
	margin-bottom: 0;
	cursor: pointer;
	float: right
}
.popUpShadow {
	margin:0 0 5px 0;
	padding: 0;
	line-height:4px;
	background: #FAFAFA url('../img/headerShadow.gif') top left repeat-x;
}
.popUpFrame H1 {
	font: bold 16px/18px arial,verdana,helvetica,sans-serif;
	color:#000;
	margin:2px 5px;
}
.popUpFrame H2 {
	font: bold 15px/17px arial,verdana,helvetica,sans-serif;
	color:#4A6AAB;
	margin:2px 5px;
}
#popUpOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
		 

