/* FOOTER, DUH */

#footer {
	position: relative;
	top: -5px;
	background: url(/imgs/footer_bg.png) repeat-x;
	color: #ADADA0;
	font-size: 11px;
	height: 293px;
	margin: 0 auto;
}

#footer_container {
	position: relative;
	top: 5px;
	background: #1C344E url(/imgs/footer_container_bg.gif) repeat-x;
	height: 293px;
}

#footer_content {
	background: #1C344E url(/imgs/footer_bg.jpg) repeat-x;
	width: 1000px;
	margin: 0 auto;
}

#footer_content ul.columnnn {
	float: left;
	width: 237px;
	margin-right: 13px;
}

#footer ul.columnnn li {
	color: #fff;
	line-height: 18px;
}

#footer ul.columnnn li a {
	color: #fff;
	height: 21px;
	display: block;
	text-decoration: none;
	background: transparent url(/imgs/footer_li_bg.png) no-repeat;
	font-size:11px;
	padding: 3px 0 0 15px;
	overflow: hidden;
}

#footer ul.columnnn li.alt a {
	background: transparent url(/imgs/footer_li_bg_alt.png) no-repeat;
}

#footer ul.columnnn li a:hover {
	background: #001A37 url(/imgs/footer_li_bg_hover.gif) no-repeat;
}

#footer ul.columnnn li:first-child {
	background:none repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	font-size: 13px;
	font-weight:bold;
	height:30px;
	padding:13px 0 0 7px;
	text-decoration:none;
	text-shadow:1px 1px 0 #0C3068;
}

#footer ul.columnnn li:first-child a {
	display: inline;
	height: auto;
	float: right;
	background: transparent;
	padding: 0;
	margin: 0 6px 0 0;
}

#footer ul.columnnn li a span {
	color: #C1DAF6;
	font-size:11px;
}

#footer #bottom {
	padding:26px 0 3px;
	clear: both;
}

#footer #bottom p{
	color: #486E97;
	font-size: 13px;
	padding: 2px 0 10px;
}

#footer #bottom p a {
	color: #486E97;
	font-size: 13px;
	text-decoration: underline;
}

#footer #bottom a {
	color: #C1DAF6;
}

#footer #bottom ul {
	padding-top: 4px;
}

#footer #bottom ul li {
	display: inline-block;
	padding-bottom: 5px;
	*display: inline;
}

#footer #bottom ul li a {
	padding: 0 5px 0 0;
	background: transparent url(/imgs/footer_bottom_bg.gif) no-repeat bottom right;
}

#footer #bottom ul#mains li a {
	color: #fff;
}

#footer #bottom ul#mains li a:hover {
	text-decoration: none;
}

#footer #bottom ul li:first-child a {
	padding-left: 0;
}

#footer #bottom ul li:last-child a {
	background: transparent;
}

#footer #bottom ul li:last a {
	padding-left: 0;
	background: transparent;
}

#footer #bottom a:hover {
	color: #F4F7FB;
}

#footer_div {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	float:left;
	height:195px;
	width:208px;
}

#footer_div a {
	text-indent: -3000px;
	display: block;
	height:195px;
	width:208px;
}

/* FOOTER END */