/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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, ol, ul, li,
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;
}
ol, ul {
	list-style: none;
}
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;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center; /* For IE */
	color: #474747;
	background-color: #D7C8A1;
	overflow: auto; /* fixes scrollbars appearing by default in IE when any div heights set to auto and overflow set to visible */
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#contentwrap {
	text-align: left; /* resets IE center hack in body */
	width: 950px;
	height: 1194px;
	margin: 0 auto;
}
#leftedge,
#rightedge {
	width: 70px;
	height: 1194px;
	float: left;
	display: inline;
}
#content {
	text-align: left;
	width: 810px;
	height: 1194px;
	background: url(images/bkgpic2.jpg) no-repeat 0 268px;
	float: left;
	display: inline;
}
#header {
	width: 810px;
	height: 268px;
	float: left;
	background: url(images/bkgpic1.jpg) no-repeat 0 91px;
}
#col1 {
	width: 270px;
	height: 726px;
	margin-left: 55px;
	float: left;
	display: inline;
	overflow: auto;
}
#col2 {
	width: 425px;
	height: 726px;
	margin-left: 50px;
	padding-right: 26px;
	float: left;
	display: inline;
	overflow: auto;
	position: relative;
}
#col3 {
	width: 760px;
	height: 726px;
	margin-left: 55px;
	float: left;
	display: inline;
	overflow: auto;
}
html>body #col2 {
	width: 409px;
}
#footer {
	text-align: center;
	padding-bottom: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
}
h1 {
	font-size: 180%;
	line-height: 1.25em;
	font-weight: bold;
	color: #59728f;
	margin-bottom: 12px;
}
h2 {
	font-size: 127%;
	color: #513C07;
	margin: 15px 0px 6px 0px;
}
h3 {
	font-size: 109%;
	color: #322D21;
	margin: 15px 0px 3px 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #474747;
	font-weight: bold;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #474747;
}
.textsm {
	font-size: 11px;
	line-height: 1.5em;
	color: #474747;
}
#contentwrap p {
	margin-bottom: 12px;
}

#contentwrap blockquote {
	margin: 0 24px 12px 24px;
}

#contentwrap ol {
	margin-bottom: 12px;
	list-style: inside;
	list-style-type: decimal;
	}
	#contentwrap ol li {
		padding-left: 12px;
	}

p.footer {
	font-size: 10px;
	line-height: 1.5em;
	color: #474747;
	margin-bottom: 20px;
}
A:link {
	color: #59728f;
	text-decoration: none;
}
A:visited {
	color: #737e8a;
	text-decoration: none;
}
A:visited:hover {
	color: #999999;
	text-decoration: underline;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}
A:active {
	color: #666666;
	text-decoration: underline;
}
.content_layer {
	filter: alpha(opacity=75);
	/*-moz-opacity: .65;*/
	opacity: .75;
}
.image_border {
	border: 5px solid #FFFFFF;
	margin-bottom: 12px;
}
.image_gallery {
	border: 5px solid #FFFFFF;
	margin: 0px 9px 9px 0px;
}
.clear {
	clear: both;
	height: 0;	/* only necessary for IE */
	margin: 0;
	padding: 0;
}

#badge {
	display: none;
}
#home #badge {
	display: block;
}
