/********************/
/* WWW.KENNYINC.COM */
/********************/

BODY
{
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/elements/background_site.png);
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    color: #000000;
}

h1
{
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 26px;
    color: #676440;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2
{
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/*************************/
/**** PAGE WRAPPER *******/
/*************************/

#wrapper
{
    position: relative;
    margin: 0 auto;
    width: 900px;
}

#header
{
    position: absolute;
    top: 0;
    right: 0;
    height: 130px;
    width: 900px;
}

#companylogo
{
    position: absolute;
    top: 15px;
    left: 46px;
    height: 113px;
    width: 649px;
    z-index: 30;
}

/*************************/
/*****  MAIN MENU  *******/
/*************************/

#nav
{
    position: absolute;
    top: 107px;
    right: 0;
    width: 480px;
    height: 24px;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #0000ff;
    z-index: 31;
}

table.navigation
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.navigation td
{
    padding: 0 7px;
    height: 24px;
    border: none;
    border-top: none;
}

table.navigation td.link
{
    white-space: nowrap;
}

table.navigation td.link a
{
    color: #0000ff;
    font-size: 13px;
    text-decoration: none;
}

table.navigation td.link a:hover
{
    color: #ffffff;
}

table.navigation td.link a:active
{
    color: #ffffff;
}

/*************************/
/*** SERVICES SUBMENU ***/
/*************************/

#services_nav
{
    position: absolute;
    top: 147px;
    right: 180px;
    width: 380px;
    height: 24px;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #0000ff;
    z-index: 32;
}

table.services_nav
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.services_nav td
{
    padding: 0 7px;
    height: 24px;
/*    border: none;    */
    border: 1px solid #676440;
    text-align: center;
}

table.services_nav td.link
{
    white-space: nowrap;
}

table.services_nav td.link a
{
    color: #0000ff;
    font-size: 13px;
/*     text-decoration: none;  */
    text-decoration:underline; 
}

table.services_nav td.link a:hover
{
    color: #676440;
}

table.services_nav td.link a:active
{
    color: #676440;
}

/*************************/
/****** PAGE CONTENT *****/
/*************************/

a
{
    color: #000000;
    text-decoration:underline; 
}

a:hover
{
    color: #676440;
}

#content
{
    position: absolute;
    top: 130px;
    left: 3px;
    width: 893px;
}

#content_title
{
    margin-top: 35px;
    margin-left: 35px;
    padding-bottom: 8px;
    width: 550px;
}

#content_title_services
{
    margin-top: 50px;
    margin-left: 35px;
    padding-bottom: 8px;
    width: 550px;
}

#content_center
{
    text-align: center;
}

#content_text_fullpage
{
    position: relative;
    line-height: 130%;
    border-top: 1px solid #676440;
    padding-top: 14px;
    margin-left: 35px;
    width: 823px;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 13px;
    min-height: 274px;
    text-align: justify;
/*     border: 1px solid #676440;   */
}

#content_text_halfpage
{
    line-height: 130%;
    border-top: 1px solid #676440;
    padding-top: 14px;
    margin-left: 35px;
    width: 440px;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 13px;
    min-height: 274px;
    text-align: justify;
}

#content_contact_us
{
    position: relative;
    line-height: 130%;
    padding-top: 34px;
    margin-left: 35px;
    width: 823px;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 13px;
    min-height: 274px;
    text-align: justify;
}

div.project_intro
{
    float: left;
    margin-bottom: 20px;
}

#content_image_halfpage
{
    float: right;
    margin-right: 20px;
    width: 370px;
}

table.images_halfpage
{
    border-spacing: 0;
    width: 100%;
}

/* Note that shorthand margin and padding */
/* sequence is top, right, bottom, left. */

table.images_halfpage td
{
    text-align: center;
}

table.content_contact
{
    border-spacing: 0;
    width: 100%;
}

table.content_contact td.leftspace
{
    width: 10%;
}

table.content_contact td.text
{
    width: 30%;
    vertical-align: top;
    /* border: 1px solid #676440; */
}

table.content_contact td.map
{
    width: 60%;
    vertical-align: top;
    text-align: center;
    /* border: 1px solid #676440; */
}

p.bolditalic
{
    font-weight: bold;
    font-style: italic;
}


/*************************/
/****** FOOTER DIVS ******/
/*************************/


/* Note that shorthand margin and padding */
/* sequence is top, right, bottom, left. */

#footer_wrapper
{
    width: 893px;
    height: 110px;
    padding: 25px 0 0 0;
    text-align: center;
}

#footer_left
{
    float: left;
    margin-left: 120px;
    margin-right: 0;
    width: 213px;
    height: 77px;
}

#footer_right
{
    float: right;
    margin-right: 125px;
    margin-left: 0;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 12px;
    padding-top: 15px;
    color: #0000ff;
}

