﻿#container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ba9c67;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #fff;
}

#contentContainer { background: #ffffff; }
/* widths must be exact down here to match the overall container width */
#contentLeftNav { width: 198px; background-color: #eaddc7; vertical-align: top;  }
#contentBody {
    text-align:left;
    vertical-align:top;
    width: 766px;
    padding: 3px 3px 10px 3px;
    background: #fff url('../images/template/shellslice.jpg') repeat-x top right;
}

#header 
{
    width: 100%;
    
}

#headerLeft img {  } /* todo temp hack until andy gets new pic: was height: 170px;*/
#headerRight { width: 100%; vertical-align: top; background: transparent url('../images/template/headerslice.jpg') repeat-x top center; }

#footer {
	text-align: center;
	font-size: 11px;
		color: #FFFFFF;
	padding: 5px;
	background: #AB8D59;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover 
{
    color:#fff;
}

.searchContainer { background: #AB8D59; padding: 2px; }
#searchLeftSide { float:left; color: #fff }
#searchLeftSide a { color: #fff; text-decoration: none; font-weight: bold; }
#searchRightSide { text-align: right; }

#adTopContainer { background: #ecddc8; padding: 5px; text-align: center; height: 71px; }

#loginBox table td { padding: 1px; color: #3c352b; font-size: 11px; font-weight: bold; }
#loginBox input { font-size: 11px; }
#loginBoxLoggedIn { padding: 3px; margin: 4px; border: solid 1px #523C21; font-size: 11px; }

/* ***************** NAV BAR FROM MENU GENERATOR ****************/
.navLeft {  }
/* globals */
.navLeft ul, .navLeft li 
{
    list-style-image:none;
    list-style-type:none;
    margin: 0px;
    text-align:left;
}

/************ first level ************/

.navLeft ul.inSelectedSection { /* no styles for this app */ }

.navLeft ul li 
{
/*
    list-style-image:url(../images/template/navarrow.png);
    list-style-position: outside;
    list-style-type:disc;
    */
    list-style-image: none;
    list-style-type: none;
    margin:  0px;
    text-align:left;
    font-weight: bold;
    font-size: 12px;
    color: #3C352B;
    padding: 5px 2px 5px 20px;
    background-image: url(../images/template/navarrow.png);
    background: transparent url(../images/template/navarrow.png) no-repeat;
    background-position: top left;
    border-bottom: 1px solid #E0CCB4;
}

.navLeft ul li.lastSibling {
    border-bottom: none; 
}

.navLeft ul li:hover { background-color: #BA9C67; }

.navLeft ul li.inSelectedSection, .navLeft ul li.inSelectedSectionWithChildren 
{
    background-color: #BA9C67;
}

.navLeft ul li.inSelectedSectionWithChildren {
    /*
    list-style-image:url(../images/template/navarrowdown.png);
    */
    background-image: url(../images/template/navarrowdown.png);
    

}
.navLeft ul li.hasChildNodes {
    /* none at this time */
}

.navLeft ul li a { text-decoration: none; }
.navLeft ul li a.selected { font-weight: bold; }
.navLeft ul li a.selected:hover { }
/* end first level */

/********** second level ************/
.navLeft ul li ul  
{
    display: none;
}
.navLeft ul li ul.inSelectedSection { /* no styles for this app */ }
.navLeft ul li.inSelectedSection ul, .navLeft ul li.inSelectedSectionWithChildren ul { display: block; }


.navLeft ul li ul li { 
    font-weight: normal; 
    list-style-image:none; 
    list-style-type:none;
    margin: 0px;
    padding-left: 0px;
}

.navLeft ul li ul li:hover a { color: #EADDC7; }

.navLeft ul li ul li, .navLeft ul li.inSelectedSectionWithChildren ul li {
    background-image: none;
}
    
.navLeft ul li ul li.inSelectedSection { }

.navLeft ul li ul li.hasChildNodes {
    list-style-image: none;
    list-style-type: none;
}

.navLeft ul li ul li a { text-decoration: none; }
.navLeft ul li ul li a.selected { font-weight: normal; text-decoration: underline; }
.navLeft ul li ul li a.selected:hover { text-decoration: none; }
/* end second level */

/*************** third level **************/
.navLeft ul li ul li ul  
{
    display:none;
}
.navLeft ul li ul li ul.inSection { }

.navLeft ul li.inSelectedSection ul li ul, .navLeft ul li.inSelectedSectionWithChildren ul li ul { display: none; } /* overrides 2nd level */
.navLeft ul li ul li.inSelectedSection ul, .navLeft ul li ul li.inSelectedSectionWithChildren ul { display: block; } /* specfic to 3rd level */

.navLeft ul li ul li ul li {  list-style-image:none; list-style-type:none; background-image: none; }
.navLeft ul li ul li ul li a { text-decoration: none; }
.navLeft ul li ul li ul li a.selected { font-weight: bold; text-decoration: underline; }
/* end third level */

/*************** fourth level **************/
.navLeft ul li ul li ul li ul 
{
    display:none;
}
.navLeft ul li ul li ul li ul.inSection { }

.navLeft ul li.inSelectedSection ul li ul li ul, .navLeft ul li.inSelectedSectionWithChildren ul li ul li ul { display: none; } /* overrides 2nd level */
.navLeft ul li ul li.inSelectedSection ul li ul, .navLeft ul li ul li.inSelectedSectionWithChildren ul li ul { display: none; } /* overrides 3rd level */
.navLeft ul li ul li ul li.inSelectedSection ul, .navLeft ul li ul li ul li.inSelectedSectionWithChildren ul { display: block; } /* specfic to 4th level */

.navLeft ul li ul li ul li ul li {  list-style-image:none; list-style-type:none; background-image: none; }
.navLeft ul li ul li ul li ul li a { text-decoration: none; }
.navLeft ul li ul li ul li ul li a.selected { font-weight: bold; text-decoration: underline; }
/* end fourth level */
/* ***************** END NAV BAR FROM MENU GENERATOR ****************/

