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

img{border:none;}

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000000;
	text-align:center;
	/*
	background: url("images/background.jpg"); 

*/	background-repeat: repeat-x;
	margin:0;
	padding:0;
}


/* --- Container Elements ---*/	
#mainTable{
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	margin: 0; padding: 0;}
	
#container{
	width:850px; 
	margin:0; 
	padding: 0; 
	text-align:left; 
	margin-left: auto; 
	margin-right: auto;}
	
#content{
	width: 850px; 
	float:right;
	}

#content p{
	margin-left:15px; 
	margin-right:15px;
}


#blogcontent{
/*
	width: 850px; 

*/	}

#wrapper{
	width:850px;}	


/* --- Header Elements ---*/		
#header{
	margin: 0; 
	padding: 0;}
	
#headnav{
	background-image:url(http://atlhomesearch.com/images/bg_bar.jpg); 
	background-repeat:repeat-x; 
	height:21px; 
	text-align:right; 
	text-transform:uppercase; 
	width:850px;
}
	
#headnav a{
	color:#FFFFFF; 
	text-decoration:none; 
	margin-right:15px; 
	margin-top:30px;}

	
/* --- Left Navigation ---*/	
#leftnav{
	width:150px; 
	float:left; 
	clear:both;}

#leftnav ul{
	margin:0; padding:0;}

#leftnav li{
	background-image:url(http://atlhomesearch.com/images/bg_li.jpg); 
	background-repeat:repeat-x; 
	width:150px; 
	height:25px; 
	list-style:none;}

#leftnav li a{
	margin-left:10px;}


/* --- Headings ---*/
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-left:15px;

}

h3{
	text-transform:uppercase; 
	color:#FFFFFF; 
	margin-bottom:5px; } 

h2{
	color:#AAC72D;
	margin-left:15px;
	text-transform:none;
	font-size: 13px;
	line-height: 15px;
}


h4{
	margin-left: 15px;
	text-transform: uppercase;
	color:#3a3a82; 
}


/* --- Links ---*/
a:link, a:visited, a:hover, a:active{
	color:#3a3a82; 
	text-decoration:underline;}


/* --- Quicksearch Form ---*/
#quicksearch{
	width:240px; 
	background-image:url(http://atlhomesearch.com/images/bg_quicksearch.jpg); 
	background-repeat:repeat-x;}

.searchbox{
	width:240px; 
	margin:0px auto; 
	padding-top: 25px;}


/* --- Footer Elements ---*/
#footer{
	background-image:url(http://atlhomesearch.com/images/bg_bar.jpg); 
	background-repeat:repeat-x; 
	height:21px; 
	color:#FFFFFF;
	text-align:center; 
	text-transform:uppercase; 
	width:850px; 
	font-size:11px;
	margin-top: 20px;
	}

#footer a{
	color:#FFFFFF; 
	text-decoration:none; 
	margin-right:15px; 
	margin-top:30px;}

.foot{
	position:relative; 
	top:3px;}
	
	
/* --- Misc Classes ---*/


.sideLinks a {
	color:#AAC72D;
	font-size: 14px;
	text-align: center;
	font-weight: bold;

}



.green{
	background:#ABE600;
	padding:10px;}
	
.gray{
	background:#CCCCCC;
	padding:10px;}
	
.market{
	color:#AAC72D;
	font-weight:bold;}

.large{
	font-size:14px;}	

.border{
	border:1px solid #CCCCCC;}	

.break{ /* gives breaking space on neighborhoods page*/
	width:100%; 
	height:15px; 
	clear:both;}

.small{
	font-size:10px;}


.title{ /* left nav category title */
	background-color:#aac72d;  
	height:25px;
	width:100%; 
	color:#FFFFFF; 
	text-transform:uppercase; 
	font-size:16px; 
	font-weight:bold;}
	
.down{ /* positions headings in center of background color */
	position:relative; 
	top:5px;}

.nobullet{
	list-style:none;}

.top{ /* back to top links */
	text-align:right;}

.line{
	height:10px; 
	border-bottom:solid 1px #CCCCCC; 
	margin-left:15px; 
	margin-right:15px;}
	
#sidebar{
	width: 200px;
	float: right;
	border-left:1px solid #EBEBEB;
}

#sidebar ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}

#sidebar ul li ul{
	padding: 0;
	margin-left: 20px;
}

.narrowcolumn{
float: left;
	width: 475px;
}

#sidebar h2{font-size:18px; margin-left:12px; margin-bottom:6px;}

#sidebar ul{margin:0; padding:0;}

#sidebar form{margin-left:12px;}

.small{margin-left:20px;}

.pagetitle{font-size:18px; margin-left:-4px;}

.post h2{font-size:18px;}


/*Other neightborhoods buttons*/

#neighborhood {
	width: 143px;
	height: 400px;
	background: url(images/areas-bg.jpg) no-repeat;
	text-align: center;
	}
	
#neighborhood ul {
	list-style-type: none;
	padding: 115px 0 0 0;
	margin: 0;
	}
	
#neighborhood ul li {
padding-bottom: 30px;
}
	
#neighborhood ul li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 80px;
	}
	
#bottomsearch{
	padding: 5px 0;
	font-size: 14px;
	background:#3a3a82; 
	color: #FFFFFF;
	text-align: center;
	border-bottom: 4px solid #AAC72D; 
	margin-bottom: 20px;

}

#bottomsearch a{
	color: #FFFFFF;
}

#bottomsearch a:hover{
	text-decoration: underline;
	color:#AAC72D; 
}	
	

