﻿/* ELEMENTS =========================================================================================================================== */
body, html
{
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}
img
{
    margin: 0px;
    border: 0px;
}
p
{
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    letter-spacing: 1px;
    text-align: left;
}
td, input, textarea
{
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    color: #A1CD3B;
    text-decoration: underline;
}

textarea, input
{
    background-color: #dae8bc;
    color: #000000;
    border: #dae8bc 1px solid;
}

form
{
    margin: 0px;
}

/* ELEMENT IDS ======================================================================================================================== */

#tblPositioning
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
#colPositioning
{
    vertical-align: middle;
    text-align: center;
    padding: 0px;
}

/* HOME */
#colHome
{
    width: 898px;
    height: 540px;
    vertical-align: bottom;
    text-align: right;
    background-color: #FFFFFF;
}
#divHomeContent
{
    width: 365px;
    height: 211px;
    background-image: url( 'Images/Home/imgGradient1.jpg' );
    margin-right: 50px;
    margin-bottom: 0px;
    float: right;
}
#colFooter
{
    height: 60px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    vertical-align: top;
    background-image: url( 'Images/Home/imgGradient2.jpg' );
    background-repeat: no-repeat;
}
#imgWelcome
{
}
#spaEnter
{
    float: right;
    margin-right: 55px;
    margin-top: 3px;
}

/* STANDARD */
#rowHeader
{
    height: 75px;
    background-image: url('Images/Standard/imgHeader.jpg' );
    background-color: #FFFFFF;
}
#rowNav
{
    height: 21px;
    background-image: url('Images/Standard/imgGradient1.jpg' );
}
#colNav
{
    width: 433px;
    color: #FFFFFF;
    text-align: center;
}
#colLogo
{
    text-align: right;
    padding-right: 58px;
}
#rowContent
{
    height: 434px;
}
#colContent1
{
    width: 49px;
}
#colContent2
{
    background-image: url('Images/Standard/imgGradient2.jpg' );
    width: 336px;
    color: #FFFFFF;
    vertical-align: top;
    padding-top: 20px;
}
#colContent3
{
    /*background-image: url('Images/Standard/imgLogo2.jpg');*/
    vertical-align: top;
    text-align: right; /* background-position: top right; background-repeat: repeat;*/
}
#divContent
{
    text-align: left;
    width: 515px;
    height: 269px;
    background-image: url('Images/Standard/imgGradient3.jpg' ); /*padding-top: 12px; padding-bottom: 12px; */
}
#divContentInner
{
    text-align: left; /*float: right; position: absolute;*/
    width: 492px;
    height: 245px;
    margin-left: 23px; /*margin-top: 12px;*/
    background-color: #87aa33;
    background-image: url('Images/Standard/imgGradient4.jpg' );
}
#divContentTitle
{
    text-align: left;
    background-color: #95ab69;
    height: 26px;
}
#rowFooter
{
    height: 70px;
}

#imgCrazy
{
    margin-bottom: 84px;
}



#imgPortfolioImage
{
    height: 245px;
    width: 363px;
}
#tblContact
{
    margin-left: 10px;
    margin-top: 10px;
    width: 450px;
}

#imgAbout
{
    margin-top: 24px;
    margin-left: 35px;
}

#imgServicesTitle, #imgNewsTitle, #imgContactTitle
{
    margin-top: 8px;
    margin-left: 8px;
}

#divNav
{
    background-image: url('Images/Standard/imgFrame2.jpg' );
    width: 515px;
    height: 55px;
    text-align: right;
    padding: 0px;
    margin: 0px; 
}
#spaNav
{
    color: #A1CD3B; padding: 10px;
}
.hypNav
{
    color: #3f5816;
    font-weight: bold;
}

/* CLASSES ============================================================================================================================ */

.tblBorder
{
    width: 900px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.hypServices
{
    font-weight: bold;
    letter-spacing: 0px;
}
.spaGreen
{
    color: #A1CD3B;
}

.hypAlt
{
    color: #A1CD3B;
}
.hypAlt:hover
{
    color: #FFFFFF;
}


.imgPortfolioThumbSmall
{
    margin: 0px 0px 5px 7px;
    cursor: pointer;
}
.imgPortfolioThumbLarge
{
    margin: 22px 0px 0px 5px;
    cursor: pointer;
}


.colContactTitle
{
    font-weight: bold;
    text-align: right;
}

