html { min-height: 100%; margin-bottom: .01em; } /* forces a vertical scrollbar in firefox to avoid page shift */
body {
	background: #ffffff url('../images/bkg_body.gif') top repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #172A56;
	margin: 0px auto;
	line-height: 1.5em;
	text-align: center;
}
iframe { border:none; }

/* Main */
.element {
	padding-left:10px;
}
#wrapper {
	background-color: white;
	margin: 0px auto;
	width: 1000px;	
	/*background-image: url('../images/cbaContentBG.jpg');*/
	background-repeat: repeat-y;	
}
#header {
	width: 1000px;
	height: 188px;
	background: #334468 url('../images/header_GR.jpg') no-repeat;  /* dave */
	text-align: left;
	overflow:hidden;
}
#headerTop {
	/*background-image: url('../images/cbaHeaderTopBG1.jpg');*/
	background:#334468;
	background-repeat: no-repeat;
	color:#d3d3d3;
	height: 18px;
	font-size:10px;
	text-align: center;
}
#headerTop h1 {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	display: inline;
	font-weight:normal;
}

#headerLogo {
	width: 475px;
	height: 66px;
	float: left;
}
#signIn {
	color:#ffffff;
	width: 330px;
	height: 40px;
	float: right;
	padding-top:140px;
}
#signIn .element {
	float:left;
	font-weight:bold;
	text-transform: uppercase;
}
#signIn a {
	color:#ffffff !important;
	font-size:9px;
	margin-left:8px;
	text-transform:none;
}
#signIn .input1 {
	width: 90px; }
#topNav {
	background-color: white;
	width: 1000px; /* dave */
	text-align: left;
	line-height: 2em;
}
#topNavContent {
	/* background-color: #bc0004; dave */
	background: transparent url('../images/bkg_topNav.gif') repeat-y; /* dave */
	color: white;
	width: 100%;
	margin-left: 0px;
	height: 32px;
}
.leftLink {
	margin:0px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
/* used in roster searches */
#resultList {
	border-top:1px solid silver;
}
#resultList .oddRow {
	background-color:#f6f6f6;
	border-bottom:1px solid silver;
	padding:6px;
}
#resultList .evenRow {
	background-color:#fff;
	border-bottom:1px solid silver;
	padding:6px;
}
.greenButton {
	border:1px solid #9DB68C;
	background-color:honeydew;
	width: 166px;padding:2px;
	text-align:center;
	font-weight:bold;
	margin-left:5px;
	margin-bottom:4px;
}
#columns {
	position:relative;
	display:inline-block;
	background:white;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}
.columnNoLines { width:1000px; background:#ffffff; height:10px; }
.columnLines {
	background: #ffffff url('../images/bkg_columnLines.gif') repeat-y !important;
}
#leftCol {
	padding-top: 14px;
	padding-bottom: 24px;
	float: left;
	width: 250px;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#centerCol {
	padding-top: 14px;
	padding-bottom: 24px;
	padding-left: 20px;
	float: left;
	width: 73%;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#centerAndRightCol {
	padding-top: 14px;
	padding-bottom: 24px;
	padding-left: 20px;
	float: left;
	width: 73%;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#centerAndRightCol .centerInternal {
	float:left;
	width:480px;
}
#rightCol {
	display: none;
	padding-top: 14px;
	padding-bottom: 24px;
	float: right;
	width: 0px;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#fullCol {
	padding: 14px 20px;
}
#footer {
	display:inline-block;
	clear: both;
	width: 1000px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	border-top: 1px solid #d3d3d3;
	text-align:left;
	color: white;
	font-size: 11px;
}
#footer .copyright {
	color:#333333;
	float:left;
	font-size:11px;
	height:30px;
	line-height:30px;
	padding-left:40px;
	position:relative;
}
#footer .right {
	float: right;
	padding-right: 26px;
}
#footer .right a img {
	margin: 7px 0px;}
.disclaimer {
	color: #696969;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}
form input.error {
	background:#FFE4E1;
	border:red 1px dotted;
}
form label.error {
	position:relative;
	display:block;
	clear:both;
	color:red;
}
.vTop { vertical-align:top; }


/* Home */
#pageTitleArea {
	padding-top: inherit;
	line-height: 1.3em;
	width: 100%;
	border-bottom: 2px solid #172A56;
	text-align:left;
}
.pageInstructions {
	font-size: 11px;
	padding-top: 5px;
	color: #777777;
}
.pageTitle {
	font-size: 18px;
	color: #172A56;
}
.redBold {
	color: red;
	font-weight: bold; 
}
.messageArea {
	font-size: 13px;
	color: red;
	font-weight: bold;	
	padding-bottom: 10px;
}
.goldBox {
	border: 1px solid #DD9607;
	padding: 10px;
}
.box1 {  
	/*border: 1px solid #837554; */
	/*background-color: #FFF7E7;*/
	padding: 0;
}
.box1Title, .box1TitleRed { 
	background: url('../images/titleBarBlue_sm.jpg') no-repeat;
	text-indent: 10px; 
	font-size: 16px; 
	font-weight: bold;
	padding: 5px 0 2px 0; 
}
.box1TitleRed {
	background: url('../images/titleBarRed_sm.jpg') no-repeat;
}
/*.box1TitleRight {
	background-image: url('../images/box1RightCorner.jpg');
	background-repeat: no-repeat;
	float: right; 
	width: 23px; 
	height: 29px; 
	margin-top: -29px;
	margin-right:-1px;
}*/
.box1Content, .box1ContentGrey { 
	background: #231f20;
	padding: 10px; 
	font-size: 13px;
	color: black;
	padding-bottom: 20px;
	padding-left: 20px;
}
.box1ContentGrey {
	background: #f2f2f4;
}
.box1Content p { font-size: 13px; color: black; }
.box1Content td { font-size: 13px; color: black; }
.box2 {  
	border: 0;
	padding: 0;
	margin-bottom:10px;
	float:left;
	position:relative;
	width:100%;
}
.box2Title { 
	text-indent: 10px; 
	font-size: 17px; 
	font-weight: bold;
	color: #31f20;
	padding: 4px 0 2px 0; 
	border-bottom: 3px solid #a0a9ba;
	margin-top: 10px;
}
.box2Content { 
	padding: 0px; 
	font-size: 13px;
	float: left;
	width:100%;
	border-bottom: 2px solid #a0a9ba;
}
.box2InnerContent { 
	padding: 10px; 
}
.box2InnerContent td { font-size: 11px; } /* Remove */
.box2InnerContent { 
	position:relative;
	float:left;
	font-size:11px;
	line-height:14px;
	width:auto;
}

.box2Content h1 {
	font-size: 14px;
	color: #31f20;
	margin-bottom: 4px;
}

.prevNext {
	background-color: ghostwhite; 
	border-top: 2px dotted silver; 
	border-bottom: 2px dotted silver; 
	padding: 4px;
}
.messageBox {
	border:1px solid red;
	background-color:#fff7e7;
	padding: 5px;
}
.searchBoxTitleBar {
	background-color: #172A56; 
	border-bottom: 1px solid silver; 
	color:#ffffff;
	font-weight: bold; 
	padding: 2px; 
	text-indent: 6px;
}

.searchBox { 
	text-transform:uppercase;
	font-size: 13px;  
}
div.searchBox { 
	padding:7px 0px 5px 0px;
	border-bottom: solid 1px white;	
	width: 200px;
}

.homeImages {
}

.homeImages .left {
	float: left; 
	width: 488px; 
	height: auto;
/*	background: transparent url('../images/home_GR1.jpg') no-repeat;*/
}

.homeImages .right {
	float: left; 
	width: 215px; 
	height: auto; 
	margin-left: 20px;
}

/* News */
.newsCon {
	width:730px;
}

/* Featured */
.featuredCon {
	width:480px;
}
.featuredCon .box2InnerContent { border-top: #cccccc 1px dotted; }
.featLeft,.featMid,.featRight,.featuredInfoBox {
	position:relative;
	float:left;
}
.featLeft {
	width:150px;
	text-align:center;
}
.featMid {
	width:200px;
}
.featRight {
	padding-left:10px;
	width:100px;
}
.featuredInfoBox {
	padding:8px; 
	border: 1px solid #C4CEE0; 
	width: 245px; 
	margin-left: 122px;
}

/* Quick Stats */
.quickStats {
	font-size:12px;
}
.quickStats img {
	position:relative;
	margin: 0px 0px 5px 5px;
	
}

/* Listing Detail */
.listingDetail {
	float:left;
	padding:10px 10px 5px 10px;
	width:500px;
}
.listingDetail hr {
	padding:3px;
}
.listingDetail .contact {
	background:#efefef;
	border:#b3b3b3 1px solid;
	padding:5px;
	text-align:center;
}
.listingDetail .data {
	color:#555555;
}
.listingDetail .data strong {
	color:#777777;
	font-weight:normal;
}
.listingDetail .element {
	float:left;
	padding:0px;
	width:100%;
}
.listingDetail .element.left {
	width:260px;
	text-align:left;
}
.listingDetail .element.right {
	width:210px;
	text-align:right;
}

/* ul */
.nodecoration {
	list-style: none;
	margin:0px;
}

/* tables */
.tableStyle1 {
	margin-top: 12px;
}
.tableStyle1 th {
	font-weight: bold;
	color: #666;
	text-align: right;
	padding: 3px 12px 3px 0;
}
.tableStyle1 td {
	text-align: left;
	padding: 3px 0;
}

/* Events */
.eventList { 
	position:relative;
	float:left;
	padding: 0px; 
	width: 220px; 
	height: auto; 
	/*background: #ffffff url('../images/home_eventlist_bkg_body.gif') repeat-y;*/
}

.eventList .header {
	width: 220px; 
	height: 48px; 
	background: #ffffff url('../images/home_eventlist_header.gif') no-repeat;
}

.eventList .header a { /* View all link */
	display: block; 
	float: right; 
	width: 60px; 
	margin-top: 15px; 
	height: 25px
}

.eventList .body {
	padding: 10px 10px 0px 10px;
}

.eventList .footer {
	width: 220px; 
	height: 9px; 
	background: #ffffff url('../images/home_eventlist_footer.gif') no-repeat;
}

.localMarketButton {
	margin-top: 5px;
}

.localMarketButton a {
	display: block; 
	background: #ffffff url('../images/btn_localmarket.gif'); 
	width:250px; 
	height: 161px
}

/* HEADING & PARAGRAPH */
h1 { font-size: 18px; color: #172A56; }
h2, iframe h2 { font-size: 15px; color: #172A56; }
h3 { font-size: 13px; color: #172A56; font-weight: bold; }
h2.darkgold { font-size: 14px; color: #837554; margin-top: 0; margin-bottom: 0; }
h2.gold { font-size: 14px; color: #7B3D3C; text-transform:uppercase; margin-top: 0; margin-bottom: 0; }
h3.gold { font-size: 13px; color: #7B3D3C; margin-top: 0; margin-bottom: 6px; }
p, td, th { font-size: 12px; }
p { margin-top: 1em; margin-bottom: 0; margin-left: 0; padding-left: 0;} 
p.viewButton { text-align:center; padding-bottom: 6px; }

/* LINKS */
a:link { color: #172A56; text-decoration: underline; }
a:visited { color: #172A56; text-decoration: underline; }
a:hover { color: #AC4611; text-decoration: underline; }
a.noDeco:link { color: #32A1FF; text-decoration: none; }
a.noDeco:visited { color: #32A1FF; text-decoration: none; }
a.noDeco:hover { color: #D2520C; text-decoration: underline; }
a.searchBox:link { color: #ffffff; text-decoration: none; }
a.searchBox:visited { color: #ffffff; text-decoration: none; }
a.searchBox:hover { color: #ffffff; text-decoration: none; }
a.dashedLink:link{ color: #172A56; text-decoration: none; border-bottom: 1px dashed #32A1FF;  }
a.dashedLink:visited { color: #172A56; text-decoration: none; border-bottom: 1px dashed #32A1FF; }
a.dashedLink:hover { color: #7B3D3C; text-decoration: none; border-bottom: 1px dashed #7B3D3C; }

.font10, p.font10, td.font10 { font-size: 10px; }
.font11, p.font11, td.font11 { font-size: 11px; }
.picklist { float:left; }
.picklist td { font-size: 11px; line-height: 1.1em; }
fieldset {border:1px solid tan;padding:0px 12px 20px 12px;}
legend {font-weight: bold; color: #837554;}
#snakingCols  { margin: 0px auto; width: 730px; font-size:11px; } 	
#snakingCols ul { list-style-type: none; margin-left: 0; padding-left: 0; }
#snakingCols li { margin-top: 10px; line-height:13px; font-size:11px; }
#snakingCols td { color: #172A56; font-size:11px; }
#snakingCols a { text-decoration: none; }	
#snakingCols a:link { color:#32A1FF; text-decoration: none; }
#snakingCols a:visited { color: #32A1FF; text-decoration: none; } 
#snakingCols a:hover { color: #DD9607; text-decoration: none; }
.aColumn { float: left; width: 180px; }

.bold13 { font-size: 13px; font-weight: bold; }
.boldDarkGold { font-size: 13px; color: #837554; font-weight: bold; }
.orangeBold { font-size: 14px; font-weight: bold; color: #7B3D3C; }
td.gold, p.gold { color: #DD9607; }
td.darkgold, p.darkgold { color: #837554; }
.darkgold { color: #837554; }
ul { margin-left: 1.5em; padding-left: 0; }
ul.markerBlue {  margin-top: 6px; list-style-image: url('../images/markerBlue.jpg'); }
ul.markerGold {  margin-top: 6px; list-style-image: url('../images/markerGold.jpg'); }
li.markerListItem { margin-bottom: 10px; line-height: 1.3em; margin-top: 0; }
#header a:link { color: #172A56; text-decoration: underline; }
#header a:visited { color: #172A56; text-decoration: underline; } 
#header a:hover { color: #D2520C; text-decoration: underline; }
#topnav a { font-size: 14px; }
#topnav a:link { color:white; text-decoration: none; }
#topnav a:visited { color: white; text-decoration: none; } 
#topnav a:hover { color: white; text-decoration: none; }
#topnav a.submenu { font-size: 12px; }
#topnav a.submenu:link { color:#172A56; text-decoration: none; }
#topnav a.submenu:visited { color: #172A56; text-decoration: none; } 
#topnav a.submenu:hover { color: white; text-decoration: none; }
#centerCol hr { color: white; border: 1px dotted gray; border-style: none none dotted; clear: both; width:100%; }
#rightCol hr { color: white; background-color: white; border: 1px dotted gray; border-style: none none dotted; clear: both; padding:0px;margin:0px; }
#leftCol hr { color: #e8f4fb; background-color: #e8f4fb; border: 1px dotted #837554; border-style: none none dotted; clear: both; }
#footer a { font-size: 10px; }
#footer a:link { color:#333333; text-decoration: underline; }
#footer a:visited { color:#333333; text-decoration: underline; } 
#footer a:hover { color:#333333; text-decoration: underline; }
#subfooter { font-size: 10px; color: #333333; text-align: center; margin: 4px 0 8px 0; }
img { border: 0; }
img.featured { border:none;/* 1px solid #d3d3d3;*/ }
input.input1, textarea.input1, select.input1 { 
	border-color: #837554;
	border-style: solid; 
	border-width:1px;
	color: #172A56;
	font-size: 12px; 
	background-color: ghostwhite;
}
.input2,input.input2, textarea.input2, select.input2 { 
	border-color: #172A56;
	border-style: solid; 
	border-width:1px;
	color: #172A56;
	font-size: 12px; 
	background-color: ghostwhite;
}
input.image { border-width: 0px; margin-bottom: -3px; }
input.btn {
	color:#172A56;
   	font-family: arial, helvetica, sans-serif;
   	font-size: 12px;
   	font-weight:bold;
   	background-color:#eee2c8;
	padding-top: 1px;
	padding-bottom: 1px;
   	border:1px solid;
   	border-top-color:#b8a97d;
   	border-left-color:#b8a97d;
   	border-right-color:#837554;
   	border-bottom-color:#837554;	
   	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#eeddaa');
}
input.btnhov {
   border-top-color:#cc6933;
   border-left-color:#cc6933;
   border-right-color:#D2520C;
   border-bottom-color:#D2520C;
}
.dashed { border-bottom: 1px dashed #32A1FF; }
.font15Bold { font-size: 13px; font-weight: bold; }
.formie { font-size: 11px; color: gray; font-style: italic; }



/* Search */
	.home_search_heading {
		width: 514px; 
		height: 57px; 
	}
	
	.home_search {
		position: relative;
		float:left;
		width:240px;
		height:270px;
	}
	
	.home_subhead {
		font-family:'Trebuchet MS';
		font-size:1.7em;
		letter-spacing:-1px;
		line-height:1.3em;
		margin-bottom:10px;
		margin-left:4px;
		margin-top:10px;
	}
	
	.hs_shadow {
		position: relative;
		width: 240px; 
		height: 8px; 
		background: transparent url('/images/CARhome/search_pnl_top.png') no-repeat;
		float: left;
	}
	
	.hs_container {
		position: relative;
		width: 240px; 
		background: transparent url('/images/CARhome/search_pnl_bg.png') repeat-x;
		float: left;
		_margin-top: -8px;
	}
	
	.hs_left {
		position:relative;
		width: 200px; 
		float: left; 
		margin-top:5px;
		margin-left: 20px; 
		margin-right: 5px;
	}
	
	.hs_icons {
		font-family: 'Trebuchet MS'; 
		font-size: 1.6em; 
		line-height: 1.6em;
		font-style: italic;
	}
	.hs_icons a { text-decoration:none; }
	
	.hs_icons div {
		width: 100%; 
		height: 32px; 
		background: transparent url('/images/CARhome/map_div_line.png') no-repeat bottom;
		margin-bottom: 6px;
		
	}
	
	.hs_icons div.hs_lastIcon {
		background: none;
	}
	
	.hs_icons span {
		/*display: block; */
		/*height: 32px; */
		/*margin-top: 4px; */
		padding-left: 40px; 
		/*padding-top: 8px; */

	}
	.hs_icon_office {
		display:block;
		background: transparent url('/images/CARhome/icon_office.png') no-repeat;
	}

	.hs_icon_indust {
		display:block;
		background: transparent url('/images/CARhome/icon_indust.png') no-repeat;
	}
	
	.hs_icon_retail {
		display:block;
		background: transparent url('/images/CARhome/icon_retail.png') no-repeat;
	}
	
	.hs_icon_multifam {
		display:block;
		background: transparent url('/images/CARhome/icon_multifam.png') no-repeat;
	}
	
	.hs_icon_land {
		display:block;
		background: transparent url('/images/CARhome/icon_land.png') no-repeat;
	}
	
	.hs_icon_farmranch {
		display:block;
		background: transparent url('/images/CARhome/icon_farmranch.png') no-repeat;
	}
	
	.hs_icon_invest {
		display:block;
		background: transparent url('/images/CARhome/icon_invest.png') no-repeat;
	}
	
	.hs_btns {
		width: 169px; 
		margin-top: 6px
	}
	
	a.hs_btn_search {
		display: block; 
		float: left; 
		width: 169px; 
		height: 30px; 
		background: transparent url('/images/CARhome/btn_search.png') no-repeat;
	}
	
	.hs_right {
		position:relative;
		width: 480px; 
		float: left; 
		top:0px;
	}
	
	.hs_map {
		position: relative; 
		background: transparent url('/images/CARhome/search_map.png') no-repeat; 
		width: 480px; 
		height: 300px;
	}
	
	.hs_map_side {
		position: relative; 
		background: transparent url('/images/CARhome/search_map_side.png') no-repeat; 
		width: 215px; 
		height: 232px;
	}	
	
	.hs_map_side2 {
		position: relative; 
		background: transparent url('/images/CARhome/search_map_side2.png') no-repeat; 
		width: 180px; 
		height: 194px;
	}	
	
	.hs_map_caption {
		position: absolute; 
		bottom: 40px; 
		right: 0px; 
		width: 210px; 
		height: 45px; 
		background: transparent url('/images/CARhome/map_whiteFade_bg.png') repeat-y;
	}
	
	.hs_map_caption span {
		float: left; 
		margin-top: 12px; 
		font-size: 13px; 
		font-weight: bold;
	}
	
	a.hs_map_trybtn {
		display: block; 
		position: absolute; 
		right: 5px; 
		top: 8px; 
		width: 85px; 
		height: 29px; 
		background: transparent url('/images/CARhome/btn_tryit.png') no-repeat;
	}
/* End search */


/* Map Search */
#resultsSummary {
	width: 800px;
}
/* End Map Search */

/* Featured Listings */
	.home_feat_heading {
		width: 200px; 
		height: 57px;
	}

	.home_feat {
		margin-left: 10px;
		width: 180px;
	}
	
	.home_feat_prop {
		position: relative;
		width: 100%;
		padding-bottom: 20px;
	}

	.hf_photo {
		text-align: center;
	}

	a.hf_title {
		font-size: 12px; 
		font-weight: bold; 
		text-decoration: none;	
		color: #0e6092;
	}

	.hf_info {
		font-size: 11px;
		line-height: 12px;
		width: 100%; 
		color: #000000;
		padding-bottom: 5px;
		font-style: italic;
	}
	
	.hf_info span {
		font-weight: bold;
		font-style: normal;
	}
	
	.hf_broker {
		float: left;
		font-size: 11px;
		line-height: 12px;
		color: #000000;
		float: left;
		height: auto;
	}
	
	.hf_broker a {
		font-weight: bold;
		color: #0e6092;
	}
	
	.hf_link {
		float: right;
		font-size: 10px;
		width: 95px;
		height: 20px;
	}
	
	.hf_sep {
		clear: both;
		width: 100%; 
		height: 2px; 
		background: transparent url('/images/HARhome/map_div_line.png') no-repeat bottom;
	}
/* End featured listings */
/* SEO links */
#cityLinks {margin-left: auto; margin-right: auto; margin-top: 20px; width: 1000px;text-align: left; } 	
#cityLinks h1 {padding-left:10px;font-size:9px;display: block; width: auto;font-weight:normal; margin:0px; }
#cityLinks ul {list-style-type:none;margin: 5px 0 0 0;padding-left:0; }
#cityLinks li {line-height:15px;font-size:9px; }
#cityLinks td {color:#435c90;font-size:9px; }
#cityLinks a {text-decoration:none; }	
#cityLinks a:link {color:#435C90; text-decoration: none; }
#cityLinks a:visited {color: #435C90; text-decoration: none; } 
#cityLinks a:hover {color: #850000; text-decoration: none; }
.cityColumn {float: left;width: 240px;margin-top:0px; }
/* End SEO links */
