/******************************************
Layer 227 Inc. footer.css

Styles for the footer of all webpages.

******************************************/


div#footer {
background-color: #CFD7E2;
font-size: 10px;
margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
padding-bottom: 5px;
position: relative;
bottom: 0px;
border: #FFFFFF;
margin-bottom: 2px;
}

div#footer ul {
text-align: center;
list-style-type: none;
margin-bottom: 3px;
margin-top: 3px;
}

div#footer li {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-right: 1px solid #000000;
display: inline;
}

div#footer li.first {
padding-left: 0px;
padding-right: 5px;
}

div#footer li.last {
padding-left: 5px;
padding-right: 0px;
border-right: 0px;
}

div#footer p {
text-align: center;
margin-top: 2px;
}

.bold {
text: strong;
}
