/* cleverley css document 2009 - woohoodesigns.com */

body {  
	font: 16px "Times New Roman", Times, serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

#container {
	width: 880px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 4px solid #ddd;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 200px;
	background: #000 url(images/lc_remaxbanner2.jpg) no-repeat top left ; 
	color: #fff;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#belowheader {
	text-align: left;
	font-size: 25px;
	padding: 0px;
	color: #039;
	background: #ccc;	
	}
#belowheader img {
	float: left;
	}
	
#spacer {
	text-align: right;
	font-size: 10px;
	color: #CC0000;
	padding: 0px;
	}
	
#sidewrapper {
background: #fff url(images/whitebg.jpg) top left repeat-y;;
float: left;
}
	
#leftsidebar {
margin: 0px;
width: 185px;
float: left;
font-size: 14px;
background: #fff;
}


#leftsidebar img {
	margin: 100px 0px 20px 20px;
}


#leftsidebar ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 5px;
} 

#leftsidebar ul li { 
	margin: 5px; 
	padding: 5px; 
} 
 
#leftsidebar ul li a { 
	display: block;
	text-decoration: none;
	text-align: center; 
	padding: 5px; 
	color: #fff; background: #000;
	border: 3px solid; 
	border-color: #fff #666 #666 #fff; 
} 
 
#leftsidebar ul  li a:hover { 
	color: #fff; background: #039;
	border: 3px solid; 
	border-color: #000 #039 #039 #000; 
  
} 

#leftsidebar ul li a#current { 
	color: #fff; background: #cc0000; 	
} 


/*-------------------*/
#mainContent {
	width: 665px;
	float: right;
	padding: 0px 10px 0px 20px; 
	background: #fff;
}
#mainContent h4 {
text-align: left;
color: #f00;
	}

#footerNav {
	float: left;
	clear: both;
	width: 665px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ccc; 
	color: #000;
	font-size: 10px;	
}
/*-----------------------------------*/
#footerNav ul {
	margin: 2px;
	padding: 5px 8px;
	list-style-type: none;
	text-align: center;
	background: #036;
} 
	

#footerNav ul li { 
	display: inline; 
	margin: 0px; 
	
	
} 
 
#footerNav ul li a { 
	text-decoration: none; 
	padding: 5px; 
	color: #fff; background: #036;
} 
 
#footerNav a:hover { 
	color: #036; background: #9c0;
	 
} 

#footerNav li a#current2 { 
	color: #fff; background: #FF0000; 
} 


#footer {
	float: left;
	clear: both;
	width: 880px;
	margin: 0px 0px 50px 0px;
	padding:  0px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000; 
	color: #fff;
	font-size: 10px;
	text-align: left;	
}
/*---LINKS---*/
#footer a {font-family:Georgia, "Times New Roman", Times, serif; font-size: 10px;cursor: auto}
#footer a:link {color: #fff;}
#footer a:visited {color: #690;}
#footer a:hover {text-decoration: none; color: #c00; }
#footer a:active {color: #f00; text-decoration: none}

.textright { text-align: right}

