﻿#navigation_wrapper {
	background:#EA2E03;
	padding:0;
}
#navigation {
	width:980px;
	margin:0 auto;
	}
#nav_inner 
{
    margin:0;
}
#nav_inner ul {
    list-style-type: none;
    margin: 0;
}
#nav_inner li {
    background: url(../images/nav_sep1.png) repeat-y scroll right center transparent;
    display: inline;
    line-height: 33px;
    margin-right: 15px;
    padding: 8px 20px 8px 0;
     list-style-type:none;
}
#nav_inner a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#nav_inner a:hover 
{
    
    color: #000000;
    text-decoration: none;
}



.clear_img {
    background: none repeat scroll 0 0 transparent !important;
}
.clear {
    clear: both;
}

.footer_bg {
    background: url(../images/footer_bg.png) repeat-x scroll center top #2E2E2E;
    height: 200px;
    width:100%;
    margin:0;
}
.footer_wrapper {
    margin: 0 auto;
    width: 980px;
}
.social_box {
    width: 300px;
}
.social_box span {
    color: #6B6B6B;
    float: right;
    font-weight: bold;
    margin: 8px 10px 0 0;
}
.social_box img {
    margin-right: 10px;
    margin-top: 7px !important;
}
.social_margin {
    margin: 0 !important;
}
.footer_nav_inner {
    margin: 0 auto;
    width: 810px;
}
.footer_nav_inner ul {
    float: left;
    list-style-type: none;
    margin-top: 46px;
}
.footer_nav_inner li {
    display: inline;
    margin-right: 10px;
    padding-right: 16px;
    list-style-type:none;
}
.footer_nav_inner a, .footer_nav_inner a:visited  {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_nav_inner a:hover {
    color: #D2D0D0;
    text-decoration: none;
}
.footer_nav_inner a.active {
    color: #D2D0D0; 
    text-decoration: none;
}

.footer_nav_inne ul li:hover ul a {
	background:#f2f2f2;}
	
.footer_wrapper p {
    color: #B6B6B6;
    font-size: 12px;
    margin: 24px 0;
    text-align: center;
}
.footer_wrapper p a, .footer_wrapper p a:visited
{
    text-decoration:underline;
    color:#fff;
}
.footer_wrapper p a:hover
{
    color:#fff;
    text-decoration:none;
}


.right {
    float: right;
}

