/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 90px;
	clear: both;
	background: #000000 URL(img/separator_green.gif) repeat-x top;
	color: #fff;
	
	}

#footer .css {
	background: url(img/css.png) no-repeat 0 0;
	padding: 0 8px 0 20px;display:inline;
	}
#footer .css a{
color:#74ceff;
	}
#footer .css a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .xhtml {
	background: url(img/xhtml.png) no-repeat 0 0;
	padding: 0 8px 0 20px;
	display:inline;
	margin-left:20px;
	}
#footer .xhtml a{
color:#5db438;
	}
#footer .xhtml a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .map {
	background: url(img/index.png) no-repeat 0 0;
	padding: 0 8px 0 20px;
	display:inline;
	margin-left:0px;
	}
#footer .map a{
color:#ff9900;
	}
#footer .cssmap {
	background: url(img/map.png) no-repeat 0 0;
	padding: 0 8px 0 20px; display:inline;
	}
#footer .cssmap a{
color:#fff9c1;
	}
#footer .cssmap a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .map a:hover{
color:#ffffff;
text-decoration:none;
	}
#footer .credits {
	float: right;
	margin:25px 15px 0 0;
	padding: 0;
	border: none;
	vertical-align:middle;
	}

#footer p {
	margin: 0;
	padding: 22px 25px 10px 22px;
	font-size: 12px;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #f4f4f4;
	}
#footer p a:hover {
	color: #cc6600;
	text-decoration:none;
	}
#footer p a:active {
	color: #9ad202;
	}
	