@charset "UTF-8";


body {
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	background: #FFF url(../images/background1.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	color: #111;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom:0;
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.left {
	float:left;	
	text-align:left;
}
.right {
	float:right;	
	text-align:right;
}
.clear {
	clear:both;	
}
.center {
	text-align:center;
	margin:0 auto;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 250%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 19%;
	left: 20%;
	width: 770px;
	height:520px;
	padding: 16px;
	border: 16px solid #620000;
	background-color: white;
	z-index:1002;
	overflow:scroll;

}
#disclaimer {
	width:760px;
	margin:0 auto;	
}
.fine {
	font-size:11px;
	margin:10px auto;	
	font-style:normal;
}
.required_star {
	font-size:10px;
	font-style:italic;	
}
#requirements ol {
	width:500px;
	margin:0 auto;
}
.red {
	color:#FF0000;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 930px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin:15px 15px 0 15px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
#navcontainer {
	width: 100%; 
	height:40px;
	background-color:#620000;
	color:#dbc8a2;
}
#nav {
	height:40px;
	line-height:40px;
	vertical-align:middle;
	width:900px;
	margin:0 auto;
}
#nav li {
	width:19%;	
	text-align:center;
	display:inline;
	float:left;
}
#nav a {
	color:#dbc8a2;	
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;

}	
#nav a:hover {
	color:#ddc8a4;
	text-decoration:none;	
}	

.content {
	background:url(../images/container_bg.png) center top repeat-y;
	padding: 10px 0;
}
#maincolumn {
	float:left;
	width:604px;
	margin: 20px 10px 0 30px;	
}
#findrental {
	margin:52px 20px 27px 20px;	
}
#propertyowners {
	margin:0px 20px;	
}
#featuredcolumn {
	float:right;
	width:204px;
	margin: 20px 30px 0 10px;
	padding:0 10px;
}
.featuredcontainer {
		border:#000000 2px solid;
		margin:0 0 30px 0;	
		padding:5px 20px;
}
.featuredcontainer h2 {
	font-size:14px;
	text-align:center;
	color:#620000;	
	font-weight:bold;
}
#featured-renttype {
	font-size:12px;
	font-weight:bold;
	float:left;
}
#featured-price {
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-top:-2px;
}
#featured-bedbath {
	display:block;
	clear:both;
	font-size:11px	;
	text-align:center;
	margin:0 0 10px 0;
}
#featured-location {
	display:block;
	clear:both;
	font-weight:bold;
	font-size:11px	;
	text-align:center;
	margin:-3px auto;
}
#featured-photo {
	display:block;
	width:139px;
	height:80px;
	margin:12px 0 12px 10px;
}
#maincolumncontact {
	float:left;
	width:604px;
	margin: 20px 10px 0 15px;	
}

#contactcolumn {
	float:right;
	width:230px;
	margin: 20px 50px 0 0;
	background-color:#ebd8b2;
	padding:0 8px;
}
.spacing
{
	margin:30px 0;
}
#linkscontainer a {
	font-size:18px;	
	color:#620000;
	text-decoration:underline;
}
#search {
	width:820px;
	height:22px;
	margin:10px auto;
	line-height:22px;
	vertical-align:top;
	font-size:12px;
}
#search select {
	margin:0 6px;
}
#searchterms {
	width:798px;
	float:left;
}
#sort {
	width:800px;
	height:22px;
	line-height:22px;
	float:right;
	margin:20px 60px 4px 0;
	font-size:11px;
	text-align:right;
	vertical-align:bottom;
}
#sort a {
	color:#620000;
}
#listing {
	display:block;
	clear:both;
	width:800px;
	height:85px;
	margin:20px auto;
	padding:10px 10px;
	background-color:#dad9d9;
}
#printlisting {
	display:block;
	clear:both;
	width:800px;
	height:226px;
	margin:12px auto;
	padding:7px 10px;
	border-top:thin solid;
}
#listing img {
	float:left;
	display:inline;
	width:129px;
	height:85px;
	border:0;
}
#printlisting img {
	float:left;
	display:inline;
	width:129px;
	height:85px;
	border:0;
}
#type {
	float:right;
	display:inline;
	width:120px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
}
#bedbath {
	float:right;
	width:530px;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
}
#price {
	float:right;
	width:120px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}
#address {
	float:right;
	width:530px;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}
#address p {
	display:inline;
	font-size:10px;
	font-style:italic;
}
#address a {
	color:#000;
	text-decoration:none;
}
#address a:hover {
	text-decoration:underline;
	color:#620000;
}
#address a:visited {
	color:#620000;
}
#pets {
	float:right;
	width:620px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
}
#downloadapp {
	float:right;
	width:120px;
	height:42px;
	line-height:42px;
	vertical-align:bottom;
	text-align:right;
}
#downloadapp a {
	font-size:10px;
	color:#620000;
	text-decoration:underline;
}
#downloadapp a:hover {
	color:#860000;
}
#description {
	float:right;
	text-align:left;
	width:500px;
	height:25px;
	margin-right:30px;
	font-size:13px;
	font-style:italic;
	vertical-align:bottom;
}
#printdescription {
	float:right;
	text-align:left;
	width:620px;
	height:auto;
	margin-right:30px;
	padding-bottom:20px;
	font-size:16px;
	font-style:italic;
	vertical-align:bottom;
}

#description a {

	font-style:normal;
	text-decoration:underline;
	color:#620000;
}
#boximg {
	position:absolute;
	top:10px;
	left:10px;
	display:inline;
	width:464px;
	height:306px;
}
#boximg2 {
	position:absolute;
	top:10px;
	left:484px;
	display:inline;
	width:144px;
	height:95px;

}
#boximg3 {
	position:absolute;
	top:115px;
	left:484px;
	display:inline;
	width:144px;
	height:95px;

}
#boximg4 {
	position:absolute;
	top:220px;
	left:484px;
	display:inline;
	width:144px;
	height:95px;

}
#printboximg {
	position:absolute;
	top:10px;
	left:10px;
	display:inline;
	width:387px;
	height:255px;
}
#printboximg2 {
	position:absolute;
	top:10px;
	left:404px;
	display:inline;
	width:114px;
	height:75px;

}
#printboximg3 {
	position:absolute;
	top:100px;
	left:404px;
	display:inline;
	width:114px;
	height:75px;

}
#printboximg4 {
	position:absolute;
	top:190px;
	left:404px;
	display:inline;
	width:114px;
	height:75px;

}

#boxtype {
	width:200px;
	position:absolute;
	top:82px;
	right:20px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}
#boxphone {
	width:2000px;
	position:absolute;
	top:140px;
	right:20px;
	text-align:right;
	color:#620000;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}
#boxbedbath {
	position:absolute;
	top:65px;
	right:20px;
	width:200px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
#boxprice {
	width:120px;
	position:absolute;
	top:43px;
	right:20px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
}
#boxaddress {
	position:absolute;
	top:326px;
	left:-15px;
	width:530px;
	text-align:left;
	margin-left:25px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
}
#boxaddress p {
	display:inline;
	font-size:13px;
	font-style:italic;
}
#boxaddress a {
	color:#000;
	text-decoration:none;
}
#boxaddress a:hover {
	text-decoration:underline;
	color:#620000;
}
#boxaddress a:visited {
	color:#620000;
}
#boxpets {
	position:absolute;
	top:100px;
	right:20px;
	width:620px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}
#boxdownloadapp {
	position:absolute;
	top:159px;
	right:20px;
	width:180px;
	height:42px;
	line-height:42px;
	vertical-align:bottom;
	text-align:right;
}
#boxdownloadapp a {
	font-size:13px;
	color:#620000;
	text-decoration:underline;
}
#boxdownloadapp a:hover {
	color:#860000;
}
#boxdescription {
	position:absolute;
	top:350px;
	left:10px;
	text-align:left;
	width:560px;
	height:25px;
	margin-right:30px;
	font-size:12px;
	font-style:italic;
	vertical-align:bottom;
}

#boxdescription a {

	font-style:normal;
	text-decoration:underline;
	color:#620000;
}
#boxhide {
	position:absolute;
	top:1px;
	right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#boxhide a {
	color:#620000;	
}
#staffcontainer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	width:500px;
	line-height:30px;
	vertical-align:middle;
	clear:both;
}
.staffname {
	float:left;
	padding-left:16px;
	font-weight:bold;
}
.stafftitle {
	float:left;
	font-style:italic;
	font-size:11px;
	padding-left:8px;
}
.staffemail {
	float:right;
	padding-right:16px;
	text-align:right;
	font-size:11px;
}
.staffemail a {
	color:#333333;
}
/* ~~ The footer ~~ */
.footer {
	margin-bottom:30px;
	padding: 30px 25px;
	background:url(../images/container_bottom.png) top no-repeat;
	color:#444444;
	font-size:10px;
	font:Arial, Helvetica, sans-serif;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}