/* centered page, default font is Arial 10 */
body {
	behavior: url(/css/csshover.htc);	 /* WinIE behavior call */
	background: #C7D2C3; 
	color: #000;
	margin: 0 auto;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
}
table {
	font: 10pt Arial, Helvetica, sans-serif;	
}


h1 { font-size: 16pt; }
h2 {
	color: #B3431F;
	font-size: 12pt;
	font-weight: bold;
}
h3 { font-size: 12pt; }

/* 800px wide page with CBI branding background */
#page {
	width: 800px;
	background: url(/images/background.gif);
	padding: 0px;
	margin: 0 auto;
	border: none;
	background-color: white;
	text-align: left;
}
#page.mlssearch {
	width: 910px;
}

/* these page classes change the page title background for the nav4 area */
.about #nav4 { background: url(/images/top_middle_about.gif);}
.agents #nav4 { background: url(/images/top_middle_agents.gif);}
.apartments #nav4 { background: url(/images/top_middle_apartments.gif);}
.apartmentdetail #nav4 { background: url(/images/top_middle_apartmentdetail.gif);}
.apartmentsearch #nav4 { background: url(/images/top_middle_apartmentsearch.gif);}
.contact #nav4 { background: url(/images/top_middle_contactus.gif);}
.featuredproperties #nav4 { background: url(/images/top_middle_featuredproperties.gif);}
.glossary #nav4 { background: url(/images/top_middle_glossary.gif);}
.mls #nav4 { background: url(/images/top_middle_mls.gif);}
.mlssearch #nav4 { background: url(/images/top_middle_mlssearch.gif);}
.mlssearchresults #nav4 { background: url(/images/top_middle_mlssearchresults.gif);}
.propertydetails #nav4 { background: url(/images/top_middle_propertydetails.gif);}
.searchresults #nav4 { background: url(/images/top_middle_searchresults.gif);}
.services #nav4 { background: url(/images/top_middle_services.gif);}
.showall #nav4 { background: url(/images/top_middle_showall.gif);}
.faq #nav4 { background: url(/images/top_middle_faq.gif);}
.communityresources #nav4 { background: url(/images/top_middle_communityresources.gif);}
.commercialproperties #nav4 { background: url(/images/top_middle_commercialproperties.gif);}
.showing #nav4 { background: url(/images/top_middle_showing.gif);}


/* nav1 styles (lefthand navigation) */
#nav1 {
	width: 165px;
	float: left;
}

#nav1 img.print {
	display: none;
}
#nav1 ul {
	padding: 0;
	margin: 0;
}
#nav1 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav1Photo {
	margin: 69px 0 10px 3px;
}


/* styles for the main content area, including top navigation, content, footer */
#main {
	width: 635px;
	float: right;
}
.mlssearch #main {
	width: 745px;
}

#print_head {
	display: none;
}
/* nav2 area: res, apt, comm */
#nav2 {
	display: block; 
	width: 635px; 
	height: 118px;
	margin: 0;
	padding: 0;
	background: url(/images/top_left.gif) no-repeat;
}


/* top middle area */
#nav35 {
	width: 630px;
	background: url(../images/top_orangeline.gif) repeat-x;
}

/* branding */
#nav3 {
	display: block;
	float: left;
	width: 264px;
	height: 24px;
	background: url(/images/top_bottom.gif) no-repeat; background-position: 77px 0;
}

/* ex: search | show all */
#nav4 {
	display: block;
	overflow: auto;
	width: 635px;
	height: 48px;
	background: url(/images/top_middle.gif);
	text-align: right;
}
.testimonials #nav4 {
   background: url(/images/top_middle_testimonials.gif);
} 
.michelle #nav4 {
   background: url(/images/top_middle_michelle_sliger.gif);
} 
#nav4 a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	color: black;
}
#nav4 a:hover,
#nav4 a.hilite:hover {
	color: white;
}
.hilite, 
#nav4 a.hilite {
	color: #B3431F;
}

/* ex: sorting by [Rent] [Bedrooms] (etc) */
#nav5 {
	font-size: 9pt;
	height: 24px;
	line-height: 28px;
	background: url(../images/top_orangeline.gif) repeat-x;
}
#nav5 a {
	color: black;
	text-decoration: none;
}
#nav5 a:hover {
	color: white;
}
#nav5 a.hilite {
	font-weight: bold;
	color: #B3431F;
}

/* Nav1 rollovers */
#nav1 dl { margin: 0; padding: 0; }

#nav1 dt { float: left;}

#nav1 dt a {
	display: block;
	height: 0px !important;
	height /**/:29px; /* IE 5/Win hack */ 
	width: 126px;
	padding: 29px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav1 dt a:hover {
	background-position: 0 -29px;
}


#nav1 dt#about,
#nav1 dt#about a { background-image: url(../images/left_about2.gif); }
#nav1 dt#contact,
#nav1 dt#contact a { background-image: url(../images/left_contact2.gif); }
#nav1 dt#agents,
#nav1 dt#agents a { background-image: url(../images/left_agents2.gif); }
#nav1 dt#services,
#nav1 dt#services a { background-image: url(../images/left_services2.gif); }
#nav1 dt#community,
#nav1 dt#community a { background-image: url(../images/left_community2.gif); }
#nav1 dt#glossary,
#nav1 dt#glossary a { background-image: url(../images/left_glossary2.gif); }
#nav1 dt#faq,
#nav1 dt#faq a { background-image: url(../images/left_faq2.gif); }


/* Nav2 rollovers */
#nav2 dl { margin: 0; padding: 0; float: right;}

#nav2 dt { float: right;}

#nav2 dt a {
	display: block;
	height: 0px !important;
	height /**/:118px; /* IE 5/Win hack */ 
	padding: 118px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav2 dt a:hover {
	background-position: 0 -118px;
}

#nav2 dt#nav2_res,
#nav2 dt#nav2_res a { background-image: url(../images/top_res2.gif); width: 117px; }
#nav2 dt#nav2_apt,
#nav2 dt#nav2_apt a { background-image: url(../images/top_apt2.gif); width: 116px; }
#nav2 dt#nav2_com,
#nav2 dt#nav2_com a { background-image: url(../images/top_com2.gif); width: 120px; }


/* Nav3 rollovers */
#nav3 dl {
	display: block;
	float: left;
	margin: 0; padding: 0;
}
#nav3 dt a {
	display: block;
	float: left;
	height: 0px !important;
	height /**/:24px; /* IE 5/Win hack */ 
	padding: 24px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav3 dt a:hover {
	background-position: 0 -24px;
}


#nav3 dt#nav3_home,
#nav3 dt#nav3_home a { background-image: url(../images/top_home2.gif); width: 77px; }

#home-flash {
	width: 635px;
	height: 273px;
}


/* home page rollovers */
#home-nav { height: 219px; }
#home-nav dl { margin: 0; padding: 0; }

#home-nav dt { float: left; margin-right: 3px;}

#home-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:219px; /* IE 5/Win hack */ 
	width: 204px;
	padding: 219px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#home-nav dt a:hover {
	background-position: 0 -219px;
}


#home-nav dt#home_res,
#home-nav dt#home_res a { background-image: url(../images/home_res2.jpg); }
#home-nav dt#home_apt,
#home-nav dt#home_apt a { background-image: url(../images/home_apt2.jpg); }
#home-nav dt#home_com,
#home-nav dt#home_com a { background-image: url(../images/home_com2.jpg); }



/* various listing styles (search results, apt/res details) */
.listing {
	padding: 20px 0;
	overflow: auto;
	width: 100%;
}
.listing .images {
	float: left;
	text-align: left;
	width: 250px;
}
.listing a {
	color: #B3431F;
}
.listing img {
	border: 2px solid;
}
.listing img.button {
	border: 0;
	margin: 6px 6px 0 0;
	padding: 0;
}
.listing .info {
	width: 370px;
	float: right;
}
.listing .info .button {
	float: right;
	padding-bottom: 5px;
}
.listing .addr {
	font: bold 16pt Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
.agentInfo img {
	float: left;
	border: 1px solid #82957C;
}
.agentInfo .agentCopy {
	margin-left: 85px;
}
.agentInfo label {
	height: 1em;
	width: 3em;
	float:left;
	display: block;
}


/* footer styles */
#footer {
	clear: both;
	text-align: right;
	padding: 50px 10px 5px 10px;
	font: 7pt normal arial, helvetica, sans-serif;
}
.mlssearch #footer {
	padding-right: 120px;
}

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