﻿#footer{
	margin: 12px;
	height: 260px;
        padding-top:12px;
}

#footer 3-boxes{
    clear:both;
    }

.red-line {
    border-top:solid 2px #d41a27;
    margin-top:24px;
    clear:both;
    }


#content .box ul {
	list-style-type: none;
	}
	
#content .box ul li {
        padding-top:6px	
	}

#content .box a {
	color: #555;
	text-decoration: none;
        line-height:1.2em;
	}

#footer .left {
    text-align:left;
    }

#content .middle {
        text-align:center;
        margin-left:12px;
    }

#content .box {
    float:left;
    width:312px;
    margin-bottom:12px;
    padding:6px;
    border:solid 1px #d41a27;
    }

#content .box-right {
    float:left;
    width:324px;
    text-align:center;
    margin-bottom:12px;
    }

#content .box h2{
    padding:3px;
    color:white;
    background-color:#d41a27;
    margin-bottom:6px;
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
    }

	#footer .left{
		float:left;
                clear:left;
		}

#footer a {
 color: #555;
 text-decoration:none;
 font-weight:bold;
 font-size:80%;
    }

	#footer .right{
		float:right;
                text-align:right;
		}

	
