/* CSS Document */

* { font-family:Arial, Helvetica, sans-serif;}
html, body {  margin:0;}
#header { height:116px; border-bottom: 5px solid #934A50; background: #999999;}

#header2 {width: 900px; margin: 0 auto }
#header2 img { float:left; }

#nav1 { display:inline; }
#nav1 a { display:block; width: 119px; height:116px; float: left;  }
#nav1 a span { display:none;}

#nav1 a#home {background: url("../images/b-home.jpg") top left }
#nav1 a#services {background: url("../images/b-services.jpg") top left }
#nav1 a#about {background: url("../images/b-about.jpg") top left }
#nav1 a#contact {background: url("../images/b-contact.jpg") top left }

#nav1 a:hover { background-position: left bottom !important; }

#subhead0 { padding-left: 31px;}
#subheader { width: 475px; height:26px; background: #BDBDBD; margin: 0 auto; padding: 4px 0 0}

#subheader a { color:#FFFFFF; margin-left:28px; text-decoration:none; font-size:17px;}


#content { width: 725px; margin: 10px auto;}
#maincontent { border-left: 1px solid #CCC;}

#text { margin-left:15px; width:450px; }
#rightcol { width:220px; float:right } 

#rightcol .rightbox { border: 1px solid #818181; background: #E8E8E8; padding:15px; margin-bottom:20px; }
#rightcol .rightbox p { font-size:14px;}
#rightcol .rightbox h3 { margin:0; color: #933942; font-weight:100}

#footer { background-color: #999999; color:#FFFFFF; text-align:center; padding: 5px; font-size: 15px; border-top: 5px solid #934A50;}
#footer span { font-size:11px}

