﻿/* Layout Elements */
#body
{ 
    background-image: url("../../images/background_main.gif");
    background-repeat: repeat-x;    
}
a:visited
{
	text-decoration: none;
}
h1
{
    margin-left: 0.4em;
    font-size: 200%;
}
p
{
    margin-left: 0.3em;
}
ul
{
    margin-left: 18px;
}
#mainHolder
{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../../images/dShadowLeft.png");
    background-repeat: repeat-y;
    padding-left: 4px;     
}
#dropShadowRight
{
    background-image: url("../../images/dShadowLeft.png");
    background-repeat: repeat-y;
    width: 4px;
    float:left;
    border: solid red 1px;
    display: block;
}

#topBanner 
{
    background-image: url("../../images/topBannerBackG.gif");
    background-repeat: repeat-x;
    width: 100%;
    height: 62px;
    color: White;    
}
.roundedTop
{
    background-image: url("../../images/dShadowTop.gif");
    background-repeat: repeat-x;
    width: 736px;
    float: left;
    text-align: right;
    vertical-align: middle;
    font-size: 1.0em;
}
.roundedLeftCorner
{
    background-image: url("../../images/roundedLeftCorner_dShadow.png");
    background-repeat: no-repeat;
    float: left;
    width: 24px;
        
}
.roundedRightCorner
{
    background-image: url("../../images/roundedRightCorner_dShadow.png");
    background-repeat: no-repeat;
    float: left;
    width: 24px;
}
#leftOfMenuSpacer
{
    float:left;
    width: 130px;
}
#rightOfMenuSpacer
{
    float:left;
    width: 238px;
    height: 62px;        
}
#menuHolder
{
    float:left;   
}
.menuItem
{
    display:inline;    
}
#iconMenuHolder
{
    height: 62px;
    float: left;
}
.iconMenu
{
    float: left;
    margin-right: 1em;
    margin-top: 40px;   
}
#banner
{
    background-image: url("../../images/waterLogo2.jpg");
    background-repeat:no-repeat;
    height: 160px;
    width: 100%;
}
#placeholder1
{
    
}
#footer
{
    float:left;
    border: 0px;
    background-image: url("../../images/footerBack.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 40px; 
}
#footerShadow
{
    background-image: url("../../images/dShadowBottom.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;    
}
/* Home Page */
#welcomeBox
{
    background-image: url("../../images/welcomeBack.jpg");
    background-repeat:no-repeat;
    background-color: #336799;
    width: 249px;
    height: 372px;
    float: right;
}
#mainBody
{
    float: left;
    width: 500px;
    background-color: White;
    background-image: url("../../images/mainBodyBackground.jpg");
    background-repeat:no-repeat;    
    
}
.newsHolder
{
    margin-top: 1em;
    width: 260px;
    float: left;
}
#sOfferHolder
{
    margin-top: 1em;
    width: 250px;
    float: left;
}
#seperator
{
    width: 1px;
    height: 373px;
    background-color: #cccccc;
    float: left;
}
#welcomeBoxHeader
{
    color: White;
    padding-left: 1.1em;
    font-size: 160%;
}
#welcomeBoxText
{
    color: White;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 14em;
    font-size: 85%;
}


body 
{
    font: 11px verdana, tahoma, arial, sans-serif; 
    color: #4d4d4d;
}
/* Generic Styles */
.bulletHeader
{
    background-image: url("../../images/arrowBullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    color: #FFB400;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    padding-left: 12px;
    width: 90%;
    margin-left: 1em;
    margin-top: 1em;
    
}
.bulletHeader a
{
    color: #FFB400;
    text-decoration: none;
}
.bulletHeader a:visited
{
    color: #FFB400;
    text-decoration: none;
}
.bulletHeader2
{
    color: #336699;
    font-size: 12px;
    font-weight: bold;
    padding-left: 1em;
    padding-left: 12px;
}
.bulletHeader3
{
    color: #909090;
    font-weight: bold;
    font-size: 11px;
    padding-left: 1em;
}
.bulletText
{
    padding-left: 0.1em;
    margin-left: 0.1em;
    font-size: 11px;
}
.bulletText ul
{
	padding-left: 1.2em;
    margin-left: 1.2em;
}
#blueBox
{
    background-color: #4183B6;
    width: 279px;
    height: 100%;
    float: right;
}
#blueBoxHeader
{
    color: White;
    padding-left: 1.1em;
    font-size: 160%;
}
.blueBoxText
{
    color: White;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    font-size: 90%;
    text-align:justify;
}
#blueBox a
{
    color:orange;
}
.floatImageLeft
{
    float: left;
    margin-left: 1em;
    margin-top: 1em;
}
.floatTextLeft
{
    float: left;
    margin-left: 1em;
    margin-top: 1em;
}
#seperatorH
{
    width: 490px;
    height: 1px;
    background-color: #cccccc;
    float: left;
    margin-left: 5px;
    margin-top: 2em;
    margin-bottom: 1em;
}
/* CASE STUDY PAGE */
.imageFloatRight
{
    float: right;
    margin: 1em;
}
.imageFloatLeft
{
    float: left;
    margin: 1em;
}

.seperatorH
{
    width: 490px;
    height: 1px;
    background-color: #cccccc;
    margin-left: 5px;
    margin-top: 2em;
    margin-bottom: 1em;
    clear: both;
}
