﻿
body {
	margin: 0;
	padding: 0;
	background-color: #FFFCE9;
	color: #333333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
}

/* --- Wrapper Styles --- */
#wrapper {
	margin: 1em auto 1em auto;
	padding: 0px;
	width: 80%;
	max-width: 1300px;
	border: 1px solid #1C1B16;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

/* --- Header Styles --- */
header {
 	padding: 1em;
	border-bottom: 1px solid #1C1B16;
	text-align: center;
 	background-color: #8E886D;
	color: #fffbdf;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

.f1 {
	font-size: 1.9em; 
	font-weight: bold;
	padding-bottom: 1em;
}

.f2 {
	text-align:center;
	font-weight:bold; 
	font-size: 1.2em; 
}

nav {
	float: left;
	width: 200px;
	background-color: #FFFCE9;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	border-top: 1px solid #FFFCE9;
}

nav ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

nav ul li a {
	font: normal 12px Arial;
	color: #FFFCE9;
	background: #8E886D;
	border-bottom: 1px solid #1C1B16;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

nav ul li a:visited {
	color: #FFFCE9;
}

nav ul li a:hover { 
	color: #8E886D;
	background-color: #FFFCE9;
}

section {
	margin-left: 200px;
 	padding: 2em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
}

section a:link {
text-decoration: none;
color: #336699;
}

section a:visited {
text-decoration: none;
color: #336699;
}

section a:hover, a:active {
text-decoration: none;
text-decoration: underline;
color: #336699;
}

footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #8E886D;
	letter-spacing: normal;
	text-align: center;
	font-size: .9em;
	color: #fffbdf;
}

footer p {
	margin: 0;
}

footer a {
	color: #006699;
}

/* Heading Styles */

h1 {
	font: bold 180% trebuchet ms;
	letter-spacing: -1px; 
	margin-bottom: 0; 
	color: #c96;
}

h2 { 
	font: bold 140% trebuchet ms;
	letter-spacing: -1px; 
	margin-bottom: 0; 
	color: #c96;
}

.center {
	text-align: center;
}

.strong {

	font-weight: bold;
}

ul {
	list-style-type: none;
}

li {
	padding-bottom: .8em;
}

@media screen and (max-width: 801px) {
#wrapper {width: 99%;}
section {padding: .4em;}
}

@media screen and (max-width: 480px) {
#skipTo {display: block;}
#wrapper {width: 98%;}
nav {width:100%;}
section {width: 100%; float: left; clear: left; margin: 0 0 5px;}
li {line-height: 1.8em;}
}