* {
    margin: 0;
    padding: 0;
}

html {
    font: 19px arial, sans-serif;
}

body {
    background-color: #231F20;
}

h1 { font-size: 25px; }
h2 { font-size: 24px; }
h3 { font-size: 23px; }
h4 { font-size: 22px; }

a:link { color: #f7901e; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { }

ul {
    list-style: none;
    list-style-type: none;
}

p {
    color: #fff;
    line-height: 30px;
}

#container {
    background-color: #3d3d3d;
    margin: 0 auto;
    padding-top: 15px;
    width: 950px;
}

#header {
    background-color: #fff;
    background: url(../images/site_images/logoheader.gif) no-repeat top center;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    width: 885px;
}

#header h1,
#header h2 {
    float: left;
    line-height: 120px;
    display: inline
}

#header h1 {
    display: none;
}

#header h2 {
    color: #F7901E;
}

#header #since {
    color: #3d3d3d;
    font: 42px impact;
    letter-spacing: 1px;
    line-height: 120px;
    margin: 0 133px 0 385px;
}

#main_nav {
    background-color: #3d3d3d;
    color: #fff;
    font-size: 17px;
    margin: 5px auto;
    overflow: auto;
    padding: 0 5px;
    width: 876px;
}

#main_nav span {
    float: left;
}

#main_nav li {
    float: right;
}

#content_wrap {
    background: url(../images/site_images/main_top.gif) no-repeat top center;
    margin: 0 auto;
    padding-top: 17px;
    width: 888px;
}

#main_content {    
    background-color: #231F20;
    border-right:3px solid #bbbdbf;
    border-left:3px solid #bbbdbf;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 20px;
    width: 880px;
}

#main_content h2 {
    color: #F7901E;
    float: left;
    font: 40px impact, arial, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    width: 300px;
}

#main_content h3 {
    color: #fff;
    font-size: 22px;
    margin: 25px 0;
}

#main_content p.highlight {
    color: #f7901e;
    padding: 5px 5px 5px 0;
}

#services {
    clear: left;
    float: left;
    font-size: 14px;
    width: 300px;
}

#services li {
    background: #fff url(../images/site_images/svcbox_sm.gif) no-repeat top left;
    height: 50px;
    margin: 20px auto;
    padding:10px 5px 0 8px;
    width: 237px;
}

#services span {
    
}

#block2 {
    margin-left: 300px;
    padding-top: 23px;
    width: 575px;
}

#special {
    float: right;
    margin-right: 5px;
}

#banner {
    display: block;
    margin: 25px auto;
    width: 418px;
}

#services li.large {
    background: url(../images/site_images/svcbox_lg.gif) no-repeat bottom left; 
    height: 86px;
    padding-top: 10px;
}

p.email {
    font-size: 13px;
    text-align: center;
}

p.email a {
    margin-left: 5px;
}

#copyright {
    background: url(../images/site_images/main_bot.gif) no-repeat top left;
    font-size: 10px;
    line-height: 50px;
    margin: 0 auto;
    padding-left: 10px;
    width: 878px;
}