body {
    background-color:black;
    color:white;
    font-family: Arial;
    font-size: .9em;
    line-height: 25px;
    height: 100%;
    
}

a {
    text-decoration:none;
    color:white;
}

a:hover { text-decoration: underline; }



p {
    padding:0 0 10px 0;
}

.inline {display:inline;}

.clearFloats {
    clear:both;
}


#main {
    margin:30px auto;
    width:1000px;
}

#header {
    position:relative;
    height:100px;
    z-index:2;
}

#logo {
    position:absolute;
    left:8px;

}

#content {
    padding:30px 40px;
    z-index:1;
}

#footer {
    padding: 20px 180px;
    text-align: center;
    letter-spacing: .1em;
    font-size: .9em;
}

#right {
    float: left;
    width: 205px;
    padding: 0 30px 0 30px;
}

#left {
    position: relative;
    float: left;
    width: 648px;
}

#left #header {z-index:1;}

/** FONTS **/
.mediumFont {font-size: 1.2em;}


/** FOOTER **/

#footer p.hours {
    color: #f7931e;
    padding-bottom: 15px;
}
#footer p.hours a {color: #f7931e;}

#footer p.address {
    border-top: 1px solid #999999;
    padding-top: 15px;
    font-size: .8em;
    color: #999999;
}

#footer p.bottomNav {
    font-size: .8em;
    color: #999999;
}

#footer p.bottomNav a {
    color: #999999;
}

/** HOME **/
#home {    
    background:  url(../images/home_bg.png) no-repeat bottom right;
}

#home #rmPhoto { position:absolute; top: 415px; left: 10px; height:165px; width:115px; z-index: 2}
#home #left #rmPhoto h2 {line-height: 1em; height: auto; font-size:.8em; color:#f7931e; background:transparent; padding:3px 0 0 0;margin:0;}
#home #left #rmPhoto p {font-size: .8em; line-height:1.5em; padding:2px 0 0 0;margin:0;color:#999999;}
#home #left h2 {
    padding-left: 60px;
    height: 38px;
    line-height: 38px;
    background-color: #f7931e;
    color: black;
    font-size: 1.2em;
    font-style: normal;
    letter-spacing: .2em;    
}

#left .whiteDot {
    color: white;    
    padding: 0 15px;
    text-align: center;
}

#home #right {padding-top: 10px;}
#home #right {line-height: 1.4em; font-size: 1em;}



/** TESTIMONIALS **/
#testimonials {overflow:auto;width:100%;text-align: center;padding-top:30px;}
#testimonials h1{font-size: 1.2em;color:#fbb03b;font-weight:bold; padding-right: 40px; padding-top: 20px;}
#testimonials h2{font-size: 1.1em; font-weight:normal;padding-right:40px; padding-bottom: 20px; color: white;}


/** SITE MAP **/
#siteMap {margin-left: 20px;}
#siteMap ul {
    margin-left: 20px;
}

