@charset "UTF-8";


#navigation_links {
	height: 35px;
	background-color: #474747;
	font-family: verdana;
	font-size: 12pt;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	width: 847px;
	position: relative;
    overflow: hidden;
}

#LINKS_links {
    text-transform: uppercase;
    background-color: #fc6600;
    color: #000;
    font-weight: bold;
    width: 121px;
    position: absolute;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    font-size: 10pt;
}

#HOME_links {
    text-transform: uppercase;
    background-color: #474747;
    color: #999999;
    font-weight: bold;
    width: 121px;
    position: absolute;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    font-size: 10pt;
    left: 724px;
}

#linksContainer {
    overflow: hidden;
}
#linksContainer2 {
    padding-left: 80px;
    background-color: #333333;
}
#linksFooter {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #333333;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: #ccc;
    height: 60px;
}
.linksheadlineStyle {
    color: #ccc;
    font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
}

a:link {
    color: #787777;
    text-decoration: none;
    font-family: verdana;
    font-size: 10pt;
    text-transform: capitalize;
}

a:visited {
    color: #787777;
}
a:hover{
    color: rgba(255,255,255,0.80);
}
