﻿/*////////////////////////////////////////////
// Global Styles
////////////////////////////////////////////*/
html {
	height:100%;
}
form {
	height:100%;
}


body
{
    margin: 0;
    font-family:Arial;
    font-size:12px;
    background-image:url(/images/sub/bodybg.jpg);
    background-repeat:repeat-x;
    background-color:#adc3df;
    height:100%;
}

img { border: 0px; }

h3
{
    font-size:14px;
    color:#87a4cb;
    font-weight:bold;
    padding-bottom:0px;
    margin-bottom: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: 997px;
    text-align:left;
	margin: 0px auto 0 auto;
	background-image:url(/images/sub/wrapperBg.jpg);
	background-repeat:repeat-y;
}

.header
{
    background-color:white;  
    width: 993px;
    width:110px;
    
}

.pusher
{
    clear:both;
}

/***** Content Area *****/
.contentArea
{
	background-image:url(/images/sub/wrapperBg.jpg);
	background-repeat:repeat-y;
}

.leftSide
{
    float:left;
    width:20px;
    height:534px;
}
.middleArea
{
    background-color:#deeafb;
    width:943px;
    padding:0px 5px 0px 5px;
    float:left;
}
.innerContentArea
{
    background:#88a4cb url(/images/sub/contentBg.jpg) repeat-x;
    border:solid 2px white;
    border-bottom:none;
    width:913px;
    padding:13px 12px 10px 15px;
    
}
* html .innerContentArea
{
    padding-left:13px;
}
.contentWords
{
    border:solid 1px #4e5b88;
    width:818px;
    background-color:white;
    padding:25px 40px 25px 54px;
}
.contentWords h3
{
    font-weight:bold;
    color:#4e5c8d;
    padding:0;
    margin:0;
}
.contentWords li
{
    margin-bottom:5px;
}
.prop 
{
    float:right;
    width:1px;
    height:435px;
}
.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}
.pageTitle
{
    font-size:18px;
    font-weight:bold;
    color:#88a4cb;
    margin-bottom:25px;
}
.rightSide
{
    float:left;
    width:24px;
    height:534px;
}

.footer
{
    padding:0px 5px 0px 5px;
    /*height:57px;*/
    /*width:953px;*/
    /*margin-left:13px;*/
    background-image:url(/images/sub/wrapperBg.jpg);
    background-repeat:repeat-y;
}
.footerContent
{
    padding-top:12px;
    background:url(/images/footerBG.jpg) repeat-x;
    width: 940px;
    background-color:#fefeff;
    font-size:11px;
    text-align:center;
    margin-left:22px;
    color:#666;
}
.footerContent a:active,.footerContent a:visited,.footerContent a:link
{
    text-decoration:none;
    color:#666;
}



/***** 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:5px;
}

*:first-child+html .topNavItem .subNav
{
    position:relative;
    margin-left:-15px;
}
* 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;
}
.topNavItem .subNav .subNavItem
{
        margin-bottom:10px;
}

/************** Form Stuff **********************/
.formContainer 
{
    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:red;
    font-weight:bold;
}



.specialUL li
{
    font:bold 13px Arial;
    color:#505d89;
}


