body {
  font-family: Verdana, Arial, Helvetica; 
  margin: 0px;
  padding: 0px; 
  text-align: center;
  background-color: #415374;
  background-image: url('/res/images/main_bg.jpg');
  background-repeat: repeat-x;
}

p {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  color: #333333;
  margin: 4px 0px 7px 0px;
  line-height: 18px;
}

div, td, span {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #333333;
}

form {
  margin: 0px;
  font-size: 11px;
  color: #333333;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Verdana, Arial;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
  font-size: 12px;
  padding: 0px;
  margin: 12px 0px 3px 0px;
  text-transform: uppercase;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px 7px 0px;
  padding: 0px;
}


/*********************************************/
/* Global Navigation Elements */
/*********************************************/
#top_nav {
	 width: 684px; 
	 height: 41px; 
	 margin: 0px 0px 0px 0px; 
	 padding: 0px;
}

#top_logo {
	 width: 393px; 
	 height: 58px; 
	 margin: 20px 0px 0px 0px; 
	 padding: 0px;
}

#top_listings_buttons_home {
	 width: 283px; 
	 height: 106px; 
	 margin: 31px 0px 0px 0px; 
	 padding: 0px;
}

#content_area_home {
	 width: 951px; 
	 margin: 0px; 
	 padding: 2px 0px 0px 0px;
	 background-color: #FFFFFF;
}

#content_home_left {
	width: 598px;
	margin: 0px 0px 0px 0px;
	border-top: 6px solid #ce0000;
	padding: 27px 0px 14px 0px;

}

#content_home_left_text {
	margin: 0px;
	padding: 0px 0px 0px 33px;

}


#content_home_right {
	width: 279px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f4e5aa;
	background-image: url('/rea/images/home/content_home_right_bg.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;

}

#slideshow_photo_container {
	margin-bottom: 5px; 
	text-align: center;
}

#slideshow {
	margin-bottom: 5px; 
	border: 1px solid #666666;
}

#slideshowCap {
	line-height: 20px;
	padding: 0px 12px 14px 12px;
}

#contact_area_home {
	width: 279px;
	background-color: #ce0000;
	background-image: url('/res/images/home/contact_bg.jpg');
	background-repeat: no-repeat;
}

#contact_area_home_text {
	line-height: 18px;
	padding: 12px 12px 12px 12px;
	color: #FFFFFF;
}

#contact_area_home_text a, #contact_area_home_text a:link, #contact_area_home_text a:visited, #contact_area_home_text a:hover, #contact_area_home_text a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	width: 951px; 
	border-top: 3px solid #75989e; 
	color: #FFFFFF; 
	line-height: 20px; 
	margin: 0px; 
	padding: 15px 0px 15px 0px; 
	text-align: left;
}

.footer {
	color: #FFFFFF; 
	line-height: 20px; 
	text-align: left;
	padding: 0px 0px 0px 15px; 
	margin: 0px;	
}

#footer a {
	color: #FFFFFF;
}

#footer a:link {
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}