/* rural real estate style sheet */

html, body {
	background:rgb(249, 249, 247);
	height:100%;
	color:#0E33B5;
}

body, p, li, td {
	font-family:Tahoma;
	color:#0E33B5;
	font-size:14px;
	line-height:18px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	color:#0E33B5;
}

h2 {
	font-size:16px;
	padding-bottom:2px;
	border-bottom:3px solid rgb(51, 102, 255);
	margin-bottom:20px;
	color:rgb(51, 102, 255);
	padding-left:30px;
	background:url(../images/headingbg.gif) top left no-repeat;
}

h3 {
	margin-bottom:15px;
}

p {
	margin:0px 0px 20px 0px;
	padding:0px;
}

ul li {
	margin:0px 0px 5px 0px;
	padding:0px;
}

.clear {
	margin:0px;
	padding:0px;
	height:1px;
	clear:both;
}

a:link, 
a:visited,
a:hover,
a:link {
	color:rgb(51, 102, 255);
}

a:hover {
	text-decoration:none;
}

/* =wrapper */

#wrapper {
	margin:0px auto 0px auto;
	padding:0px;
	width:790px;
	overflow:hidden;
}

/* =header */

#header {
	margin:0px 30px 0px 30px;
	border-bottom:1px solid #FFF;
	height:180px;
	overflow:hidden;
	background:url(../images/RRE_Logo.jpg) bottom center no-repeat;
}

#header a.home-link:link,
#header a.home-link:visited,
#header a.home-link:hover,
#header a.home-link:active {
	display:block;
	text-decoration:none;
	height:152px;
}

#header ul {
	margin:0px;
	padding:0px;
	float:right;
	list-style:none;
	height:28px;
}

#header ul li {
	margin:0px;
	padding:6px 0px 6px 0px;
	float:left;
	height:14px;
	line-height:14px;
	font-size:11px;
}

#header ul li#headersitemap {
	margin-right:10px;
}

#header ul li a {
	padding-left:15px;
	font-family:Times;
	color:rgb(50, 101, 255);
	text-decoration:none;
	display:block;
	float:left;
	height:14px;
	line-height:14px;
}

#header ul li#headersitemap a {
	border-right:1px dotted rgb(50, 101, 255);
	padding-right:8px;
	background:url(../images/iconsitemap.gif) left center no-repeat;
}	

#header ul li#headercontact a {
	background:url(../images/iconcontact.gif) left center no-repeat;
}

/* =menu */

#menu {
	margin:0px;
	padding-top:122px;
	height:28px;
	position:relative;
	background:url(../images/menu.png) top left no-repeat;
}

#menu ul {
	margin:0px;
	border:none;
	padding:0px;
	list-style:none;
	height:28px;
}

#menu ul li {
	margin:0px 3px 0px 0px;
	border:none;
	padding:0px;
	height:28px;
	line-height:28px;
	float:left;
}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active {
	margin:0px;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	font-family:Times;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	background:url(../images/menuleft.gif) top left no-repeat rgb(255, 191, 63);
}

#menu ul li a:hover, 
#menu ul li.current a:link, 
#menu ul li.current a:visited,
#menu ul li.current a:hover,
#menu ul li.current a:active {
	background:url(../images/menuoverleft.gif) top left no-repeat rgb(50, 101, 255);
	text-decoration:none;
}

#menu ul li a span {
	display:block;
	padding:0px 22px 0px 8px;
	height:28px;
	line-height:28px;
	background:url(../images/menuright.gif) top right no-repeat;
}

#menu ul li a:hover span, #menu ul li.current a span {
	background:url(../images/menuoverright.gif) top right no-repeat;
}

/* =content */

#content {
	padding:20px 0px 0px 0px;
	position:relative;
}

#content #imagegallery {
	margin:0px auto 20px auto;
	border:4px solid rgb(51, 102, 255);
	padding:1px;
	width:500px;
	height:375px;
}

/* =footer */

#footer {
	margin:0px;
	border-top:8px solid rgb(50, 101, 255);
	padding:1px 0px 20px 0px;
	position:relative;
}

#footer p {
	margin:0px;
	padding:0px;
	line-height:20px;
	text-align:center;
	background:none;
	color:#0E33B5;
	font-size:11px;
	text-align:left;
}

#footer p.agencydetails {
	margin-bottom:20px;
	font-size:18px;
	line-height:22px;
	text-align:center;
}

#footer p a:link,
#footer p a:visited, 
#footer p a:hover,
#footer p a:active {
	color:#0E33B5;
	font-size:11px;
	font-weight:normal;
}

#footer #footermenu {
	padding:18px 0px 0px 140px;
	background:url(../images/footer.png) top left no-repeat;
}

#footer #footermenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	height:26px;
}

#footer #footermenu ul li {
	margin:0px 0px 0px 3px;
	border-right:1px solid rgb(50, 101, 255);
	padding:0px 3px 0px 0px;
	float:left;
	height:16px;
	line-height:14px;
	font-size:13px;
}

#footer #footermenu ul li a {
	font-family:Times;
	color:rgb(50, 101, 255);
}

/* =homepage */

#homepage {
	
}

/* =pagination */

.pagination {
	margin:20px 0px 20px 0px;
	padding:0px;
	border:none;
	font-weight:bold;
	color:#0E33B5;
}

.pagination-top {
	display:none;	
}