/*
================================
 Container Styles for DotNetNuke
================================
*/

.containerTitle {
		color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    background-color: #563C21;
    padding-top: 3px;
    padding-left: 6px;

}

.containerMaster {
    width: 100%;
    background-color: transparent;
    font-family: Verdana, sans-serif;
    color: #5B492D;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

.containerSubNav {
	border-collapse: separate;
	}

.containerSubNav .LinksClass,
.containerSubNav A.LinksClass:link,
.containerSubNav A.LinksClass:visited {
    color: #402B18;
    font-size: 10px;
    font-weight: bold;
    background: #CEB773;
    width: 195px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    text-decoration: node;

}

.containerSubNav A.LinksClass:active,
.containerSubNav A.LinksClass:hover   {
    color: #402B18;
    text-decoration: node;
    font-size: 10px;
    font-weight: bold;
    background: #B5933A;
    width: 195px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
	text-decoration : none;
}














