/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

/* standard elements 
* {
	margin: 0;
	padding: 0;
}*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 13px; 
	text-align:center;/* for ie5.+*/
}

a {
	color: #266220;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
body {
	background: #666666;
	color: #424242;
	font: normal 0.8em sans-serif,Arial;
		/*font-size: 13px sans-serif,Arial;*/
	margin: 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}


/* main structure */
.main {
	background: #FFFFFF;
	border: 2px solid #494949;
	margin: auto; 
	text-align: left;
	width: 800px; 
}


/* header */
.header {
	background: url('img/headerbg.png') no-repeat;
	height: 161px;
	padding-top: 0;
	margin-top: 0;
	display: block;
	width: 800px;
}

.banner {
	background: url('img/bannerbg.png') no-repeat;
	width: 800px;
	height: 174px;
	display: block;
}
	

/*==============================================================*/
/* menu */

#nav {
	width: 576px;/*adj*/
	height:28px;/*ie5 bug relative pos needs height*/ 
	position:relative;
	top:130px;
	left:229px;
	
/*padding-top: 130px;
padding-left:220px;
display: block;
    width: 800px;
	margin-left: 229px;
	display: block;*/
	
}
#nav img {
	float: left;
}

#home
{
  float: left;
  width: 83px;
  height: 28px;
  margin-right: 1px;
  background: url('img/home.jpg') no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -28px;
}

#home span
{
  display: none;
}

#acthome
{
  float: left;
  width: 83px;
  height: 28px;
  margin-right: 1px;
  background: url('img/home.jpg') no-repeat 0 -28px;/*changed to jpeg for better IE6 png*/
  
}

#acthome span
{
  display: none;
}

#services
{
  float: left;
  width: 94px;
  height: 28px;
  margin-right: 1px;
  background: url('img/services.jpg') no-repeat 0 0;

}

#services:hover
{ 
  background-position: 0 -28px;
}

#services span
{
  display: none;
}

#actservices
{
  float: left;
  width: 94px;
  height: 28px;
  margin-right: 1px;
  background: url('img/services.jpg') no-repeat 0 -28px;
  
}

#actservices span
{
  display: none;
}

#staging
{
  float: left;
  width: 91px;
  height: 28px;
  margin-right: 1px;
  background: url('img/staging.jpg') no-repeat 0 0;

}

#staging:hover
{ 
  background-position: 0 -28px;
}

#staging span
{
  display: none;
}

#actstaging
{
  float: left;
  width: 91px;
  height: 28px;
  margin-right: 1px;
  background: url('img/staging.jpg') no-repeat 0 -28px;
  
}

#actstaging span
{
  display: none;
}

#apartments
{
  float: left;
  width: 108px;
  height: 28px;
  margin-right: 1px;
  background: url('img/apartments.jpg') no-repeat 0 0;

}

#apartments:hover
{ 
  background-position: 0 -28px;
}

#apartments span
{
  display: none;
}

#actapartments
{
  float: left;
  width: 108px;
  height: 28px;
  margin-right: 1px;
  background: url('img/apartments.jpg') no-repeat 0 -28px;
  
}

#actapartments span
{
  display: none;
}

#about
{
  float: left;
  width: 95px;
  height: 28px;
  margin-right: 1px;
  background: url('img/about.jpg') no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -28px;
}

#about span
{
  display: none;
}

#actabout
{
  float: left;
  width: 95px;
  height: 28px;
  margin-right: 1px;
  background: url('img/about.jpg') no-repeat 0 -28px;
  
}

#actabout span
{
  display: none;
}


#contact
{
  float: left;
  width: 95px;
  height: 28px;
  margin-right: 1px;
  background: url('img/contact.jpg') no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -28px;
}

#contact span
{
  display: none;
}

#actcontact
{
  float: left;
  width: 95px;
  height: 28px;
  margin-right: 1px;
  background: url('img/contact.jpg') no-repeat 0 -28px;
  
}

#actcontact span
{
  display: none;
}


/*==============================================================*/
/* content */

#content 
{
	background: url('img/contentbg.png') no-repeat;
	overflow: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}

#content table {
	margin-left: 15px;
	margin-top: 15px;
}

#faqheader {
	background: url('img/faqhead.png') no-repeat;
	width: 300px;
	margin-left: 450px;
	height: 21px;
	margin-top: 20px;
	display: block;
}

#faqfooter {
	background: url('img/faqfooter.png') no-repeat;
	width: 300px;
	height:10px;
	margin-left: 450px;
	margin-bottom: 20px;
	display: block;
}

#faq {
	background: url('img/faqbg.png') repeat-y;
	width: 300px;
	margin-left: 450px;
	overflow: auto;
	display: block;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:0.9em; font-family:tacoma, arial, sans-serif;
}


.apartment {
	background: url('img/apartmentbg.png') no-repeat;
	width: 350px;
	height: 230px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 7px; 
	font-style:normal; font-variant:normal; font-weight:normal; font-size:0.8em; font-family:arial, helvetica, sans-serif;
	float: left;
}

.apartmentlast {
	background: url('img/apartmentbg.png') no-repeat;
	width: 350px;
	height: 230px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 7px; 
	font-style:normal; font-variant:normal; font-weight:normal; font-size:0.8em; font-family:arial, helvetica, sans-serif;
	clear: both;
}

#contactform {
	background: url('img/contactbg.png') no-repeat;
	width: 752px;
 margin-left: 5px;
	margin-bottom: 20px;
	padding-top: 45px;
	padding-left: 10px;
	display: block;
	}

textarea {
     /*resize:none;*/
}

#contacttext {
	width: 290px;
	margin-left: 480px;
}

/*==========================================================*/
/* footer */

#footer {
	background: url('img/footerbg.png') repeat-y;
	color: #424242;
	height: 28px;
	text-align: center;
	padding-left: 7px; 

    clear:both;
}

#footer p
{
	/*font-style:normal; 
	font-variant:normal; 
	font-weight:normal; */
	font-size:80%; 
	font-family:sans-serif, Arial;    
}

a {
	color: #266220;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
