/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	margin-top:5px
}
#header_links li {
	float: left;
	padding: 0 8px;
	border-left:1px solid #333;
	line-height:11px;
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none}
#header_links a:hover {text-decoration:underline}

/*block permanent links right and left columns*/
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
#footer #permanent_links {
    width: 440px;
    margin: 37px auto 0 auto;
}
#footer #permanent_links .social a {
    display: block;
    float: left;
    width: 29px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('/img/footer-contact.png') no-repeat;
    background-position: top;
    margin-left: 21px;
}
#footer #permanent_links .social a:first-child { width: 23px; height: 23px; background: url('/img/footer-fb.png') no-repeat; margin-top: -2px; margin-left: 0; }
#footer #permanent_links .social a:hover { background-position: bottom; }

#footer #permanent_links .links a {
    display: block;
    float: left;
    margin-left: 14px;
    padding: 0 7px;
    line-height: 23px;
    border: 0;
    text-decoration: none;
    color: #bd0b1d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer #permanent_links .links a:hover {
    color: #fff;
    background: #394392;
}