footer#primaryFooter {
    overflow: hidden;
    width: 960px;        
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgrey;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: lightgrey;
    background-color: #ededed;
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black; */
}

div#MenuContainer {
    float: right;
    width: 590px;
    margin: 20px 0px;
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black;*/
}

div#FooterMenus {    
    width: 510px;    
    overflow: hidden;
    margin: auto;
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black; */

}

footer section {
    float: left;
    margin: 0px;
    width: 170px;   
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black;    */
}

footer section h1 {
    /* Margins & Padding */
	margin: 0px;
	
	/* Fonts & Text */
	font-family: "NationalWeb-Bold";
	font-size: 18px;
    
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black;     */
}

footer ul {
    margin: 0px;
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black;     */
}

footer li {
	font-family: "CaeciliaLTPro-55Roman";
	font-size: 13px;
}



footer p {
    margin: 0px;
}

footer section ul {
    list-style: none;    
    padding: 0px;
    /*outline-style: dotted;
    outline-width: 1px;
    outline-color: black;     */
}

footer ul a:hover {
	color: darkgoldenrod;
}

footer section p {
    margin-bottom: 8px;
}

figure#FooterDemotech {
    width: 250px;
    height:125px;
    margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
    /*background-image: url("../images/demotech.gif");
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;*/
     
    /*
    outline-style: dotted;
    outline-width: 1px;
    outline-color: black;
    */

}

figure#FooterBBB {
	width: 237px;
	height: 90px;
	margin: 0 auto;	
	margin-bottom: 15px;
}



p#copyright {
    clear: both;
    text-align: center;
    padding: 0 10px;
    color: darkgreen;
    
}

#FooterFigureContainer {
	width: 330px;
	float: left;
	
}