
/* Default Styles */

#banner {
    background-image:url("../../resources/images/site/burnside_banner.jpg");
}

h1 {
    display:block;
    float:none;
    height:20px;
    width:100%;
    background-image: none;
    margin-top:0px;
    padding:0px;
    color: #f48026;
	margin-bottom:20px;
}



#homeItems {
border-top: dotted 1px #f48026;
padding-top:20px;
}


.homeItem {
float:left;
width:155px;
}

.itemLink {
text-align:center;
clear:both;
width:115px;
margin-top:2px;
}

.itemLink a, #footerNav a {
text-decoration:none;
color: #58585A;
}

#footerNav  {color:#000000;}

#footerNav a:hover { text-decoration:underline;}
