html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 76% Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #fff;
}
h1, h2, h3, h4, h5{margin: 1em 0;}
h1{}
h2{font-size: 1.6em;}
h3{font-size: 1em; color: #CC6600;}
h4{font-size: 1em; margin: 1em 0;}
p
{
    margin: 0 0 1em;
    line-height: 1.6em;
}
a,
a:link,
a:visited{color: #1F77A3;}
a:hover,
a:active{}
a img{border: none;}
ul{list-style-type: square;}
ul li,
ol li{line-height: 1.6em;}
form{margin: 0;}
fieldset{padding: 0;}

/* ~~~ === POSITIONING SELECTORS =============================================================================== ~~~ */
#wrapper{width: 800px;}
#masthead
{
    height: 67px;
    background: #006699 url(../images/masthead_bg.png) no-repeat;
}
    #masthead h1 span{display: none;}
    #masthead h1
    {
        height: 39px;
        background: ;
        margin: 0;
    }

/* ~~~ NAVIGATION ~~~ */
#menu
{
    height: 24px;
    background-color: #666;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
    #menu ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        #menu ul li
        {
            float: left;
            text-align: center;
        }
        #menu ul li a
        {
            display: block;
            width: 88px;
            float: left;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font: bold .8em Arial, Helvetica, sans-serif;
            line-height: 24px;
            background-color: #666;
            border-right: 1px solid #fff;
        }


/* ~~~ === MAIN CONTENT ===================================================================================== ~~~ */
#content .copy{margin: 0 20px;}

    #btm-quote
    {
        clear: both;
        height: 37px;
        background: url(../images/btm_quote.png) no-repeat;
        margin: 0 0 22px;
    }
        #btm-quote span{display: none;}

/* ~~~ HOME PAGE CONTENT  ~~~ */
#home #content h2
{
    height: 59px;
    background: url(../images/home_intro_text.png) no-repeat;
    margin: 32px 0 30px;
}
#home #content h2 span{display: none;}
    div.homecopy
    {
        height: 203px;
        margin: 0 0 30px;
    }
    div.homecopy img{float: left; display: block;}
    div.homecopy p
    {
        width: 248px;
        float: right;
        display: inline;
        margin-right: 30px;
    }

/* ~~~ OVERVIEW / PROJECTS / PRODUCT /SERVICES ~~~ */
#content h2
{
    color: #CC6600;
    line-height: 17px;
    margin: 20px 0 38px;
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
#Founders h2{margin: 20px 20px 18px;}
#contact h2{margin: 20px 20px 18px;}
#overview #content .copy
{
    float: left;
    display: inline;
}
.leftcol
{
    width: 246px;
    float: left;
}
    .leftcol p
    {
        margin-right: 34px;
        color: #CC6600;
    }
.midcol
{
    width: 355px;
    float: left;
    font-size: .9em;
    border-left: 1px solid #C3BDBA;
}
.rightcol
{
    width: 158px;
    float: right;
}
.midcol h3{margin: 0 20px .5em;}
.midcol h3 span{font-weight: normal; color: #666; font-size: 10px;}
.midcol h4{margin: 0 20px; color: #333;}
.midcol p{margin: 0 20px 2em}
.midcol ul{margin-bottom: 2em;}

/* ~~~ Founders ~~~ */
#Founders-image
{
    display: block;
    margin-bottom: 25px;
}

div.Founders{height: 295px;}
div.Founders ul
{
    list-style-type: none;
    margin: 0 20px 0;
    padding: 0;
    width: 142px;
    float: left;
    border-top: 1px dashed #666;
}
div.Founders ul li
{
    line-height: 24px;
    border-bottom: 1px dashed #666;
}
div.Founders ul li a,
div.Founders ul li a:link,
div.Founders ul li a:visited
{
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
}
div.Founders img
{
    border: 1px solid #B8B8B8;
    float: left;
    display: block;
    margin:  0 16px 25px 0;
}
div.Founders h3{margin: 0;}

/* ~~~ PROJECTS PAGE ~~~ */
ul.photosList
{
    list-style-type: none;
    margin: 0 20px;
    padding: 0;
}
ul.photosList li
{
    width: 50%;
    height: 140px;
    float: left;
    text-align: center;
}


/* ~~~ CONTACT ~~~ */
#contact #content .copy{margin: 0;}

#contact #content .contact
{
    color: #fff;
    height: 590px;
    margin-bottom: 140px;
    background: #CC6600 url(../images/contact_image.jpg) no-repeat right top;
}
#contact #content .details
{
    width: 259px;
    margin: 0 20px;
    padding-top: 10px;
}
#contact #content .details p{margin: 0;}
#contact #content .details ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contact #content .copy .contact ul li p{margin: 0 0 .8em; white-space: nowrap;}
#contact #content .copy .contact ul li p a{color: #fff;}
#contact #btm-quote{margin-left: 20px;}

/* ~~~ === FOOTER ===================================================================================== ~~~ */
#footer
{
    clear: both;
    position: relative;
    font-size: .8em;
    color: #333;
    height: 46px;
    background-color: #EAE8E7;
}
    #footer p.copyright
    {
        line-height: 46px;
        text-transform: uppercase;
        margin: 0 20px;
    }
        #footer p.copyright a,
        #footer p.copyright a:link,
        #footer p.copyright a:visited{text-decoration: none;}
        #footer p.copyright a:hover,
        #footer p.copyright a:active{text-decoration: underline;}
    #footer p.topLink
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
        #footer p.topLink a
        {
            display: block;
            width: 46px;
            height: 46px;
            background: url(../images/top_link.png) no-repeat 50% 50%;
        }
        #footer p.topLink a span{display: none;}

/* ~~~ === CLASSES =========================================================================================== ~~~ */
.clear{clear: both;}
.center{text-align: center;}

