@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   { font-size: 100%; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 0; vertical-align: baseline; border: 0; outline: none 0 }
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  { line-height: 1.5em; background: black }
p {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #333;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 26px;
	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: 18px;
	color: #3c948f;
	margin: 8px 0;
	line-height: 1.3em;
	font-weight: normal;
}
h3.home {
	margin: 2px 0 18px 40px;
}
h3.body {
	padding-bottom: 2px;
	border-bottom: 1px #ccc solid;
	margin-top: 12px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #777;
	margin: 12px 0 0 0;
	font-weight: normal;
}
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    { background: white; margin: 20px auto; width: 974px; border: solid 4px blue }
#branding     { background-image: url("images/backgroundcolor.png"); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 10px 20px; height: 136px }
#nav   { background-image: url("images/backgroundcolor.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   { background-color: white; background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; width: 100%; float: left }
#content h4   { background: white; letter-spacing: 1px; margin-bottom: -2px !important; padding: 1px 0 1px 6px }
#content li  { background-color: white; margin: 4px 0 0 }
#main {
	float: left;
	width: 640px;
	margin: 0;
	padding: 20px 30px;/* background: #eeeae4; */
}
#sidebar {
	float: right;
	width: 240px;
	/* background: #fff; */
	padding: 10px;
	margin: 0 4px 0 0;
	text-align: right;
}
#sidebar ul {
	display: block;
	list-style: none;
	text-align: right;
	margin-right: 10px;
}
#sidebar li {
	margin: 4px 0;
}
#sidebar p {
	text-align: right;
	color: #3c948f;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 4px 10px 4px 0;
	line-height: 1.3em;
}
#sidebar p.caps {
	text-transform: uppercase;
}
#sidebar p.last {
	margin-bottom: 20px;
}
#sidebar p.sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 8px;
}
#sidebar h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3c948f;
	margin: 6px 0;
	background: none;
	line-height: 1.2em;
}
#sidebar a:link, #sidebar a:visited {
	color: #3c948f;
	text-decoration: none;
}
#sidebar a:hover {
	color: silver;
}

#footer   { background-color: white; text-align: center; margin: 20px auto 30px; width: 974px; clear: both; border: solid 4px blue }
#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: 30px;
}
p.c, h3.c {
	text-align: center;
}
p.mt15 {
	margin-top: 15px;
}
p.mt20 {
	margin-top: 30px;
}
p.mt30 {
	margin-top: 30px;
}
p.mb {
	margin-bottom: 30px;
}
p.mtb, div.mtb {
	margin-top: 30px;
	margin-bottom: 30px;
}
