@charset "UTF-8";
/* sitenamehere.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	padding-bottom:5px;
	}
body {
	width:1024px;
	background:#b8b8b8;
	margin:0 auto;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2em;
	}
h1 {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
	padding-bottom:5px;
	color:#990000;

	}
h2 {
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	padding-bottom:5px;
	}
h3 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:5px;
	color:#003366;
	}
#header {
	width:1024px;
	height:142px;
	}
#nav {
	width:864px;
	height:23px;
	background:#181818 url(../images/nav_img.jpg) left top no-repeat;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.25em;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	padding:6px 0 0 160px;	
	}
#nav li {
	display:inline;
	padding-right:4px;
	}
#nav a:link {
	color:#FFF;
	text-decoration:none;
	}
#nav a:visited {
	color:#fff;
	text-decoration:none;
	}
#nav a:hover {
	color:#83b4d0;
	text-decoration:none;
	}
#body_background {
	width:1024px;
	background:#fff url(../images/body_bkgndbottom.jpg) bottom no-repeat;
	padding-bottom:20px;
	font-size:1.2em;
	line-height:1.4em;	
	}
#body_top {
	width:924px;
	background:url(../images/body_bkgndtop.jpg) top no-repeat;
	padding:10px 50px 0 50px;
	}
.address {
	text-align:right;
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:10px;
	}
.address a:link {
	text-decoration:underline;
	color:#CC3300;
	}
.address a:hover {
	text-decoration:none;
	color:#cc3300;
	}
.address a:visited {
	text-decoration:underline;
	color:#CC3300;
	}	
#body_images {
	width:924px;
	text-align:center;
	margin:10px 0;
	}
#interior_text {
	width:630px;
	float:left;
	line-height:1.8em;
	padding:10px 20px;
	}
#text {
	width:800px;
	padding:10px 10px 20px 10px;
	margin:0 auto;
	}
#right_sidebar {
	width:200px;
	padding:10px 20px;
	margin-bottom:20px;
	float:right;
	border-left:1px solid #999999;
	font-size:1em;
	line-height:1.6em;
	}
#right_sidebar h1 {
	font-size:1.3em;
	}
#right_sidebar li {
	margin-left:40px;
	}
#right_sidebar ul {
	padding-bottom:10px;
	}
#right_sidebar a:link {
	color:#CC3300;
	text-decoration:underline;
	}
#right_sidebar a:hover {
	color:#CC3300;
	text-decoration:none;
	}
#right_sidebar a:visited {
	color:#CC3300;
	text-decoration:underline;
	}
#rentals {
	width:380px;
	padding:10px;
	border-right:1px solid #666666;
	float:left;
	margin-left:80px;
	margin-bottom:20px;
	}
#repairs {
	padding:10px;
	float:right;
	margin-right:60px;
	margin-bottom:20px;
	}
.dots {
	width:850px;
	height:11px;
	background:url(../images/dot.gif) repeat-x;
	margin:0 auto;
	}
.bottom_left {
	width:560px;
	padding-left:15px;
	font-size:1.1em;
	line-height:1.4em;
	color:#004686;
	float:left;
	}
.bottom_left li {
	margin-left:20px;
	}
.bottom_left a:link {
	color:#004686;
	text-decoration:underline;
	}
.bottom_left a:hover {
	color:#004686;
	text-decoration:none;
	}
.bottom_left a:visited {
	color:#004686;
	text-decoration:underline;
	}
.bottom_right {
	width:340px;
	background:url(../images/dot.gif) repeat-y top left;
	font-size:1.1em;
	line-height:1.4em;
	color:#004686;
	float:left;
	}
.bottom_right p {	
	padding-bottom:2px;
	}
.bottom_right a:link {
	color:#004686;
	text-decoration:underline;
	}
.bottom_right a:hover {
	color:#004686;
	text-decoration:none;
	}
.bottom_right a:visited {
	color:#004686;
	text-decoration:underline;
	}
.bottom_text {
	padding-top:20px;
	}
.red_text {
	color:#a92c00;
	}
#footer {
	width:924px;
	margin-top:10px;
	text-align:center;
	font-size:.95em;
	line-height:1.2em;
	float:left;
	margin:0 auto;
	}
#footer li {
	display:inline;
	padding-right:5px;
	}
#footer a:link {
	color:#5d5d5d;
	text-decoration:none;
	}
#footer a:visited {
	color:#5d5d5d;
	text-decoration:none;
	}
#footer a:hover {
	color:#5d5d5d;
	text-decoration:underline;
	}
.admin_table {
	padding:75px 0 200px 0;
	}
.admin_table td {
	padding:5px;
	}
.admin_div {
	padding:50px 0 200px 0;
	}
.admin_div a:link {
	color:#004686;
	text-decoration:underline;
	}
.admin_div a:hover {
	color:#004686;
	text-decoration:none;
	}
.admin_div a:visited {
	color:#004686;
	text-decoration:underline;
	}
.editor_body {
	width:942px;
	background:#fff;
	}
.hzrule {
	padding:5px 0;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
