/*////////////////////////////////////////////
// Global Styles
////////////////////////////////////////////*/
html {
	height:100%;
}
form {
	height:100%;
}

body
{
    margin: 0;
    font-family:Arial;
    font-size:12px;
    background-image:url(/images/bodybg.jpg);
    background-repeat:repeat-x;
    background-color:#adc3df;
    color:#666666;
    height:100%;
}

img { border: 0px; }

h3
{
    font-size:14px;
    color:#87a4cb;
    font-weight:bold;
    padding-bottom:0px;
    margin-bottom:0px;
    padding-top:0px;
}

p
{
    padding-top:0;
    margin-top:0;
}

a:active, a:link, a:visited
{
    color:#658abe;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
/*////////////////////////////////////////////
// Page Layout
////////////////////////////////////////////*/
.wrapper
{
    width: 993px;
    
    text-align:left;
	margin: 0px auto 0 auto;
	background-image:url(/images/wrapperBg.jpg);
	background-repeat:repeat-y;
	height:100%;
}

.header
{
    background-color:white;  
    width: 993px;
    width:110px;
    
}

.pusher
{
    clear:both;
}

/***** Content Area *****/
.contentArea
{
}

.leftSide
{
    float:left;
    width:15px;
    height:480px;
}
.middleArea
{
    background-color:#deeafb;
    /*height:500px;*/
    width:943px;
    padding:0px 5px 0px 5px;
    float:left;
}
.rightSide
{
    float:left;
    width:25px;
    height:480px;
}

.innerContentArea
{
    background:url(/images/contentBG.jpg) repeat-x;
    border:solid 2px white;
    width:920px;
    height:419px;
    padding:12px 0px 20px 20px;
    
}

* html .innerContentArea
{
    padding-left:19px;
}

.contentQuote
{
    float:left;
    margin-right:10px;
    width:312px;
}

.innerContentWords
{
    background:url(/images/homeContentBackground.jpg) no-repeat;
    width:295px;
    height:264px;
    padding:20px 15px 20px 10px;
    overflow:hidden;
    font:normal 11px Arial;
}

*:first-child+html .innerContentWords
{
    padding-top:10px;
    padding-bottom:30px;
}

* html .innerContentWords p
{
    padding-bottom:7px;
    margin-bottom:0px;
}


.smallPictures
{
    float:left;
    margin-left:5px;
    margin-right:16px;
}
.pictureColumn
{
    float:left;
    width:94px;
}
.smPicture
{
    height:92px;
    padding:2px 2px 4px 2px;
    width:90px;
    background-color:White;
    color:#4e5b88;
    font-weight:bolder;
    text-align:center;
    margin-bottom:9px;
}
.smPic
{
    margin-bottom:3px;
}
.smPic a:active, .smPic a:link, .smPic a:visited, .smPic a:hover
{
    text-decoration:none;
    color:#4e5b88;
}
.smPicText
{
    margin-top:1px;
}

.bigPicture
{
    margin-left:5px;
    float:left;
}

.bigOne
{
    border:solid 2px white;
    width:343px;
    height:417px;
}

.footer
{
    padding:0px 5px 0px 5px;
    
    width:943px;
    margin-left:16px;
}
.footerContent
{
    border-left:solid 2px white;
    border-right:solid 2px white;
    padding-top:12px;
    background:url(/images/footerBG.jpg) repeat-x;
    width:939px;
    background-color:#fefeff;
    font-size:11px;
    text-align:center;
}

.footerContent a:active,.footerContent a:visited,.footerContent a:link
{
    text-decoration:none;
}

/***** Main Navigation *****/
.mainNavigation
{
    background-color:White;
    height:27px;
    width:933px;
    padding-left:8px;
    padding-right:2px;
    background:url(/images/navItemBG.jpg) repeat-x;
}

.topNavItem 
{
    text-align:center;
    font-size:12px;
    padding:6px 14px 6px 12px;
    height:15px;
    margin:0;
    float:left;
}

.topNavItem a, .topNavItem a:active, .topNavItem a:visited
{
    color:#666666;
    font-size:12px;
    text-decoration:none;
    font-family:Arial;
}

.topNavItem .subNav
{
    display:none;
    background-color:#4e5b88;
    border:solid 2px white;
    color:White;
    padding:10px;
    z-index:2;
    margin-left:-16px;
    text-align:left;
    position:absolute;
    margin-top:6px;
}

*:first-child+html .topNavItem .subNav
{
    position:relative;
    margin-left:-17px;
}
* html .topNavItem #projectgallery
{
    margin-left:-59px;
}
* html .topNavItem #bennettdifference
{
    margin-left:-80px;
}
* html .topNavItem #tradepartners
{
    margin-left:-92px;
}
* html .topNavItem #designbuild
{
    margin-left:-76px;
}
* html .topNavItem #customerresources
{
    margin-left:-76px;
}
* html .topNavItem #contactus
{
    margin-left:-47px;
}
* html .topNavItem #SiteMap
{
    margin-left:-66px;
    margin-top:20px;
}
*:first-child+html .topNavItem #SiteMap
{
    margin-left:-29px;
    margin-right:-37px;
}

.topNavItem .subNav .subNavItem a
{
    color:White;
    font-weight:bolder;
    font-size:11px;
}
.topNavItem .subNav .subNavItem
{
        margin-bottom:10px;
}



/************** Form Stuff **********************/
.formContainer 
{
    margin-left:auto;
    margin-right:auto;
    width:410px;
    margin-top:5px;
}
.formContainer label 
{
    float:left;
    width:120px;
    font-weight:bold;
    margin-bottom:5px;
    padding-top:3px;
}
.formContainer input 
{
    margin-bottom:5px;
    float:left;
}
.formContainer br 
{
    clear:left;
}
.formContainer input[type="checkbox"]
{
    margin-top:5px;
}
.required 
{
    color:#ed8a11;
    font-weight:bold;
}
.emailImage
{
    margin-top:-7px;
}
*:first-child+html .emailImage
{
    margin-top:0px;
}