﻿@charset "UTF-8";
body  {
	font: 80%/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: url(../images/pgbkgd3.jpg) repeat-x;
}

a:visited {
color:#FFFFFF;
}

img a {
border: none;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	color: #8db60e;
	margin: 0px 0px 12px 0px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #8db60e;
	margin: 0px 0px 12px 0px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #8db60e;
	margin: 0px 0px 6px 14px;
}
h3 img {
	padding-bottom: 2px;
}

a img {
border: none;
}

#container  { 
	text-align:left;
	margin: 0px auto;
	width: 800px;
} 
#header  {
	height: 80px;
	width: 800px;
	background: #2a2b2a url(../images/logoreflection.jpg) no-repeat left top;
	padding-top: 4px;
} 

#email {
	float: right;
	width: 60px;
	text-align: center;
	margin: 10px 42px 0px 0px;
	padding: 0px;
	border: 0;
	font-size: 11px;
	color: #CCCCCC;
}

#flashcontent {
	height: 250px;
	width: 800px;
	background: #242424;
}

#topstripe {
	height: 10px;
	width: 800px;
	background: #333333;
}
#navbar {
	background: #242424;
	height: 40px;
	width: 800px;
	color: #8db60e;
	margin: 0px;
	padding: 0px;
}

#bottomstripe {
	height: 10px;
	width: 800px;
	background: #333333;
}

#mainContent  {
	background-color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 300px;
	margin-top: 12px;
} 
.pgtitle {
	font-size: 24px;
	color: #8db60e;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar1  {
	width: 264px;
	float: right;
	background: url(../images/bkgds/darkstripes2.gif) repeat;
	padding: 12px;
	margin: 12px 0px;
	border: 1px solid #3e551f;
}
.rent {
	color: #99CC33;
	margin-bottom: 3px;
	font-size: 11px;
}
#footer{
	background:url(../images/bkgds/footer_bkgd.jpg) repeat-x left top;
	width: 100%;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
}

#footer p{
	margin:0 auto;
	padding:5px 10px
}


/* Miscellaneous classes for reuse */
.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 */
	float: left;
	margin-right: 8px;
}
.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;
}
.first {
margin-top: 0; 
}

