/*
	Eric Meyer's browser styles reset css file from:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: disc;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
.noBorder {
	border: 0px;
}
.center {
	text-align: center;
	display: block;
}
.red {
	color: red;
}
.hidden {
	display: none;
}

body {
	background-color: white;
}
img {
	border: 2px solid #d2c079;
}

#header {
	width: 100%;
	height: 90px;
	background-color: #75662c;
	border-bottom: solid 3px #352e14;
	text-align: right;
}
#header img {
	width: 594px;
	margin: 0px auto 0px auto;
	float: none;
}

#container {
	width: 900px;
	height: auto;
	background-color: white;
	margin: 0px auto 0px auto;
}

#links {
	width: 100%;
	background-color: #d2c079;
	border: 1px solid #352e14;
	border-width: 0px 1px 1px 1px;
}

#mainContent {
	width: 100%;
	height: auto;
	min-height: 400px;
	margin: 0px auto;
	clear: left;

}
#leftBar {
	width: 57%;
	height: auto;
	min-height: 400px;
	background-color: #ffffff;
	padding: 12px 0px 30px 12px;
	margin-top: 18px;
	float: left;
}
#leftBar img {
	float: left;
	margin: 0px 12px 3px 0px;
	border-width: 1px;
}
#rightBar {
	width: 38%;
	height: auto;
	min-height: 480px;
	padding: 36px 0px 24px 6px;
	margin-top: 0px;
	float: right;
}
#rightBar img {
	margin: 1em 0px;
	float: none;
}

#footer {
	width: 100%;
	height: 30px;
	background-color: #75662c;
	border: solid 3px #352e14;
	border-width: 3px 0px 1px 0px;
	margin: 0px 0px 12px 0px;
	clear: both;
}

/* HEADER STYLES */

h1, h2, h3, h4, h5, h6 {
	color: #352e14;
	font-family: georgia;
}

h1 {
	font-size: 1.6em;
	margin: 0px 0px 12px 0px;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}
h3 {
	font-size: 0.9em;
	margin: 1em 0px 0.5em 0px;
}


/* PARAGRAPH STYLES */

p {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	margin: 0px 64px 12px 0px;
}
p.frontPage {
	font-size: 130%;
	color: #352e14;
	line-height: 1.6em;
	margin: 1em 42px 12px 0px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
span.name {
	font-weight: bold;
}


/* LINK STYLES */

a {
    color: #75662c;
}
a:hover {
	text-decoration: underline;
}
#links a, #footer a {
	text-decoration: none;
	color: inherit;
}
ul.links.admin a {
	font-size: 80%;
}
a.headerLink {
	color: #b2a059;
	font-family: verdana,arial,sans-serif;
	font-size: 80%;
	margin: 3px 12px 0px 12px;
	text-decoration: underline;
}

/* LIST STYLES */
ul {
	margin: 0px 0px 15px 1em;
}
li {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	padding: 0px 0px 0px 12px;
}

ul.links {
	height: 24px;
	font-size: 1em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #352e14;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 7px 6px;
	list-style: none;
}
ul.nav {
	float: left;
}
ul.admin {
	float: right;
}

#rightBar ul {
	list-style: none;
}
#links li {
	float: left;
	padding: 13px 12px 8px 12px;
	font-size: 100%;
	line-height: 0;
}
#links li:hover {
	float: left;
	padding: 13px 12px 8px 12px;
	color: white;
	background-color: #352e14;
}

#footer ul {
	width: 400px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: white;
	margin: 6px auto 9px auto;
	list-style: none;
}
#footer li {
	float: left;
	padding: 0px 12px 0px 12px;
	font-size: 100%;
	line-height: 1.4em;
}
#footer li:hover {
	float: left;
	padding: 0px 12px 0px 12px;
	color: black;
}

/* TABLE STYLES */
table {
	border: 0;
}
tr.gallery {
	margin: 6px 12px;
}
td.gallery {
	padding: 12px 24px;
}
