﻿/** main elements ******************************************************/
body 
{
    background-color:#C0C0C0;
    margin:0px;
    font-family: Arial;
    font-size: 12px;
    color:#707070;
}

#outerBody
{
    position:relative;
    width:947px;
    background:white;
    margin:auto;
}

#innerBody
{
    margin:26px 26px 0px 26px; 
    padding-bottom:16px;
    width:896px;
}

/** screen in two elements *********************************************/
#left
{
    width:201px; 
    padding-right:14px;
    float:left;
}

#right
{
    float:right;
    width:681px;
}

/** top banner *********************************************************/
#topStrap 
{
    width:947px;
    height:100px;
    background:url(../../img/topStrap.jpg);
    color:White;
    position:absolute;
}


#returnToHomepage
{
    width:250px;
    height:100px;
    z-index:1;
    left:0px;
    top:0px;
    position:relative;
}

#callUs 
{
    position:absolute;
    top:28px;
    left:269px;
    font-weight:bold;
    font-size:14pt;
}

#email
{
    position:absolute;
    top:53px;
    left:269px;
    font-weight:bold;
    font-size:14pt;
}

#topMenu
{
    position:absolute;
    top:28px;
    right:31px;
}

#search
{
    position:absolute;
    top:64px;
    right:44px;
}
.searchbut {vertical-align:top;}

/** bottom strap *******************************************************/
#bottomStrap {
    position:absolute;
    left:0px;
    width:947px;
    height:165px;
    background:url(../../img/bottomStrap.jpg) no-repeat;
    color:white;
    clear:both;
}

.bottomStrapMenu
{
	margin: 0px;
	padding: 0px;
    list-style:none;
    position:relative;
}

.bottomMenuContainer
{
    position:relative;
    width:183px;
    top:18px;
    float:left;
}

#copyright
{
    position:relative;
    top:48px;
    left:106px;
}

.bottomMenu
{
    text-align:right; 
    right:18px;
}

.bottomStrapMenu a, #topMenu a, #email a, #copyright a
{
    color:White;
    text-decoration:none;
}

.bottomStrapMenu a:hover, #topMenu a:hover, #email a:hover, #copyright a:hover
{
    text-decoration:underline;
}

/** left menu **********************************************************/
.leftMenu a
{
    text-decoration:none;
    color:#666666;
}

.leftMenu a:hover
{
    text-decoration:underline;
}

.leftMenu
{
    list-style:url(../../img/greyArrowRight.gif);
    padding:13px 15px 0px 25px;
    margin:0px;
    margin:0px;
}

.greyBoxContainer
{
    width:201px;
    color:#666666;
}

.greyBoxTop
{
    width:201px;
    height:30px;
    background:url(../../img/greyBoxTop.gif);
}

.greyBoxMiddle
{
    width:201px;
    background:url(../../img/greyBoxMiddle.gif);
}

.greyBoxBottom
{
    width:201px;
    height:9px;
    background:url(../../img/greyBoxBottom.gif) no-repeat;
}

.greyBoxTitle
{
    padding-top:9px;
    padding-left:9px;
    font-weight:bold;
}

.greyBoxTitle a
{
    text-decoration:none;
    color:#707070;
}    

.greyBoxTitle a:hover
{
    text-decoration:underline;
}    

.greyBoxInterior
{
    margin:auto;
    padding-top:12px;
    width:164px;
}

.greenBoxContainer
{
    width:201px;
    color:#4D832A;
}

.greenBoxTop
{
    width:201px;
    height:30px;
    background:url(../../img/greenBoxTop.gif);
}

.greenBoxMiddle
{
    width:201px;
    background:url(../../img/greenBoxMiddle.gif);
    color:#4D832A;
}

.greenBoxBottom
{
    width:201px;
    height:9px;
    background:url(../../img/greenBoxBottom.gif) no-repeat;
}

.greenBoxTitle
{
    padding-top:9px;
    padding-left:9px;
    font-weight:bold;
    color:White;
}

.greenBoxInterior
{
    margin:auto;
    padding-top:12px;
    width:164px;
}

.greenBoxInterior a
{
    color:#4D832A;
}

/** testimonials *******************************************************/
#testimonial
{
    margin-top:40px;
    text-align:center;
    font-size:14px;
    font-style:italic;
    width:95%
}

#moreTestimonials
{
    text-align:right;
}

#moreTestimonials a
{
    color:#4D832A;
    text-decoration:underline;
}

/** homepage ***********************************************************/
#homepageLeft
{
    float:left;
    width:467px;
}

#homepageRight
{
    float:right;
    width:201px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_HomepageTopLeft
{
    padding-right:13px; 
    float:left;
    width:227px; 
    height:182px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_HomepageTopRight
{
    width:227px; 
    height:182px;
    float:left;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_HomepageBottomLeft
{
    clear:both;
    float:left;
    margin-top:15px;
    margin-right:13px;
    width:227px; 
    height:182px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_HomepageBottomRight
{
    margin-top:15px;
    float:left;
    width:227px; 
    height:182px;
    background:url(../../img/homepageBottomRight.jpg) no-repeat;
}

#homepageMainImage
{
    width:464px;
    height:296px;
    padding-bottom:16px;
    background:url(../../img/home_page.jpg) no-repeat;
}

#homepageMainImageText
{
    font-size:18px;
    font-weight:bold;
    color:White;
    padding:6px 0px 0px 12px;
}

#homepageMainImageSubtext
{
    font-size:12px;
    font-weight:bold;
    color:#003300;
    padding:174px 6px 0px 12px;
    text-align:left;
}

#homepageMainImageSubtext a
{
    color:White;
    text-decoration:none;
}

#homepageMainImageSubtext a:hover
{
    text-decoration:underline;
}

.homepageBlockTitle
{
    position:relative;
    top:72px;
    margin-left:9px;
    font-size:16px;
    font-weight:bold;
    color:#4D832A;
}

.homepageBlockText
{
    position:relative;
    top:74px;
    font-size:14px;
    margin-left:9px;
    color:#666666;
}

.homepageBlockClick
{
    position:relative;
    top:91px;
    font-size:14px;
    margin-right:9px;
    text-align:right;    
}

.homepageBlockClick a
{
    color:White;
    text-decoration:none;
}

.homepageBlockClick a:hover
{
    text-decoration:underline;
}

#loginButton
{
    float:right;
    padding-top:11px;
}

#goButton
{
    position:relative;
    left:130px;
    padding-top:11px;
}

hr
{
    color:#E4E4E4;
    height:1px;
}

h1
{
    font-size:18px;
}

.greenText
{
    color:#4D832A;
    font-size:14px;
}

.greenText a
{
    color:#4D832A;
    text-decoration:underline;
}

/** services ***********************************************************/
#servicesTop
{
    width:681px;
    height:74px;
    background:url(../../img/largeGreenTop.gif) no-repeat;
    padding-bottom:14px;
}

#servicesTopTitle
{
    color:White;
    padding-top:40px;
    padding-left:9px;
    font-weight:bold;
    font-size:22px;
}

.greenTitleContainer
{
    width:661px;
    height:40px;
    background:url(../../img/topLongGreen.gif);
    margin-bottom:5px;
}

.greenTitleContainerText
{
    color:White;
    padding-top:14px;
    padding-left:9px;
    font-weight:bold;
    font-size:16px;
}

#containerLeft
{
    float:left;
    width:681px;
}

a
{
    color:#4D832A;
    text-decoration:underline;
}

.featureHeader
{
    border-bottom:1px solid #4D832A;
    width:100%; 
    color:#4D832A; 
    font-size:14px
}

.newsSnippets p 
{
    padding:0;
    margin:0;
    border:0;
}

.hr
{
    color:#999999;
    width:100%;
    height:1px;
}

#caseStudies
{
    text-align:right;
}

.inputboxes 
{
    float:left;
}

.inputlabels 
{
    display:block;
    width:200px;
    margin-left:20px;
    float:left;
}

.inputclear 
{
    clear:left;
    margin-bottom:6px;
}

.formvalidator 
{
    margin-left:6px;
}