
#wrapper {
    background: url(../images/bgSubnav.jpg) top left repeat-y;
}

/********************************************************************************/

#contentHolder1{
    display: inline;
    float: left;
    
    width: 230px;
    margin-left: 10px;
    padding-top: 10px;
    
    background: url(../images/blueBar.jpg) top left no-repeat;
}

#contentHolder2 {
    display: inline;
    float: left;
    
    width: 484px;
    margin: 0px 10px 0px 1px;
    padding: 20px 20px 0px 0px;
    
    background: url(../images/grayBar.jpg) top right no-repeat;
}

#contentArea {
    padding: 15px 15px 10px 25px;
}


/********************************************************************************/


#subNavigation {
    float: left;
    display: inline;

    width: 230px;
    padding: 25px 0px;
    
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#subNavigation li {
    float: left;
    display: inline;
    width: 215px;
    margin-left: 15px;
}

#subNavigation li a.last {
    background: none;
}

#subNavigation dt { display: none; }

#subNavigation li a {
    float: left;
    display: block;
    overflow: hidden;
    
    width: 192px;
    height: 11px;
    padding: 8px 8px 8px 15px;
    
    line-height: 1em;
    
    color: #727272;
    background-color: transparent;
    text-decoration: none;
    
    background: url('../images/bgSection.jpg') top right no-repeat;
}
#subNavigation li a:hover {
    color: #000000;
}

#subNavigation li a.viewing {
    background: url('../images/bgSubnavViewingSection.jpg') top left no-repeat; 
}

#subNavigation li ul.subSections li {
    margin: 0;
}
#subNavigation li ul.subSections li a {
    width: 177px;
    height: 11px;
    padding: 7px 8px 7px 30px;
    
    background: url('../images/bgSubnavPage.jpg') top right no-repeat;
}

#subNavigation li ul.subSections li a.viewing {
    background: url('../images/bgSubnavViewingPage.jpg') top left no-repeat;
}


/********************************************************************************/
/**sitemap**/

#wrapper2 a{
	text-decoration: none;
	color: #424a51;
}
#wrapper2 a:hover{
	text-decoration: underline;
	color: #616972;
}

/********************************************************************************/

#contentHolder3{
    display: inline;
    float: left;
    
    width: 190px;
    margin: 0px 0px 0px 10px;
    padding: 20px 0px 0px 10px;
    
    background: url(../images/grayBar.jpg) top right no-repeat;
}

#contentHolder4 {
    display: inline;
    float: left;
    
    width: 258px;
    margin: 0px 0px 0px 1px;
    padding: 20px 0px 0px 0px;
    
    background: url(../images/grayBar.jpg) top right no-repeat;
}

#contentHolder5 {
    display: inline;
    float: left;
    
    width: 260px;
    margin: 0px 5px 0px 1px;
    padding: 20px 15px 0px 0px;
    
    background: url(../images/grayBar.jpg) top right no-repeat;
}
#contentArea2 {
    padding: 15px 15px 10px 25px;
	text-align: left;
	line-height: 2em;
}
#contentArea3 {
    padding: 15px 15px 10px 25px;
	text-align: left;
	line-height: 2em;
}
#contentArea4 {
    padding: 15px 15px 10px 25px;
	text-align: left;
	line-height: 2em;
}


/********************************************************************************/