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

body{
	margin-top:0px;
	color:black;
	font-size:16px;
	background-color: #399;
	background-repeat: repeat-x;
	
}

#wrap{
	position:relative;
	margin:0 auto;
	width:1010px;
	/*height:900px;*/
}

#banner{
	width:1010px;
	height:130px;
}

#logo{
	position:relative;
	width:283px;
	height:80px;
	top:0px;
	float:left;
	
}
#slogan{
	
	width:720px;
	height:80px;
	top:20px;
	float:right;
	background-image:url(../images/charlesestate.png);
	background-repeat:no-repeat;
	background-color:#D1DDE0;
	
}

#links{
	height:35px;
	width:1010px;
	float:right;
	font-size:12px;
	margin-top: 7px;
	text-align:right;
	
	
} 
.links ul{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	height:20px;
	padding-top:5px;
	padding-left:0px;
}
#links  li{
	display:inline;
	background:none;
	padding:0 0px 0 0;
}
#links li a{
	color:#e7f5f5;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 8px 5px 8px;
}
#links ul a:hover{
	color: #003;
}
/************************************
	Content Properties
************************************/

#white-bg{
	position:relative;
	width:1010px; /*height:800px;*/
	float:left;
	clear:both;
	background:white;
	padding:10px 0px 10px 0px;
	background-color: #FFF;
}

#leftside{
	position:relative;
	width:690px;
	background:white;
	float:left;
	color:#000;
	text-align: left;
	background-color: #FFF;
}

#rightside{
	position:relative; 
	left:10px;
	width:300px; 
	background:#D1DDE0;
	float:left;
}

#rightside p{
	 padding-left:20px;
}

.rightside_title{
	position:relative;
	height:44px;
	width:300px;
	background:url(../images/lefttitle_bg.png) repeat-x;
	background-color: #D1DDE0;
}


.rightside_title p{
	margin:0px;
	font-size:18px;
	font-weight:bold;
	color:white;
}

.hline{
	position:relative;
	background:url(../images/line.gif) repeat-x;
	/*left:10px;*/
	top:5px;
	background-image: url(../images/verline.gif);
}

.verLine{
	position:relative;
	background:url(../images/verline.gif) repeat-y;
	/*left:10px;*/
	margin:40px 20px 0px 20px;
	float:left;
	background-image: url(../images/verline.gif);
}


.rightside_title p{
	position:relative;
	font-size: 18px;
	font-weight:bold;
	padding:10px 0px 0px 30px;
}

h2{
	margin:0px 0px;
	padding:0px;
}

/************************************
	Footer + FotterLink Properties
************************************/

#footer{
	position:relative;
	width:1010px;
	padding-bottom:10px;
	margin-top:10px;
	text-align:center;
	font-size: 12px;
	float:left;
	clear:both;
}

/**********************************
	LINKS
**********************************/

a:link {
	color:#000;
	text-decoration:underline;
	height: 300px;
	width: 550px;
}

a:hover {
	color:#999;
}

a:visited {
	color:#000;
}

/***************************************
	End LINK
***************************************/

.divide{
	float:left;
	width:1010px;
	height:1px;
	background:#CCC;
}

