/*

blue: #04627f


*/

body {
	color: #000000;
	font-family: "Century Gothic", sans-serif;
	background: #ffffff;
}

a, a:link, a:visited {
	color: #04627f;
}

a:hover, a:active {
	color: #666666;
}
.wrapper {
	max-width: 600px;
	padding: 1em;
	margin: auto;
}
.header {
	text-align: center;
}
.nav {
	padding: 1em;
}
.nav a {
	font-weight: bold;
	padding: 1em;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #04627f;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	text-align: center;
	font-size: 2em;
	margin: 0 auto;
	padding: 0;
}
.rslides_tabs li {
	list-style: none;
	display: inline;
	padding: 0 .1em;
}
.rslides_tabs a {
	text-decoration: none;
	height: 16px;
	color: #000000;
}
.rslides_here a {
	color: #04627f;
}
