﻿/********************defaults********************/


/****************************************/

/*
 *html p {
  height: 0%;
  margin-left: 0;
  }
  
*/
/***************************************/



*
{
    /* margin:0px;padding:0px;*/
}
html, body, form, div.siteContentWrapper
{
    height: 100%;
}

body
{
    width: 100%;
    margin: 0px;
    height: 100%;
    font-family: arial;
    font-size: 12px;
    color: #333333;
    overflow: visible;
}
body
{
    margin: 8px 0px 0px 0px;
    padding-top: 5px;
}

body div.siteContentWrapper
{
    height: auto;
    min-height: 100%;
}

div.siteContentWrapper div.banner
{
    background-image: url('/App_Skin/SiteHeader/imgHdrM_Main.png');
    height: 106px;
    width: 100%;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 0% 100%;
}
div.siteContentWrapper div.bannerCont
{
    overflow: hidden;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
div.bannerLogo
{
    margin-top: 18px;
    height: 88px;
    width: 347px;
    background-repeat: no-repeat;
    background-image: url('/App_Skin/SiteHeader/imgHdrLogo.png');
    float: left;
}
div.siteContentWrapper a.logoLink
{
    margin-left: 85px;
    margin-top: 8px;
    height: 76px;
    width: 245px;
    display: block;
}
div.bannerMenu
{
    width: 751px;
    float: left; /*border:solid 1px green;*/
}
#divUtility
{
    height: 35px;
    min-height: 27px;
    max-height: 35px;
    width: 750px; /*border:solid 1px green;*/
}

#divUtilityMenu
{
    float: left;
    padding-top: 20px;
    width: 300px;
}

#divHdrNav
{
    padding-top:10px;
    height: 61px;
    width: 753px;
}

.socialBar
{
    float: right;
    margin-right: 77px;
}

#divHdrSearch
{
    /*  z-index:0;*/
    height: 38px;
    background-image: url('../App_Images/default/imgHdrBottom.png');
    background-repeat: repeat-x;
    background-position: bottom;
    right: 0px;
    top: 0px;
    overflow: hidden;
}
#divSearchContainer
{
    width: 100%;
    height: auto; /*border:solid 1px orange;*/
    text-align: right;
    overflow: hidden;
}
#divSearchContainer #divSearchCtrl
{
    margin-top: 6px;
    float: right;
}
#divSearchContainer #divSearchCtrl input
{
    font-size: 11px;
}

.bgImages
{
    height: 100%;
    display: block;
}
div.mainSiteDiv
{
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 150px; /*      border:solid 1px black;*/
}
#divSiteContent
{
    overflow: hidden;
    padding-bottom: 12px;
}
#divSiteContent, #divSearchContainer, #divFooterPrimaryNav div.main.footer, div.footerContainer
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.footerWrapper
{
    position: relative;
    margin-top: -150px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    clear: both;
    width: 100%;
    overflow: hidden;
}
div.footerTopStrip
{
    width: 100%;
    background-image: url('../App_Skin/SiteFooter/imgFooterTopStrip.png');
    background-repeat: repeat-x;
    font-size: 0px;
    height: 3px;
    overflow: hidden;
}


#divFooterPrimaryNav
{
    background-image: url('../App_Skin/SiteFooter/imgFooter_Menu.png');
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    min-height: 25px;
    height: auto;
    overflow: hidden; /*z-index:0;*/
}
div.footerContent
{
    background-image: url('../App_Skin/SiteFooter/imgFooterAffilAndLegal.png');
    background-repeat: repeat-x;
    min-height: 150px;
    height: 100% !important;
    height: 150px;
    overflow: hidden;
    width: 100%; /*     border:solid 5px green;*/
}

div.footerContainer
{
    padding-top: 12px;
    height: 100%;
    overflow: hidden; /* vertical-align:bottom;*/
}
div.footerContainer p
{
    margin: 0px;
    display: block;
}


div.footerContainer div, div.footerContainer div a
{
    color: white;
}
div.footerContainer div img
{
    border: none;
}

#PartnerLinksTitle
{
    font-weight: bold;
    line-height: 22px;
}
#divPartnerLinks
{
    float: left;
    left: 0%;
    width: 33%;
    height: 100%;
    line-height: 150%; /*border:solid 1px orange;*/
}

#divFooterNav
{
    float: left;
    left: 34%;
    width: 33%;
    text-align: center; /*  height:100%;  border:solid 1px orange;*/
    bottom: 0px;
}
#divCopyright
{
    float: left;
    left: 67%;
    width: 33%; /* height:100%;  border:solid 1px orange;*/
}


.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
























































