
body
{
    background-color: #000000;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body, a:visited, a:link
{
    font-family: arial, Verdana, sans-serif;
    color: #333333;
}


.sideBarText, .gallery, .profileCopy, .contactSuccessTable, input, textarea, .data, .submit, .aboutTable, .thumb, .name, .profileCopy
{
    font-size: 8pt;
}

.servicesCopy
{
	font-size: 9pt;
	color: #000000;	
}

.label
{
    font-size: 8pt;
}

.sideBarText, .aboutTextArea, .profileCopy, .servicesCopy
{
    line-height: 17px;
}
.mainTable
{
    margin-top: 5px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.logoColumn
{
    width: 208px;
    height: 408px;
    background-color: #ffffff;
    vertical-align: top;
}

.mainNavColumn
{
    width: 224px;
    height: 573px;
    vertical-align: top;
}

.mainNavColumnServices
{
	background-image: url(/services/graphics/001New.png);
	background-repeat: repeat-y;
    width: 224px;
    height: 626px;
    vertical-align: top;
}

.mainNavColumnNews
{
	background-image: url(/news/graphics/navBgWinter.jpg);
	background-repeat: no-repeat;
	/*background-color: #435f00;*/
    width: 224px;
    height: 2800px;
    vertical-align: top;
}

.mainNavColumnResources
{
	background-image: url(/resources/graphics/navBgLong.jpg);
	background-repeat: no-repeat;
	/*background-color: #435f00;*/
    width: 224px;
    height: 1700px;
    vertical-align: top;
}


.mainContentColumn
{
    width: 545px;
    height: 573px;
    vertical-align: top;
}

.logoTD
{
    width: 208px;
    height: 120px;
}

.logo
{
    margin-top: 20px;
    margin-left: 19px;
}
/*
            Start : Html nav styles
*/
#navObsolete
{
    position: absolute;
    left: 10px;
    top: 5px;
}
#divMainNav
{
    position: relative;
    width: 224px;
    height: 573px;
}

#divMainNavServices
{
    position: relative;
    width: 224px;
    height: 626px;
}

.navColor, .navColorTop .navColorTopNew
{
    position: absolute;
    left: 1px;
    top: 0px;
    background-color: #ffffff;
    z-index: 1;
}
.navItem .navColor
{
    width: 222px;
    height: 25px;
}
.navColorTop
{
    width: 222px;
    height: 443px;
}

.navColorTopNew
{
    width: 222px;
    height: 418px;
}

#navTopBlock
{
    position: relative;
    float: left;
    width: 224px;
    /*height: 443px;*/
    height: 365px;
}

#navTopBlockNew
{
    position: relative;
    float: left;
    width: 224px;
    height: 418px;
}

.navItem
{
    position: relative;
    float: left;
    margin-top: 1px;
    width: 174px;
    height: 25px;
}
.navItem img
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
}
/*
            End : Html nav styles
*/

/*
            Start : Logo column text styles
*/

.sideBarText
{
    width: 160px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.sideBarText a
{
    display:block;
    margin-top: 5px;
}

.textTd
{
    height: 453px;
    width: 174px;
    vertical-align: bottom;
}
/*
            End : Logo column text styles
*/

/*
            Start : thumbnail styles
*/

/*
            Three possible thumbnails:
                thumbFull   =   has a picture associated with thumbnail
                thumbOn     =   has been clicked and you are now viewing the main image
                thumb       =   there is not an image associated with a thumbnail
                thumbOver   =   has a picture associated with thumbnail and mouse is hovering over thumb
*/

.thumbsContainer
{
    width: 130px;
    height: 46px;
    vertical-align: top;
}

.thumbTable
{
    margin-top: 10px;
    margin-left: 6px;
}

.galleryTop
{
    margin-top: 7px;
    margin-bottom: 0px;
    margin-right: 6px;
}

/*		temporarily turns off empty nav buttons		*/
#gardenEight, #pubEight
{
    border: solid 1px #000000 !important;
}

.selectGalleryContainerPro .galleryTop
{
    width: 196px;
}

.thumbColor
{
    visibility: hidden;
}

.thumbTop
{
    height: 20px;
    width: 23px;
    vertical-align: top;
    padding-top: 4px;
}

.thumb
{
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    overflow: hidden;
    position: relative;
}

.thumbFull
{
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #678006;
    cursor: pointer;
    cursor: hand; /* The repeating cursor: is intentional in order to get this to work in both NS and IE. */
    overflow: hidden;
    position: relative;
}

.thumbOn
{
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #90B308;
    cursor: default;
    overflow: hidden;
    position: relative;
}

.thumbOver
{
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #90B308;
    overflow: hidden;
    position: relative;
}

.thumbOver .thumbColor
{
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    background-color: #90B308;
    filter: alpha(opacity=30);
    opacity: .30;
}


/*
            End : thumbnail styles
*/

/*
            Start : Gallery Select styles
*/

/*
            Three possible gallery buttons:
                galleryFull  =   this gallery has a group of thumbnails associated with it
                galleryOn    =   has been clicked and the thumbnails are now in view
                gallery      =   there is not a gallery associated with this button
                galleryOver  =   style is applied when mouse is hovering over gallery link
*/

.selectGalleryContainer
{
    width: 414px;
    height: 77px;
    vertical-align: top;
}

.thumbsContainerPub
{
    width: 22px;
    height: 46px;
    vertical-align: top;
}

.nameContainer
{
}

.nameContainerServices
{
	text-align:center;
}


.selectGalleryContainerPub, .selectGalleryContainerPro
{
    height: 46px;
    vertical-align: top;
}

.galleryTable
{
	padding-bottom:10px;
}

.publicationTable .galleryTable
{
    width: 534px;
}
.selectGalleryContainerPro .galleryTable
{
    width: 533px;
}
.publicationsGallery .nameContainer .nameContainerServices
{
    width: 100px !important;
}

.publicationsGallery .name
{
    width: 112px !important;
}

.galleryTable
{
    margin-top: 5px;
    margin-left: 11px;
}
.galleryTable td
{
}

.gallery
{
    width: 87px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #90B308;
}

.galleryInvisible
{
    width: 87px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #90B308;
    visibility:hidden;
    display:none;
}

.galleryOn
{
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #90B308;
    background-color: #ABD50A;
    color: #000000;
    cursor: default;
}

.galleryFull
{
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #90B308;
    background-color: #678006;
    color: #ffffff;
    cursor: pointer;
    cursor: hand; /* The repeating cursor: is intentional in order to get this to work in both NS and IE. */
}

.galleryOver
{
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #678006;
    color: #ffffff;
    cursor: pointer;
    cursor: hand; /* The repeating cursor: is intentional in order to get this to work in both NS and IE. */
}

.thumb
{
    text-align: center;
    letter-spacing: 1pt;
}

.name
{
    text-align: center;
    letter-spacing: 0pt;
    font-size: 7pt !important;
    font-family: Verdana, Arial, Sans-Serif;
}

.galleryTable .name
{
    width: 85px;
}


.longName
{
    letter-spacing: 0px;
}

.profileContainer
{
    position: relative;
    z-index: 1;
}

.newsContainer
{
	background-color: #678006;
	position: relative;
    z-index: 1;
    width: 545px;
    height: 2800px;	
}

.resourcesContainer
{
	background-color: #678006;
	position: relative;
    z-index: 1;
    width: 545px;
    height: 1700px;	
}

.profileImage
{
    position: absolute;
    top: 60px;
    left: 14px; /*width:185px; 					height:220px;*/
    z-index: 1;
    border: none; /*		image has temporary bg color, just to show placement in firefox until images are created.			 					background-color:#0066CC;*/
}

.profileImageJerome
{
    position: absolute;
    top: 55px;
    left: 14px; /*width:185px; 					height:220px;*/
    z-index: 1;
    border: none; /*		image has temporary bg color, just to show placement in firefox until images are created.			 					background-color:#0066CC;*/
}

.profileImageJason
{
    position: absolute;
    top: 53px;
    left: 14px; /*width:185px; 					height:220px;*/
    z-index: 1;
    border: none; /*		image has temporary bg color, just to show placement in firefox until images are created.			 					background-color:#0066CC;*/
}

.profileCopyBg
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    background-color: #ffffff;
    filter: alpha(opacity=80);
    opacity: .80;
    z-index: 1;
}

.servicesCopyBg
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    background-color: #ffffff;
    filter: alpha(opacity=80);
    opacity: .80;
    z-index: 1;
}

.profileCopyBgTim
{
filter: alpha(opacity=90);
    opacity: .90;
}


.profileCopyContainer
{
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: 300px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

.servicesMainContainer
{
    position: absolute;
    right: 50px;
    bottom: 120px;
    width: 400px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

.servicesMainContainerDesign
{
    position: absolute;
    right: 20px;
    bottom: 120px;
    width: 480px;
    padding: 10px;
    overflow: hidden;
    z-index: 1;
}


.servicesMainContainerConstruction
{
    position: absolute;
    right: 50px;
    bottom: 80px;
    width: 400px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}


.profileCopy
{
    z-index: 2;
    position: relative;
}

.servicesCopy
{
    z-index: 2;
    position: relative;
}

/*
            End : Gallery Select styles
*/
#proTim, #proJason, #proJerome, #proCrew, #proAndrea, #proJoel, #proDevin, #proAaron
{
    width: 248px;
}
.profileHeightSpacer
{
    width: 1px;
    height: 77px;
    float: right;
}
.selectLineColor
{
    background-color: #678006;
    width: 1px;
    height: 1px;
}

.selectLineColorNew
{
    background-color: #678006;
    width: 20px;
    height: 20px;
}


.colorBar
{
    background-color: #ABD50A;
    width: 6px;
}

/*
            Start : Contact styles
*/

.contactTable
{
    width: 545px;
    height: 573px;
    background-image: url(contact/graphics/mainBg.jpg); /*background-repeat: no-repeat;*/
}

.contactSuccessTable
{
    width: 545px;
    height: 573px;
    background-image: url(contact/graphics/mainBg.jpg );
    background-repeat: no-repeat;
}

.label
{
    padding-right: 7px;
    font-weight: bold;
    margin-top: 5px;
}

.data
{
    margin-top: 3px;
}

.nameBg
{
    background-image: url(contact/graphics/nameBg.jpg);
}

.phoneBg
{
    background-image: url(contact/graphics/phoneBg.jpg);
}

.emailBg
{
    background-image: url(contact/graphics/emailBg.jpg);
}

.textareaBg
{
    background-image: url(contact/graphics/textarea.jpg);
}

input, textarea, submit
{
    width: 161px;
    font-weight: bold;
}

.submit
{
    margin-top: 3px;
    background-color: #90A53D;
    width: 164px;
    height: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    font-weight: bold;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-color: #c1ccac;
    border-left-color: #c1ccac;
    border-bottom-color: #55631c;
    border-right-color: #55631c;
}

/*
            End : Contact styles
*/

/*
            Start : About styles
*/

.aboutTable
{
    width: 414px;
    height: 408px;
    background-image: url(about/graphics/mainBg.jpg);
}

.aboutTextArea
{
    width: 380px;
    padding-left: 15px;
}

/*
            End : About styles
*/

a:link
{
    text-decoration: underline;
}

a:visited
{
    text-decoration: underline;
}

a:active
{
    color: #90A53D;
    text-decoration: none;
}

a:hover
{
    color: #90A53D;
    text-decoration: none;
}

