@charset "utf-8";

body {
	background: white;
	color: #808080;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#head {
	padding-left: 6px;
	padding-right: 6px;
	/*background: #eee;*/
}
#main {
	line-height: 1.2em;	
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	padding-left: 6px;
	padding-right: 6px;
	background: #fff;
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 2.5em;
	margin: 0;
	line-height: 1.25em;
	text-align: center;
}
h2 {
	color: #808080;
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align: center;
}

h2 a {
	color: #79c53e;
}

h2 a:hover {
	color: #fff;
	background: #79c53e;
}

h3 {
	color: #808080;
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1em;
	padding-bottom: .75em;
	margin: 2em 0 0 0;
	text-align: center;
}
h4 {
	margin: .5em 0 0 0;
	color: #808080;
	padding: .75em 0;
}

a {
	color: #ec2c22;
	text-decoration: none;
}

a:hover {
	background: #808080;
	color: #fff;
	text-decoration: none;
}

#buttons {
	margin: 2em 0 3em 0;
}

#buttons a:hover {
	background: none;
}

#buttons a.fb {
	float: right;
}

p {
	line-height: 1.25em;
}

#main-nav {
 	background: #FFF;
	clear: both;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}

ul.nav {
}

ul.nav li {
	border: 0;
	display: inline-block;
	float: left;
	position: relative;
	margin: 0 2px 0 0;
	padding: 0;
	list-style-type: none;
}

ul.nav li a {
	background: #808080;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.25em;
	padding: .5em .75em;
	margin: 0;
}

ul.nav li a.active {
	background: #ddd;
	color: #808080;
	font-style: italic;
}

ul.nav li a:hover {
	background: #ec2c22;
	color: #fff;
}

ul.nav li a.active:hover {
	background: #ddd;
	color: #ec2c22;
}

#news {
	margin: 0;
	padding: 1em;
	background: #ddd;
	background: linear-gradient(#ddd, #fff);
	border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	border-top: 1px solid #ccc;
	padding: .75em 0;
	list-style-position: inside;
}

#footer {
	padding: 1em;
	font-style: italic;
}

#footer p {
	line-height: 1.25em;
}

#footer h4 {
	margin: 0;
}

.spacer {
	clear: both;
}