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

body
{
background-color:#FFFFFF;
padding:0; font-family:verdana, sans-serif; font-size:10px;
margin:0px auto auto auto;
color:#424849;
}
.clear {
	clear: both;
}
p{
padding:0px 5px 5px 0px;
text-align:justify;
margin:0px;
}

a:hover{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a{
color: #FF3300;
font-weight: bold;
text-decoration: none;
}

h1{
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
color:#fd4e1f;
padding: 3px 10px 0px 3px;
margin:0px;
}

h2{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-weight: bold;
color:#fd4e1f;
padding:3px;
margin:0px;
}

h3 {
color:#fd4e1f;
font-size:10px;
font-weight:bold;
margin: 0px;
text-transform:uppercase;
}

h4{
font-size:20px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
color:#fd4e1f;
padding: 3px 10px 0px 3px;
margin:0px;
}

img.img_right{
float:right;
padding:0px 8px 8px 5px;
}
img.img_left{
float:left;
padding:0px 8px 8px 0px;
}

/*------------------------------header-----------------------*/

#header{
width:900px;
height:100px;
margin:auto;
}

#header_logo{
width:150px;
height:100px;
float:left;
padding:2px 0 0 5px;
}

#header_slogan{
width:380px;
height:100px;
text-align: center;
float:left;
padding:2px 0 0 5px;
}

#header_logo1{
width:350px;
height:100px;
float:right;
padding:15px 0 0 5px;
}

/*------------------------------Containers-----------------------*/

#container {
width:900px;
height:auto;
margin:auto;
padding:0px;
}


/*------------------------------ Content -----------------------*/

#content {
width: 647px;
height: 380px;
position: relative;
float: left;
margin:10px 0px 0px 20px;
}

#content_text {
	width: 330px;
	height: 300;
	position: relative;
	float: left;
	padding-top: 10px;
}

#center_content{
width:900px;
position: relative;
padding:10px 0 15px 0;
}


/*------------------------------ Mr Realtor -----------------------*/

#mrrealtor_quote {
width: 647px;
height: 72px;
position: relative;
background-image:url(../../images/quotebox.jpg);
overflow: visible;
}
#mrrealtor {
	width: 296px;
	height: 310;
	position: relative;
	float: right;
}

/*------------------- Bottom Tabs ------------------------*/

#bottom_tab{
width:200px;
height:45px;
float:left;
margin-left:35px;
margin-bottom:15px;
background:url(../images/bottom_box.gif) no-repeat center;
background-position:0px 0px;
padding-left:40px;
color:#2eb3e6;
font-size:10px;
line-height:45px;
}

/*-------------------footer------------------------*/
#footer{
width:900px;
height:35px;
clear:both;
background-color:#c7c6c6;
}

#copyright{
text-align: center;
padding-top: 10px;
}

