@charset "utf-8";
/* CSS Document */

/* RESET STYLES */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML STYLES */
/* Palette: 212 205 180 | 60 148 143 | 238 234 228 */
body {
	background: #fff;
}
h1, h2, h3 {
	font-family: "Times New Roman", Georgia, Times, serif;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #74573e;
	margin: 14px 0 10px 0;
	font-weight: normal;
	letter-spacing: 2px;
}
h1.first {
	margin-top: 40px;
}
h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #3c948f;
	margin: 12px 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #3c948f;
	margin: 8px 0;
}
h3.home {
	margin: 2px 0 18px 40px;
}
p {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #333;
	line-height: 1.5em;
}
ol, ul, li {
	font-size: 12px;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
li {
	line-height: 1.5em;
	margin: 10px 0;
}
a:link, a:visited {
	color: navy;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: none;
}
/* LAYOUT STYLES */
#container {
	margin: 20px auto;
	width: 974px;
	border: 4px #3c948f solid;
	background: #eeeae4;
}
#branding  { background-image: url(images/branding_tile.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 10px 20px; height: 136px }
#nav  { background-image: url(images/branding_tile.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; height: 40px }
#nav ul {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 10px;
}
#nav li {
	display: inline;
	margin-right: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #75573e;
	padding-left: 8px;
	border-left: 1px #3c948f solid;
}
#nav li.first {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
#nav a:link, #nav a:visited {
	color: #75573e;
	text-decoration: none;
}
#nav a.active {
	color: #3c948f;
	padding: 2px;
	border-top: 1px #3c948f solid;
	border-bottom: 1px #3c948f solid;
}
#nav a:hover {
	color: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#content {
	margin: 20px 30px;
	background: #eeeae4;
}
#footer {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	width: 974px;
}
#footer p {
	font-size: 11px;
	color: #6d6a68;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p.keywords {
	font-size: 10px;
}
#footer p.callout {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	color: #5d605f;
}
#footer a:link, #footer a:visited {
	color: navy;
	text-decoration: none;
}
#footer a:hover {
	color: blue;
	text-decoration: none;
}
/* MISC STYLES */
p.last {
	margin-bottom: 40px;
}
