/****************************************************************
    
*****************************************************************/

/**********************************************************************************************

	Title: Prudential BKB
	Author: XHTMLized
	Date: September 2007 

***********************************************************************************************

	Legend: 1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Links
			1.3 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility navigation
			3.2 Header
			3.3 Content
			3.4 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/

/* =1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; 	font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }body{line-height: 1; }	
ol,ul{list-style: none; }
table{border-collapse: separate; border-spacing: 0;}
caption,th,td {text-align: left; font-weight: normal;}
*/

a img {border:none;}

body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center; /* Centering the layout */
	margin:0; padding:0;
}

/* =1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

#content h1,#content-index h1 {font-size:1.5em;font-weight:bold;}

#content h2,#content-index h2 {font-size:1.4em;font-weight:normal;}
.clearboth{clear:both;}
h2.title {
	font-size:1.5em;
	font-weight:bold;
	/*height: 20px;*/
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 5px;
	float: left;
}

h2.title2 {
	font-size:1.5em;
	font-weight:bold;
	color:#284580;
	/*height: 15px;*/
	padding: 0px;
	padding-top: 15px;
	/*padding-bottom: 5px;*/
	margin: 0px;
}
h2.title3 {
	font-size:1.5em;
	font-weight:bold;
	color:#284580;
	padding: 0px;
	margin: 0px;
}
div#iframe h2.title2, div.twocol div.col2 h2.title2 {
	font-size:1.5em;
	font-weight:bold;
	color:#284580;
	padding: 0px;
	margin: 0px;
}

#content h3,#content-index h3 {font-size:1.3em;font-weight:normal;}

#content h4,#content-index h4 {font-size:1.2em;font-weight:bold;}

#content p,#content-index p  {font-size:1.2em;line-height:1.5em; margin: 5px 0px;}

#content p.spaced,#content-index p.spaced {line-height:2.4em;}

#content h1#page-title,#content-index h1#page-title {font-size:1.8em;font-weight:bold;}

.title_mod {
	font-size:24px;
	color:#004d9f;
}
/* =1.2	Links
-----------------------------------------------------------------------------------------------*/	

a:link {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {color: #3366CC;}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {}


/* =1.3	Miscellaneous
-----------------------------------------------------------------------------------------------*/	
hr {
	border: 0px;
	border-top: 1px solid #666666;
	height: 1px;
}

hr.hide { 
	display: none; }
	
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* =2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

br.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

p.left {
	text-align: left; }
	
p.right {
	text-align: right; }
	
.center {
	text-align: center; }

.large {
	font-size: 1.4em;
}
/* .clearfix */
.clearfix:after, #mainimages:after, .float-wrapper:after, .twocol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, #mainimages, .float-wrapper, .twocol {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix, * html #mainimages, * html .float-wrapper, * html .twocol {height: 1%;}
.clearfix, #mainimages, .float-wrapper, .twocol {display: block;}/* End hide from IE-mac */


/* =3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body {
	background-image:url(../images/bg_body.gif);
	background-position:top center;
	background-color:#a3a9b7;
}

#container {
	width: 760px;
	padding:0 4px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/bg_container.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	background-position:0 1px;
	overflow:hidden;
}

#content-index {
	width:704px;
	padding:0 28px 28px 28px;
}

#content {
	width:704px;
	padding:18px 28px 28px 28px;
	margin-top: -10px;
	*margin-top: 0px;
	font-size: 1.1em;
}

#header {
	height:116px;
	position:relative;
}

#footer {
	height:81px;width:760px;padding:0 4px;margin:0 auto 10px auto;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}

/* =3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
	position: absolute;
	left: -1000em;
}


/* =3.2	Header
-----------------------------------------------------------------------------------------------*/	

/* Logo -> Image replacement. */
#header h1, #header h1 a, #header h1 a b {
	display: block;
	width: 198px;
	height: 75px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 32px;
	margin: 0; padding: 0;
}

#header h1 a { /* style the text hovered by the image */ }
#header h1 a b {	
	cursor:pointer;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/logo.gif) no-repeat;
}

#header #navigation {
	position:absolute;top:15px;right:16px;	
	overflow:hidden;
	margin:0;padding:0;
}

	#header #navigation li {
		display:inline;
		position:relative;left:1px;
	}

	#header #navigation a {
		padding:0 4px;
		border-right:1px solid #3366cc;
		font-size:1.1em;
		text-decoration:none;
		color:#000;
	}
		#header #navigation a:hover, #header #navigation a:focus {
			color:#3366cc;
		}

#header #subnavigation {
	position:absolute;bottom:0;left:0;
	width:736px;padding:0 0 0 24px;height:24px;
	background-color:#3366cc;
	margin:0;
}
	#header #subnavigation li {
		position:relative;
		text-align:center;
		float:left;height:24px;
		list-style:none;
	}
	#header #subnavigation a {
		height:24px;line-height:24px;
		font-size:1.1em;
		color:#fff;
		text-decoration:none;
	}
		#header #subnavigation a:hover {
			color:#ffe501;
		}
		#header #subnavigation a span {
			position:absolute;top:0;left:0;
			width:100%;height:24px;
			cursor:pointer;
			background-repeat:no-repeat;
		}
		#header #subnavigation a:hover span {
			background-position:bottom left;
		}
		
		#header #subnavigation a.selected span {
			background-position:bottom left;
		}
		
#lprope {width:109px;}
#lprope span {background-image:url(../images/nav_lprope.gif);}

#lopenh {width:94px;}
#lopenh span {background-image:url(../images/nav_lopenh.gif);}

#lnewho {width:126px;}
#lnewho span {background-image:url(../images/nav_lnewho.gif);}
		
#llocat {width:110px;}
#llocat span {background-image:url(../images/nav_llocat.gif);}

#lhomes {width:99px;}
#lhomes span {background-image:url(../images/nav_lhomes.gif);}

#lcaree {width:60px;}
#lcaree span {background-image:url(../images/nav_lcaree.gif);}

#lreale {width:118px;}
#lreale span {background-image:url(../images/nav_lreale.gif);}

/* =3.3	Content
-----------------------------------------------------------------------------------------------*/	

#content {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-x;
	min-height:151px;
}

#content-index {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-x;
	min-height:151px;
}

#mainimages {
	padding-left:0px;
	margin-bottom:15px;
	padding-top:23px;
}

#mainimages a {
	float:left;
	display:block;
	margin-right:16px;
}

#mainimages a.upper {position:relative;top:-10px;}

#mainimages a.last {margin-right:0;}

.float-wrapper {margin-bottom:15px;}

ul.image-links {
	float:left;
	margin:0 34px 0 0;
	padding:0;
}

	ul.image-links li {
		float:left;
		list-style:none;
		width:113px;height:146px;
		background-repeat:no-repeat;
	}
	
	ul.image-links a {
		display:block;width:113px;height:21px;padding-top:125px;
		text-align:center;
		font-size:1em;
		text-decoration:none;
		text-transform:uppercase;
		color:#000;
	}
	
	ul.image-links a:hover, ul.image-links a:focus {
		color:#0145ce;
	}

	li#gopenh {background-image:url(../images/grp_openh.jpg);}
	li#glocat {background-image:url(../images/grp_locat.jpg);}
	li#ghomes {background-image:url(../images/grp_homes.jpg);}
	li#gcaree {background-image:url(../images/grp_caree.jpg);}
	
div#iframe {
	float:left;
	width:209px;height:143px;
}
div#iframe ul {
	font-size:1.1em;
	line-height:1.4em;
	
}

div.twocol div.col1 {
	float:left;
	width:344px;
}

div.twocol div.col2 {
	float:right;
	width:344px;
	padding-top:10px;
}
#content-index div.twocol div.col2 p {
	line-height:1.4em;
	margin:0;
	padding:0;
	margin-bottom:7px;
}

/* =3.4	Footer
-----------------------------------------------------------------------------------------------*/	

#footer p {
	font-size:1em;
	color:#fff;
	margin:0;
	line-height:1.2em;
}

#footer #prudential-insurance {
	position:absolute;top:32px;left:38px;
	width:213px;
}

#footer #copyright {
	position:absolute;top:20px;left:262px;
	width:255px;
	text-align:center;
}

#footer #equal {
	position:absolute;top:32px;left:558px;
	padding-left:33px;width:165px;
	background:url(../images/ico_equal.gif) no-repeat left center;
}

#footer #designedby {
	position:absolute;top:68px;
	width:753px;
	text-align:right;
	color:#484b50;
}

#footer #designedby a {
	color:#484b50;
	text-decoration:none;
	padding-right:18px;
	background:url(../images/stanton-street.gif) no-repeat right center;
}
	#footer #designedby a:hover, #footer #designedby a:focus {
		color:#000;
	}
#footer #designedby a.email {
	color:#000;
	text-decoration:none;
	background:none;
}
	#footer #designedby a.email:hover, #footer #designedby a.email:focus {
		color:#284580;
	}

/* =4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
.back {
	clear: both;
	float: right;
	text-align: right;
	background-image: url(../images/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 10px;
}

/*** OPEN HOUSES ***/

.open_house {
	padding-bottom: 15px;
	width: 100%;
	float: left;
}

.open_house_agent {
	float: left;
	text-align: center;
	padding: 0px 10px 5px 0px;
}

.open_house .left{
	width: 69%;
	float: left;
}

.open_house .right{
	width: 29%;
	float: right;
}
.open_house .image{
	border: 1px solid #3366CC;
	margin-bottom: 3px;
}

.open_house .address{
	font-size: 1.2em;
	font-weight: bold;
}

.open_house .price {
	font-weight: bold;
}

.open_house .date {
	font-weight: bold;
	color: #3366CC;
}

.open_house .description {
	padding-top: 10px;
	padding-bottom: 5px;
}

/*** AGENTS ***/
.agent {
	width: 100%;
}

.agent .title h2{
	padding: 0px;
	margin: 0px;
}

.agent .details {
	padding: 0px;
	margin: 0px;
}

.agent .description{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}

.agent .image {
	float: right;
	padding: 0px 0px 10px 10px;
	width: 30%;
}

.agent .list {
	width: 22%;
	float: left;
}

.agent .list_double {
	width: 33%;
	float: left;
}


.agent .list h3, .agent .list_double  h3{
	font-size: 1.2em !important;
	font-weight: bold !important;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.agent .list ul, .agent .list_double  ul{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

/*** FORMS ***/
.agent_contact {
	text-align: center;
	width: 70%;
}

#form {
	text-align: left;
}

#form input,#form select, #form textarea{
	font: 1.0em Arial, Helvetica, sans-serif;
}

#form .dontfillmeout{
	display: none;
}

#form fieldset {
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
}

#form legend{
	margin-left: 5px;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#form fieldset ol{
	padding: 5px 0;
	margin: 10px 0 0 0;
	list-style: none;
	border-bottom: #666666 1px solid ;
	background-color: #F1F1F1;
	/*background-image:url(../images/bg_body.gif);*/
}
#form fieldset li{
	line-height: 20px;
	vertical-align: middle;
	padding: 5px 0px;
	
}
#form fieldset span.notification{
	font-size: 11px;
}
#form fieldset.submit{
	float: none;
	width: auto;
	border-style: none;
	
}

.agent_contact #form label {
	float: left;
	width: 33%;
	margin-right: 5px;
	text-align: right;
}

#form label {
	float: left;
	width: 40%;
	margin-right: 5px;
	text-align: right;
}

#form .box img{
	border: 3px solid #93C3E2;
}

#form label.required{
	font-weight: bold;
}

.failure, .success {
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #CC0000;
	font-size: 1.2em;
}

.success {
	color: #006600;
}

/*** Communities ***/
ul.community_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

ul.community_list li{
	padding: 5px;
	border-bottom: 1px solid #666666;
	background-color: #F1F1F1;
	float: left;
	clear: both;
	width: 100%;
}

ul.community_list li .title,ul.community_list li .count,ul.community_list li .price{
	width: 33%;
	float: left;
}

.community {

}

.community .price {
	font-weight: bold;
}

.community .description {
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}

.community .description_clear {
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
}

.community_agent {
	float: right;
	text-align: center;
	padding: 0px 0px 5px 10px;
}

.header_row {
	background-color: #22458a;
	color: #FFFFFF;
	font-weight: bold;
}

.header_row td{
	text-align: center;
	font-size: 0.9em;
}

.data_row {
	background-color: #F1F1F1;
	
}

.data_row td{
	text-align: center;
	vertical-align: top;
}

.header_row td.address_column {
	width: 15%;
}

.header_row td.floor_plan_column {
	width: 15%;
}

.header_row td.sqft_column {
	width: 9%;
}

.header_row td.levels_column {
	width: 9%;
}

.header_row td.masterbdr_column {
	width: 10%;
}

.header_row td.bedrooms_column {
	width: 10%;
}

.header_row td.bathrooms_column {
	width: 12%;
}

.header_row td.garage_column {
	width: 9%;
}

.header_row td.price_column {
	width: 9%;
}

.data_row td.address_column {
	width: 15%;
}

.data_row td.floor_plan_column {
	width: 15%;
}

.data_row td.sqft_column {
	width: 9%;
}

.data_row td.levels_column {
	width: 9%;
}

.data_row td.masterbdr_column {
	width: 10%;
}

.data_row td.bedrooms_column {
	width: 10%;
}

.data_row td.bathrooms_column {
	width: 12%;
}

.data_row td.garage_column {
	width: 9%;
}

.data_row td.price_column {
	width: 9%;
}

.data_row td ul{
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding: 10px;
	margin-left: 5px;
}

td.data_row_left{
	text-align: left !important;
}

.data_row_bottom td{
	border-bottom: 1px solid #666666;
}

/*** PROPERTY ***/
.property {
	width: 100%;
}

.property_files {
	width: 42%;
	float: left;
}

.property_files ul{
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
	clear: left;
}

.property_files .image {
	float: left;
	width: 48%;
	padding: 5px 2px;
}

.property_files .image img{
	border: 1px solid #3366CC;
}

.floor_plan_files {
	width: 42%;
	float: left;
}

.floor_plan_files ul{
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
	clear: left;
}

.floor_plan_files .image {
	float: left;
	width: 48%;
	padding: 5px 2px;
}

.floor_plan_files .image img{
	border: 1px solid #3366CC;
}

/*** Contact ***/
.contact_boxes {
	float: left;
	width: 33%;
}

/*** News & Featured News ***/
.news {
	padding: 10px 20px;
	background-color: #F1F1F1;
}

.news .date {
	font-style: italic;
}

ul.featured_news {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.featured_news li{
	padding-bottom: 5px;
}

/*** other ***/
ul.bul_normal {
	font-size:1.2em;
	line-height:1.4em;
	}
.sortable {
	cursor: pointer;
}