@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, 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 url(images/bg-tile.jpg) fixed;
}
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;
}
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 {
	height: 136px;
	background: #d4ccb4;
	margin: 0;
	padding: 10px 20px;
}
#nav {
	height: 40px;
	background: #d4ccb4;
	margin: 0;
}
#nav ul {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 10px;
}
#nav li {
	display: inline;
	margin-right: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #75573e;
	padding-left: 8px;/* background-image: url(images/nav-divide.gif) right no-repeat; */
}
#nav a:link, #nav a:visited {
	color: #75573e;
	text-decoration: none;
}
#nav a.active {
	color: #3c948f;/* font-weight: bold; */
	}
#nav a:hover {
	color: #fff;/* text-decoration: underline; */
}
#content {
	margin: 20px 30px;
	background: #eeeae4;
}
#main {
	width: 684px;
	background: #eeeae4;
	margin: 20px 30px;
	}
#sidebar {
	float: right;
	width: 290px;
	background: #fff;
}
#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;
}
