@charset "utf-8";




ul {
	list-style-type:none;


}
li {
	float:left;
}
ul a {
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
	text-decoration: none;
	line-height:24px;
	font-size: 20px;
	color: #636363;

}
ul a:hover {
	color: #e48805;
	text-decoration: none;
}
#footer ul {
	list-style-type:none;
	height: 24px;
	width: auto;
	margin:auto;
	float: left;
}
#footer li {
	float:left;
}
#footer ul a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
	text-decoration: none;
	line-height:22px;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #096aa4;
}
#footer ul a:hover {
	color: #e48805;
	text-decoration: none;
}
.activelink {
	padding-right: 8px;
	display: inline;
	text-decoration: none;
	line-height:24px;
	font-size: 20px;
	color: #e48805;
	border-right: 1px solid #636363;
	border-left: 1px solid #636363;
}
.ds {
	height: 28px;
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#cdcdcd, #fff);
	background: -o-linear-gradient(#cdcdcd, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdcdcd), to(#fff)); /* older webkit syntax */
	background: -webkit-linear-gradient(#cdcdcd, #fff);
}
.quotebtn {
	color: #f6f6f6;
	height: 40px;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 40px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ffaa0c; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ff9c0c, #ffb70c);
	background: -o-linear-gradient(#ff9c0c, #ffb70c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9c0c), to(#ffb70c)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ff9c0c, #ffb70c);
}
.dots {
	width: 288px;
	float: left;
	height: 32px;
	color: #d5d4d4;
	font-size: 32px;
	letter-spacing: 3px;
}