@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 990px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*----------------------------------------
  Header Elements
----------------------------------------*/
.thrColFixHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 175px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*--------------------------------------*/

/*----------------------------------------
  Header Menu
----------------------------------------*/
.thrColFixHdr #header #headerNav #headerNavlinks {
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
	font: bold 12px Arial;
	width: 970px;
	background: white url(../images/layout/new/header_buttons/default.jpg) center center repeat-x;
	height: 29px;
}
.thrColFixHdr #header #headerNav #headerNavlinks li { display: inline; }
.thrColFixHdr #header #headerNav #headerNavlinks li a{ 
	float: right;
	color: black;
	padding: 8px 0px;
	width: 112px;
	text-decoration: none;
	text-align: center;
}
.thrColFixHdr #header #headerNav #headerNavlinks li a:hover{ 
	text-decoration: underline;
}
/*--------------------------------------*/


.thrColFixHdr #footer #footerNav #footerNavlinks {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Arial;
	width: 990px;
	background: black url(../images/layout/new/footer_buttons.jpg) center center repeat-x;
	height: 20px;
}
.thrColFixHdr #footer #footerNav #footerNavlinks li { display: inline; }
.thrColFixHdr #footer #footerNav #footerNavlinks li a{ 
	float: left;
	color: white;
	padding: 4px 15px;
	text-decoration: none;
	text-align: center;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 8px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 .block {
	padding: 0 0 4px 0;
	width: 172px;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 .block .blockHeader {
	width: 172px;
	height: 28px;
	background-image: url(../images/layout/new/block_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.blockbg {
	background-image: url(../images/layout/new/block_repeater.jpg);
	background-repeat: repeat-y;
}
.blockbg2 {
	background-image: url(../images/layout/new/block_repeater2.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebar1 .block a, .thrColFixHdr #sidebar2 .block a {
	line-height: 18px;
	text-decoration:none;
	color: #000000;
}
.thrColFixHdr #sidebar1 .block a:hover, .thrColFixHdr #sidebar2 .block a:hover {
	line-height: 18px;
	text-decoration:underline;
	color: #000000;
}
.thrColFixHdr #sidebar1 .block p, .thrColFixHdr #sidebar2 .block p  {
	margin: 0 0 0 9px;
	padding: 0;
}
.thrColFixHdr #sidebar1 .block .blockFooter {
	width: 172px;
	height: 12px;
	background-image: url(../images/layout/new/block_footer.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 .block {
	padding: 0 0 4px 0;
	width: 172px;
	font-size: 12px;
}
.thrColFixHdr #sidebar2 .block .blockHeader {
	width: 172px;
	height: 28px;
	background-image: url(../images/layout/new/block_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 .block .blockFooter {
	width: 172px;
	height: 12px;
	background-image: url(../images/layout/new/block_footer.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

.thrColFixHdr #mainContent { 
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 0 0 0;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent #pow {
	width: 618px;
}
.thrColFixHdr #mainContent #pow table {
	font-size:12px;
}
.thrColFixHdr #mainContent #pow table td.powHeader {
	text-align: center;
	background-image:url(../images/layout/new/half_header.jpg);
	background-repeat: no-repeat;
	background-color: #e7f1f7;
	height: 25px;
	font-weight: bold;
}
.thrColFixHdr #mainContent #pow table td.powMiddle {
	background-image:url(../images/layout/new/half_repeater.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #mainContent #pow table td p {
	padding: 0 10px 0 10px;
}
.thrColFixHdr #mainContent #pow table td.powFooter {
	background-image:url(../images/layout/new/half_footer.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContent #content1Header, .contentHeader { 
	background-image:url(../images/layout/new/full_header.jpg);
	background-repeat: no-repeat;
	width: 608px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 10px;
} 
.thrColFixHdr #mainContent #content1, .content { 
	background-image:url(../images/layout/new/full_repeater.jpg);
	background-repeat: repeat-y;
	width: 592px;
	font-size: 12px;
	padding: 10px 16px 10px 10px;
}  
.thrColFixHdr #mainContent #content1Footer, .contentFooter { 
	background-image:url(../images/layout/new/full_footer.jpg);
	background-repeat: no-repeat;
	width: 618px;
	height: 12px;
} 

.thrColFixHdr #footer { 
	padding: 10px 0 0 0;
} 
.thrColFixHdr #footer p {
	
}
/*----------------------------------------
  Footer Elements
----------------------------------------*/
#copyright 	{ position:absolute; top: 4px; right: 4px; font-size: 10px; color: white; }
#whatelse 	{ position:absolute; top: 15px; left: 8px; font-size: 14px; }
#fa			{ position:absolute; top: 52px; left: 205px; font-size: 11px; width: 112px; height: 36px; }
#edisonlogo	{ position:absolute; top: 42px; left: 414px; }
#estate		{ position:absolute; top: 45px; right: 194px; font-size: 11px; }
#tag		{ position:absolute; bottom: 6px; left: 366px; font-size: 14px; font-weight: bold; }
/*--------------------------------------*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*----------------------------------------
  Text Styles
----------------------------------------*/

input, select, textarea { font-size: 12px; }
.propPrice				{ font-size: 18px; font-weight: bold; }

.thrColFixHdr #mainContent #menu a{ color: #000; text-decoration: none; }
.thrColFixHdr #mainContent #menu a:hover{ color: #000; text-decoration: underline; }

.thrColFixHdr #mainContent a{ color: #3190b9; text-decoration: none; }
.thrColFixHdr #mainContent a:hover{ color: #3190b9; text-decoration: underline; }

.thrColFixHdr #mainContent table.search a{ color: #000; text-decoration: none; }
.thrColFixHdr #mainContent table.search a:hover{ color: #000; text-decoration: none; }

.thrColFixHdr #mainContent td.news a{ color: #000; text-decoration: none; }
.thrColFixHdr #mainContent td.news a:hover{ color: #000; text-decoration: none; }

.thrColFixHdr #mainContent span.link a{ color: #3190b9; text-decoration: none; }
.thrColFixHdr #mainContent span.link a:hover{ color: #3190b9; text-decoration: underline; }

.thrColFixHdr #sidebar2 .block table.newsscroller a { color: #3190b9; text-decoration: none; }
.thrColFixHdr #sidebar2 .block table.newsscroller a:hover { color: #3190b9; text-decoration: underline; }

.thrColFixHdr #footer a { color: black; text-decoration:none;}
.thrColFixHdr #footer a:hover { color: black; text-decoration:underline; }

.thrColFixHdr #mainContent span.black a{ color: #000; text-decoration: none; }
.thrColFixHdr #mainContent span.black a:hover{ color: #000; text-decoration: none; }
/*--------------------------------------*/

.thrColFixHdr #mainContent td.news img { border: solid #3190b9; border-width: 1px; }


/*----------------------------------------
  Table Styles
----------------------------------------*/
table.table		{ border: solid 1px #95d0f0; }
table.table th 	{ background-color: #c1e2f4; font-weight: bold; font-size: 12px; text-align: left; }
.odd			{ background-color: #c1e2f4; }
.even 			{ background-color: #f1f7fb; }
/*
table.table		{ border: solid 1px; border-top-color: #bae0f4; border-right-color: #95d0f0; border-bottom-color: #95d0f0; border-left-color: #bae0f4; }
table.table th 	{ background-color: #95d0f0; font-weight: bold; font-size: 12px; text-align: left; }
.odd			{ background-color: #95d0f0; }
.even 			{ background-color: #bae0f4; }
*/
/*--------------------------------------*/

/*----------------------------------------
  External Menu
----------------------------------------*/
.thrColFixHdr #mainContent #menu		{ 	
	margin: 0;
	padding: 0 0 10px 0;
	font: bold 12px Arial;
	width: 600px;
	height: 39px; 
}
.thrColFixHdr #mainContent #menu li 	{ display: inline;  }
.thrColFixHdr #mainContent #menu li a	{ 
	float: right;
	color: black;
	padding: 8px 0px;
	width: 118px;
	text-decoration: none;
	text-align: center;
}
.thrColFixHdr #mainContent #menu li a:hover{ 
	text-decoration: underline;
}

/*
div#menu		{ width: 610px; height: 39px; background-repeat: no-repeat;  }
div#menu li 	{ display: inline;  }
div#menu li a	{ 
	margin-right:0px;
	margin-left:0px;
	width: 118px;
	height: 39px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#menu li a:hover{ 
	text-decoration: underline;
}*/
/*--------------------------------------*/

/*----------------------------------------
  Ticker
----------------------------------------*/
div#ticker		{ width: 618px; height: 36px; background-image:url(../images/layout/new/footer_scroller.jpg); background-repeat: no-repeat; background-position: top center; position: relative; padding-top: 5px; }
div#tickerText	{ width: 600px; height: 32px; font-size: 12px; margin: 1px 0 0 5px; }
/*--------------------------------------*/

/*----------------------------------------
  Properties menu
----------------------------------------*/
.thrColFixHdr #mainContent #print		{ 	
	margin: 0;
	padding: 0 0 10px 0;
	font: bold 12px Arial;
	width: 597px;
	height: 39px; 
}
.thrColFixHdr #mainContent #print li 	{ display: inline;  }
.thrColFixHdr #mainContent #print li a	{ 
	float: right;
	color: black;
	padding: 8px 0px;
	width: 118px;
	text-decoration: none;
	text-align: center;
}
.thrColFixHdr #mainContent #print li a:hover{ 
	text-decoration: underline;
}
/*--------------------------------------*