#footer {
    text-align: left;
	border-top: 1px solid white;
	color: white;
	background-color: #006ab3;
	background-image: url(img_common/footer-logo.gif);
	background-position: 720px 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer .footer-top {
	background: url(img_common/footer-arrow-top.gif) no-repeat 5px 5px;
	width: 30px;
	height: 35px;
	margin-bottom: 5px;
}

#footer .footer {
	float: left;
	border-right: 1px solid white;
	margin-bottom: 10px;
}

#footer .footer div {
	margin:  0 20px;
}

#footer h1 {
	color: white;
	margin: 0;
	margin-bottom: 0.5em;
	font-family: georgia, times, serif;
	font-size: 20px;
	font-weight: normal;
    background: none;
}

#footer .newsletter {
	border-right: none;
    width: 430px;
    
}

#footer label {
    width: 120px;
    float: left;
    display: block;
}

#footer input {
    background-color: white;
    border: 1px solid white;
    width: 200px;
    font-size: 90%;
    margin-bottom: 5px;
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
    color: black;
}

#footer input.submit {
    width: 120px;
    color: black;
}

#footer a {
	color: white;
	background:url(img_sjr/sjr_menu_link.png) no-repeat 0px 50%;
	padding-left: 8px;
    border-bottom: none;
    font-weight: normal;
}

.clearer {
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
