@charset "utf-8";

#footer {
	width:100%;
	display:block;
	clear:both;
	z-index:120;
	font-size: 12px;
	text-align:left;
	line-height:1.2em;
	background-image: url(../img/bg_container.png);
	border-bottom: 1px solid #ccc;
	position: absolute;
	border-top: 5px solid #ccc;
	margin: 0;
	padding: 0;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color: #069;
}

.footspace {
	height:25px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: block;
	clear: both;
	width: 100%;
}

#footer .footbg {
	display: block;
	padding: 0px 0 10px 0;
	white-space: nowrap;
	margin: 0;
	background-image: url(../img/bg_container.png);
	width: 100%;
}

#footspace {
	width: 980px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	margin-bottom: 0px;
	border-bottom: 2px #FFF dotted;
	text-align: left;
}


#foot_logo {
	width: 880px;
	height:70px;
	margin:0;
	padding:0;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}

#foot_arrow {
	width: 100px;
	height:70px;
	float:left;
	margin:0;
	padding:0;
	overflow: hidden;
	display: inline;
}

#footer .title{
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.5em;
	border-bottom: 1px #333 dotted;
	margin: 5px 0 10px 0;
	padding:5px 0 5px 0;
	float: left;
	width: 100%;
	color: #036;
}

#footer .title a{
	color: #036;
}

#footer .box1,
#footer .box2,
#footer .box3,
#footer .box4{
	height: 630px;
}
#footer .box1,
#footer .box2,
#footer .box3 {
	margin:0;
	padding:10px;
	display: block;
	width:210px;
	float: left;
	border-right: 1px #ccc dotted;
}

#footer .box1{
}


#footer .box1 ul{
	margin:0;
	padding:0;
	display: block;
	list-style:none;
}

#footer .box1 ul li{
	margin:0px 2px 5px 0px;
	padding:0;
	display: block;
	list-style:none;
	width: 190px;
	float: left;
	font-size: 80%;
}


#footer .box2{
}


#footer .box2 ul{
	margin:0;
	padding:0;
	display: block;
	list-style:none;
}

#footer .box2 ul li{
	margin:0px 2px 5px 0px;
	padding:0;
	display: block;
	list-style:none;
	width: 190px;
	float: left;
	font-size: 80%;
}



#footer .box3{
	overflow: visible;
}


#footer .box3 ul{
	margin:0;
	padding:0;
	display: block;
	list-style:none;
}

#footer .box3 ul li{
	margin:0px 2px 5px 0px;
	padding:0;
	display: block;
	list-style:none;
	width: 190px;
	float: left;
	font-size: 80%;
	overflow: visible;
}


#footer .box4{
	margin:0;
	padding:10px;
	display: block;
	width:265px;
	float: right;
}


#footer .box4 ul{
	margin:0;
	padding:0;
	display: block;
	list-style:none;
}

#footer .box4 ul li{
	margin:0px 2px 5px 0px;
	padding:0;
	display: block;
	list-style:none;
	width: 265px;
	float: left;
	font-size: 80%;
}

#footer .box4 ul li_txt{
	margin:0px 2px 15px 0px;
	padding:0;
	display: block;
	list-style:none;
	width: 265px;
	float: left;
	font-size: 90%;
	font-weight: normal;
}

#footer .box4 ul li_mailbot {
	padding:0 0 10px 0;
	display:block;
	list-style:none;
	width: 265px;
	float: left;
}

#footer .box4 ul #foot_contact {
	padding:0 0 10px 0;
	display:block;
	list-style:none;
	width: 265px;
	float: left;
}

#footer .box4 #rankset {
	width:265px;
	height:500px;
	background:url(../img/rank_bg.jpg);
}
#footer .box4 .rankingbox {
}
#footer .box4 .rankingbox h3 {
	padding:10px;
	padding-bottom:15px;
	color:#147ad1;
}
#footer .box4 .rankingbox ul li {
	padding:0 0 8px 10px;
	font-size:95%;
	font-weight:bold;
	color:#FFF;
}
#footer .box4 .rankingbox ul li span.number {
	font-size:90%;
	color:#147ad1;
}
#footer .box4 .rankingbox ul li span.small {
	font-size:80%;	
}
#footer .box4 .rankingbox ol {
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
	padding-left:7px;
}
#footer .box4 .rankingbox ol li {
    position:relative; /* Create a positioning context */
    margin:0 0 0 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px;
	color:#FFF;
}
#footer .box4 .rankingbox ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#147ad1;
    font-weight:bold;
	font-size:14px;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}
#footer .box4 .rankingbox iframe {
	height:180px;
	border: 0;
}
#footer .box4 #ranking2 iframe {
	height:240px;
	border: 0;
}
#footer .box5{
	margin:0;
	float: left;
	padding: 0;
	height: 50px;
	width: 265px;
	border-top: 1px #333 dotted;
	margin-top: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
}


#footer .box5 ul{
	margin:0;
	padding:0;
	display: block;
	list-style:none;
}

#footer .box5 ul li{
	margin:0px 2px 5px 0px;
	padding:0;
	display: block;
	list-style:none;
	width: 265px;
	float: left;
	font-size: 80%;
}

div#undertext {
	width: 100%;
	display: block;
	text-align:center;
	color:#333;
	font-size:80%;
	float: left;
	margin: 0;
	overflow: 0;
	line-height: 160%;
	clear: both;
	white-space: nowrap;
	padding: 0;
	background-image: url(../img/bg_container.png);
}

div#undertext a {
	color: #333;
	float: none;
}

div#undertext a:hover {
	color: #069;
}

.mailbot {
	padding:0 0 10px 0;
	display:block;
	border-bottom:1px #333 soild;
}

.follow {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin: 0px 0 10px 0;
	padding:5px 0 5px 0;
	float: left;
	width: 215px;
	;
	color: #036;
}

.twitter_icon {
	padding-top:10px;
	padding-left:0px;
	display: block;
	float: left;
}
.facebook_icon {
	padding-left:0px;
	display: block;
	float: left;
}
