﻿@charset "UTF-8";
/* CSS Document Rich Rentals */

* {
	padding:0;
	margin:0;
	}

body {
	background:#000000 url(images/bg.jpg) repeat-x;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	}
a {
	color:#000;
	text-decoration:underline;
	}

a:hover	{
	text-decoration:none;
	}	
	
h1 {
	text-align:right;
	padding:85px 20px 0 0;
	font-size:9px;
	}
	
h2 {
	text-align:right;
	margin-right:20px;
	font-size:15px;
	color:#FF0000;
	}
h3 {
	margin-bottom:20px;
}	
h4 {
	font-size:1.4em;
	margin-bottom:20px;
}

/* OTHER STYLES */

.big {
	font-size:1.2em;
}
.italic {
	font-style:italic;
}

/* DIVISIONS */
#container {
	margin:10pt auto 0px auto;
	width:800px;
	border-top:#000 solid 1px;
	border-right:#000 solid 1px;
	border-left:#000 solid 1px;
	background-color:#FFFFFF;
	background-image:url(images/hr.jpg);
	background-position:50% 130px;
	background-repeat:no-repeat;
	padding:0;
	}
#banner {
	background:#000000 url(images/banner.jpg) no-repeat top left;
	width:100%;
	height:119px;
	border:none;
	padding:0;
	margin:0;
}

#content {
	width:100%;
	margin-top:35px;
}
	
#leftcolumn {
	margin-left:20px;
	width:550px;
	float:left;
}
#leftcolumn p {
	margin: 7px 0;
}
	
#rightcolumn {
	margin-left:610px;
	margin-right:20px;
}

.sidebox p {
	margin-bottom:5px;
	}
	
.sidebox {
	background-color:#CCCCCC;
	border:1px solid #999999;
	padding:10px;
	margin-bottom:15px;
	border-bottom:#FF0000 solid 2px;
}

.smalltext {
	font-size:.8em;
}	

/*  CATEGORY PAGES  */
.property {
	width:540px;
	clear:both;
	padding:15px;
	border:#c3c3c3 dotted 1px;
	margin-bottom:15px;
}
.property img {
	float:left;
	margin-right:25px;
	border:1px solid #999;
	clear:right;
	width:150px;
	height:100px;
}
.property h4 {
	font-size:1.2em;
	margin-bottom:10px;
}	

/*  RENTALS  */

#slideshow {
	float:left;
	margin:0 15px 15px 0;
	border-bottom:2px solid #FF0000;
}

/* FRONT PAGE GALLERY */
a img { border: none; }

#muGallery { width:502px; }
#muGallery a {text-decoration:none;}
#gal-img-contain { background-color:#333; border:1px solid #999999;}
#gal-main-img { margin:0; vertical-align:bottom; }
#gal-main-img-link {}
#gal-main-img-link a {text-decoration:underline;}
#gal-controls { background-color:#CCC; padding:4px; text-align:center; margin-bottom:.4em; }
#gal-controls img { margin:1px 6px; width:25px; height:25px; vertical-align:bottom; }
#gal-controls a:focus { outline-style: none; }
#gal-controls a:hover img { border:solid 1px #FFF; margin:0 5px; }
#gal-controls img.current { border:solid 1px #FF0000; margin:0 5px; }
#gal-headline { font-size: 2em; margin:0 0 .2em 0; line-height:1; font-weight:normal; }
#gal-headline a { text-decoration:none; color:#000; }
#gal-headline a:hover { text-decoration:underline; }
#gal-teaser { font-size: 1em; text-decoration:none; }
#gal-readmore-link {}
#gal-readmore { font-size: .9em; }

/*  FOOTER  */
#footer {
	color:#fff;
	font-size:.8em;
	margin:0px auto 5px auto;
	width:800px;
	background:#000 url(images/footergradient.jpg) repeat-x;
	padding-top:35px;
}
#footer a {
	text-decoration:underline;
	color:#ffffff;
}