﻿body, html
{
    padding-top: 8px;
    margin: 0 auto;
    background-image: url(../images/master/page_bg_light.jpg);
    background-repeat: repeat-x;
    background-color: #e6eff1;
    font: normal 12px arial;
    text-align: center;
    height: 100%;
}

/* SiteMaster Header Elements*/
#divSiteMasterWrapper
{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

#divSiteMasterBody
{
    width: 950px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
}

    #divHeaderTopRow
    {
        width: 100%;
        vertical-align: middle;
	    height: 16px;
	    background-image: url(../images/master/fulltopheader.png);
	    padding-top: 1px;
	    margin:0px auto;
    }
    
        #divHeaderTopRowLeft
        {
            padding-left: 10px;
            float: left;
            width: 265px;
            height: 16px;
            text-align: left;
        }
        
        #divHeaderTopRowMiddle
        {
            float: left; 
            width: 400px; 
            height: 13px; 
            text-align: center;
            color: #0A525D;
        }
        
        #divHeaderTopRowRight
        {
            float: left; 
            width: 265px; 
            height: 16px; 
            padding-right: 5px; 
            text-align: right;
        }
        
    #divHeaderMainRow
    {
        border-right: white 1px solid; 
	    border-top: white 1px solid;
        border-left: white 1px solid; 
        width: 948px; 
        height: 110px;
        border-bottom: white 1px solid;  
        background-image: url(../images/master/header_bg.jpg);
    }
    
        #divHeaderMainRowLogo
        {
            width: 98px; 
            height: 95px; 
            float: left; 
            padding-left: 15px;
            padding-top: 5px;
            padding-bottom: 5px; 
            text-align: left; 
        }
        
        #divHeaderMainRowSlogan
        {
            padding-left: 10px; 
            float: left; 
            width: 184px; 
            padding-top: 15px; 
            height: 17px;
            text-align: left; 
        }
        
            #divHeaderMainRowSloganSearch
            {
                float: left; 
                height: 36px; 
                width: 515px; 
                padding-left: 0px;
                margin-top: -3px;
            }
            
                #divHeaderMainRowSloganWrapper
                {
                    float: left; 
                    padding-top: 0px; 
                    padding-right: 43px;
                }
                
                #divSearchBar
                {
                    float: left; width: 297px;
                }
            
        #divHeaderMainRowLogin
        {
            width: 300px; 
            color: white; 
            padding-right: 5px; 
            text-align: right; 
            float: right;
            padding-top: 8px;
         }
         
            .divHeaderMainRowLoginAnonymousWrapper
            {
                padding-right: 15px;
                width: 288px;
            }
            
                #divHeaderMainRowLoginAnonymousBody
                {
	                font-weight: bold;
	                font-size: 8pt;
	                width: 304px;
	                color: black;
	                padding-top: 5px;
	                font-family: Arial;
	                height: 90px;
	                text-align: left;
	                font-variant: normal;
	                float: right;
	                padding-left: 15px;
	                background-image: url(../images/master/login_bg.gif);
	                background-repeat: no-repeat;
	                padding-right: 15px;
	                width: 240px;
	                text-align: right; 
	                border: solid 0px;
                }
                
            #divHeaderMainRowLoginAuthenticatedWrapper
            {
                height: 40px; 
                float: right; 
                padding-top: 10px; 
                text-align: right;
            }
            
#divNavigationWrapper
{
    width: 100%; 
    margin: -2px auto 2px auto; 
    height: 22px;
}

    .navContainer
    {
        width: 100%; 
        background-image: url('../images/master/nav_bg.gif'); 
        background-repeat: repeat-x; 
        text-align: center; 
        border-top: solid 1px #e5e5e5;
	    border-bottom: solid 1px #bbbbbb;
	    height: 22px; line-height: 20px; vertical-align: middle !important;
    }

    .navMenu
    {
        float: left; cursor: pointer; font-size: 8pt;
    }

        .navMenu A {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
        .navMenu A:link {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
        .navMenu A:visited {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
        .navMenu A:active {	COLOR: #7f7f7f;	TEXT-DECORATION: none}
        .navMenu A:hover {	COLOR: #7f7f7f;	TEXT-DECORATION: underline}
        
#divContentWrapper
{
    padding: 5px; 
    width: 940px;
    background-color: white; 
    text-align: left; 
}

#divFooterWrapper
{
    background-image: url(../images/master/footerfade.jpg);
	padding-bottom: 5px;
	width: 946px;
	padding-top: 10px;
	background-repeat: repeat-x;
	height: 25px;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	color: white;
	margin: 0 auto;
	text-align: center;
}

#divSEOFooterWrapper
{
	padding-bottom: 5px;
	width: 946px;
	padding-top: 0px;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-size: 8pt;
	text-align: center;
}

#divSEOFooterWrapper a
{
	color: #2A7781; 
	text-decoration: none; 
	font-size: 11px;
	border: 0px;
}

#divSEOFooterWrapper a:Hover
{
	color: #B01C31; 
	text-decoration: underline;  
	font-size: 11px;
	border: 0px;
}


                
                
/* Text Classes */
a.masterAdLink:link, a.masterAdLink:visited, a.masterAdLink:active 
{  
	color: #0A525D; 
	text-decoration: none; 
	font-size: 12px;
	border: 0px;
}

a.masterAdLink:hover 
{  
	color: #0A525D; 
	text-decoration: underline;  
	font-size: 12px;
	border: 0px;
}

a.mastertop:link, a.mastertop:visited, a.mastertop:active 
{  
	color: #2A7781; 
	text-decoration: none; 
	font-size: 11px;
	border: 0px;
}

a.mastertop:hover 
{  
	color: #B01C31; 
	text-decoration: underline;  
	font-size: 11px;
	border: 0px;
}

a.masterFooter:link, a.masterFooter:visited, a.masterFooter:active 
{  
	color: White; 
	text-decoration: none; 
	font-size: 12px;
	border: 0px;
}

a.masterFooter:hover 
{  
	color: White; 
	text-decoration: underline;  
	font-size: 12px;
	border: 0px;
}

/* Button Classes */
.DefaultButton
{
	border-right: darkgray thin solid; 
	border-top: darkgray thin solid; 
	border-left: darkgray thin solid; 
	border-bottom: darkgray thin solid;
	border-width: 1px;
	background:
        url("../images/master/buttonfadenew.jpg")
        repeat-x;
	font-family: geneva, arial, sans serif;
	font-size:smaller;
	color: Navy;
	text-decoration: none;
	cursor: pointer;
	width: 60px;
}
