/* Reset.css */
html, body, 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height:1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

body{
margin:0px;
padding:0px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#AAA9A9;
background-color:#FFFFFF;

}
#wrapper{
width:810px;
margin-left:auto;
margin-right:auto;
}
#header{
background:url(images/header.jpg) repeat-x;
height:119px;
width:100%;
}
#inner_header{
width:974px;
margin-left:auto;
margin-right:auto;
height:119px;
}
#header .logo{
float:right;
width:378px;
height:53px;
margin-top:25px;
margin-right:90px;
}
#navigation{
margin:0pt;
padding:0pt;
width:974px;
height:40px;
/*background-color:#FFFFFF;*/
}
#navigation .nav_left{
border-right:1px solid #C6C6C6;
height:25px;
float:left;
margin-top:16px;
}
#navigation ul{
float:left;
padding:0px;
display:inline;
margin:15px 0 0 78px;
}
#navigation li{
	display:block;
	border-right:1px solid #C6C6C6;
	float:left;
}

#navigation li a{
text-indent:-3000px;
text-decoration:none;
color:#AAA9A9;
display:block;
font-weight:bold;
font-size:11px;
margin-left:10px;
padding-right:6px;
height:20px;
margin-top:6px;
}

#navigation li a.about{
background:url(images/about.gif) no-repeat;
width:41px;

/*height:14px;*/

}
#navigation li a.interior{
background:url(images/interior.gif) no-repeat;
width:102px;
}
#navigation li a.services{
background:url(images/services.gif) no-repeat;
width:53px;
}
#navigation li a.testimonails{
background:url(images/testimonial.gif) no-repeat;
width:84px;
}
#navigation li a.aging_in_place{
background:url(images/aging_in_place.gif) no-repeat;
width:95px;
}
#navigation li a.contact{
background:url(images/contact.gif) no-repeat;
width:55px;
}
#navigation li a.home{
background:url(images/home.gif) no-repeat;
width:38px;
}
.clearer{
clear:both;
margin:0;
padding:0;
}
#content{
width:810px;
height:500px;
background:url(images/home_background.jpg) no-repeat;
}
#content img{
width:801px;
height:532px;
}
#content_bottom_left{
width:504px;
height:143px;
background:url(images/home_red.gif) repeat-x;
position:absolute;
margin-top:350px;
margin-left:10px;
float:left;
}
#content_bottom_left a {
color:#fff;
text-decoration:none;
}
#content_bottom_left a:hover {
text-decoration:underline;
}
#content_bottom_right{
background:url(images/home_grey.gif) repeat-y;
width:300px;
height:143px;
float:right;
margin-top:350px;
/*margin-right:18px;*/
}
#content_bottom_left img{
float:left;
width:130px;
height:127px;
margin:10px 15px 10px 15px;
}
#content_bottom_left h2{
background:url(images/home_left_heading.jpg) no-repeat;
float:left;
width:151px;
margin:23px 0 0 0px;
text-indent:-2000px;
height:25px;
}  
#content_bottom_left p{
margin:0px 10px 10px 0px;
float:left;
width:300px;
color:#FFFFFF;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;

}                                    
#content_bottom_right p{
float:left;
margin:23px 15px 0px 20px;
width:250px;
color:#959495;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
}
#content_bottom_right p.testimonial_author{
/*margin:0px 35px 20px 20px;
font-weight:bold;*/
/* margin:0px 25px 20px 120px;*/
/*float:right;*/
color:#959495;
text-align:right;
margin:0 0 0 0;
width:267px;
}

#footer{
text-align:right;
font-size:10px;
margin:10px;
}



