#footer ul, #footer li {
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none
}

#footer {
    background: url(../img/footer_top.gif) top no-repeat;
    clear: both;
    color: #97c4e1;
    font-size: 12px;
    margin-top: 24px !important; /* overwrite margin-top from layout-specific css files to standardize it */
    line-height: 14px;
    padding-top: 8px;
}
#footer a {
    color: #97c4e1;
    text-decoration: none;
}
#footer a:hover {
    color: #96d5ff;
}

#footer-top {
    background-color: #0062a0;
    border: 1px solid #187ab6;
    border-top: none;
    padding: 2px 0 7px 0;
}

#footer-breadcrumb {
    display: inline;
    float: left;
    margin: 2px 0 0 10px;
    width: 500px;
}
#footer-breadcrumb span {
    color: #64a5cd;
    font-size: 14px;
    margin: 0 3px 0 3px;
}

#footer-search {
    display: inline;
    float: right;
    margin-right: 10px;
    width: 176px;
}
#footer-search label {
    display: none;
}
#footer-search-q {
    background: #97c4e0;
    border: 1px solid #1975ae;
    float: left;
    padding: 2px;
    width: 145px;
}
#footer-search-submit {
    display: inline;
    float: right;
    width: 20px;
    height: 21px;
}

#footer-navi {
    background-color: #0062a0;
    clear: both;
    margin-top: 6px;
	border: 1px solid #187ab6;
}
#footer-navi ul {
    list-style: none;
    padding: 0 0 34px 0;
	margin-left:-1px ;
}

#footer-navi li {
    float: left;
}

#footer-navi li a {
    color: #59a0cb;
    display: block;
    outline: none;
    padding: 10px 12px ;
}
#footer-navi li.selected {
    border-bottom: 1px solid #0062a0;
    border-left: 1px solid #187ab6;
    border-right: 1px solid #187ab6;
}


#footer-navi li.selected a {
    color: #97c4e0;
}

#footer-links {
    background-color: #0062a0;
    border: 1px solid #187ab6;
    border-top: none;
    clear: both;
    width: 850px;
	overflow:hidden ;
	padding-bottom:12px ;
}
#footer-links h4 {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 13px;
}
#footer-links ul {
    float: left;
    margin: 10px 0 0;
    padding-left: 12px;
    width: 128px;

}

#footer-links li {
    font-size: 11px;
    margin: 2px 0 2px 0;
}


#global-footer {
    clear: both;
    color: #69a9d5;
    font-size: 11px;
    height: 8px;
}
#global-footer ul, #global-footer li {
    display: inline;
}
#global-footer ul {
    margin-top: 20px;
}
#global-footer li {
    padding-left: 4px;
    border-right: 1px solid #619cd8;
    padding-right: 7px;
}
#global-footer li:first-child, #global-footer li.first  {
    margin-left: 0;
}
#global-footer li:last-child {
    border-right: none;
    padding-right: 0;
}
#global-footer li.last {
    border-right: none;
    padding-right: 0;
}
#global-footer-left {
    float: left;
}
#global-footer-middle {
    float: left;
    position:relative ;
    left: 90px;
}
#global-footer-right {
    float: right;
}
#global-footer span {
    clear: both;
    display: block;
    float: right;
    margin: 10px 0 24px 0;
}