html {
  position: relative;
  min-height: 100%;
}




img#logo{
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
}


header{
	position:relative;
	text-align:center;
}






label.error,fieldset label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	clear:both;
	display:block;
}
div.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
input.error{ border:1px solid red; }
div.error { display: none; }

#footer_info{
	text-align:center;
	font-family:'Droid Serif';
	color:#2c3539;
	padding-top:30px;
	padding-bottom:30px;
	font-size:18px;
}

.padded{
	padding:20px;
}

footer{
	line-height:20px;
	margin-top:20px;
	padding-bottom:25px;
	padding-top:25px;
	font-family:'Droid Sans',sans-serif;
}

ul#footer_links{
	padding:0;
	margin:0;
	width:100%;
	list-style:none;
	text-transform:uppercase;
	font-size:12px;
}

ul#footer_links ul{
	list-style:none;
	padding:0;
	margin:0;
}

ul#footer_links > li{
	width:16.5%;
	float:left;
	padding-right:10px;
	text-align:center;
}



@media screen and (max-width: 992px) {	
	ul#footer_links > li{
		width:33%;
	}
	
	ul#footer_links > li:nth-child(4){
		background-image:none;
		margin-left:16%;
		margin-top:25px;
	}
	
	ul#footer_links > li:nth-child(5){
		margin-top:25px;
	}
}

@media screen and (max-width: 767px) {	
	ul#footer_links > li{
		width:50%;
	}
	
	ul#footer_links > li:nth-child(odd){
		background-image:none;
	}
	
	ul#footer_links > li:nth-child(even){
		background-image:URL('/images/template/footer_line.jpg');
	}
	
	ul#footer_links > li:nth-child(4){
		background-image:none;
		margin-left:0;
		margin-top:25px;
	}
	
	ul#footer_links > li:nth-child(5){
		margin-top:25px;
	}
	
	ul#footer_links > li{
		margin-top:25px;
		height:160px;
	}
	
	ul#footer_links > li:nth-child(odd){
		background-image:none;
	}
	
	ul#footer_links > li:nth-child(even){
		background-image:URL('/images/template/footer_line.jpg');
	}
	/*ul#footer_links > li:nth-child(4){
		background-image:none;
		margin-left:0;
		margin-top:0;
	}
	
	ul#footer_links > li:nth-child(5){
		margin-top:0;
	}
	ul#footer_links > li{
		width:100%;
		background-image:none;
	}*/
}



ul#footer_links > li:first-child{
	background-image:none;
}

ul#footer_links > li > a{
	display:inline-block;
	width:100%;
	font-weight:bold;
	color:#2d3539;
}

ul#footer_links > li > li{
	display:block;
}

ul#footer_links li li a{
	display:inline-block;
	width:100%;
	color:#2d3539;
}

#copyright{
	font-family:'Droid Sans';
	text-align:right;
	font-size:10px;
	color:#898989;
	margin-top:20px;
}

#copyright a:link,#copyright a:visited{
	color:#898989;
}


