/* This CSS Designed By TSL */

html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}


body {
  background: #CCFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {
 color:#0000FF;
}     
 
a:hover {
 color:#05c7c0;
 text-decoration: underline;
}
a:active {
 color:#05c7c0;
}

#wrapper{
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 240px;
	background: #99CCFF;
	position: relative;
}
#header h1{
	position: absolute;
	top:10px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#990000;
	font-weight: bold;
}
#header h1 a{
	text-decoration: none;
	color:#990000;
}

#content{
	float: left;
	width: 900px;
	background: #2d3235 url(images/main_bgd.gif) repeat-y top left;
}
#col_left{
	float: left;
	width: 571px;
	padding: 10px 22px;
}
#col_right{
	float: right;
	width: 197px;
	padding: 10px 58px 30px 30px;

}
#realestateleads{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

#navigation{
	
	position: absolute;
	top:10px;
	
	right: 22px;
}
#navigation li{

	float: left;
	
}
#navigation a {
	display: inline-block;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	padding:10px 15px 35px 15px;;
	background-color:#33CC00;
	border-bottom: 3px solid #fff;
	color:#003399;
	margin-right: 1px;
	font-weight: bold;
}
#navigation a:hover{
	border-bottom: 3px solid #05c7c0;
	color:#FFCC00;
}
#navigation li.selected a{
	border-bottom: 3px solid #05c7c0;
	color:#FFCC00;
}
#imghead{
	position: absolute;
	top:120px;
}
#search{
	position: absolute;
	top: 80px;
	left: 22px;

}
#search input{
	float: left;
	background-color: #fff;
	border: 1px solid #393e41;
	padding: 3px;
	color: #000000;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;

}

h2#slogan{
	position: absolute;
	top: 80px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;	
	font-weight: normal;
}
h2#slogan span{
	font-style: italic;
	color: #990000;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #0000CC;

}
h3{
	padding: 10px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center{
	float:left;
	padding-bottom: 0px;
	border-bottom: 1px solid #343a3d;
}
#quote{
	float:left;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
	color: #000000;
	font-weight: bold;
}

#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d;
}

#news li{
	margin-bottom: 10px;
}


.green{
	color: #95ca05;
}

#footer{
	width: 900px;
	margin: 10px auto 5px auto;
	font-size: 10px;     

}
#footer p{
	text-align: center;
}