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

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,
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: none;
}
/* 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: "" "";
}

/* end reset file ----------------------------------------------------------------------*/


body {
	font: 62.5% Georgia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #452725;
	/* background: #c2bdc8;*/
	background: #f1a740;
	text-align: center;
}

img {
	display: inline;
	border: 0;
}

.hide {
	text-indent: -3000px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;	
	border-style: solid;
	border-color: #452725;
	border-width: 0 1px 0 1px;
	background-color: #fbf7f0;
	padding-bottom: 20px;
	text-align: left;
}

#header {
	height: 104px;
	margin: 0 auto 0 auto;
	width: 800px;
}

h1 {
	text-indent: -3000px;
}

#nav {
width: 800px;
height: 30px;
margin: 0 auto 0 auto;
	
}

#nav ul {
	margin-left: 30px;

}

#nav ul li {
	float: left;
	margin: 0 20px 0 25px;
	padding-left:5px;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/bullet-header.gif) no-repeat top left;
}

#nav ul li a {
	display: block;
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #452725;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #b57800;
	text-decoration: none;
}



a#a-about {
	/* width: 120px; */
	margin: 0 20px 0 15px;
	height: 30px;
	text-align: center;
	/* background: transparent url(../images/bg_s.jpg) no-repeat top left;*/
}

a:hover#a-about {
	/* background: transparent url(../images/bg_s.jpg) no-repeat bottom left;*/
}

#b-about a#a-about {
	color: #b57800;
	/* background: transparent url(../images/bg_s.jpg) no-repeat bottom left;*/
}

a#a-bio {
	/*width: 90px;*/
	margin: 0 20px 0 15px;
	height: 30px;
	text-align: center;
	/* background: transparent url(../images/bg_c.jpg) no-repeat top left;*/
}

a:hover#a-bio {
	/* background: transparent url(../images/bg_c.jpg) no-repeat bottom left;*/
}

#b-bio a#a-bio {
	color: #b57800;
	/* background: transparent url(../images/bg_c.jpg) no-repeat bottom left;*/
}

a#a-happenings {
	/*width: 140px;*/
	margin: 0 20px 0 15px;
	height: 30px;
	text-align: center;
	/* background: transparent url(../images/bg_d.jpg) no-repeat top left;*/
}

a:hover#a-happenings {
	/* background: transparent url(../images/bg_d.jpg) no-repeat bottom left;*/
}

#b-happenings a#a-happenings {
	color: #b57800;
	/* background: transparent url(../images/bg_d.jpg) no-repeat bottom left;*/
}

a#a-contact {
	/*width: 100px;*/
	margin: 0 20px 0 15px;
	height: 30px;
	text-align: center;
	/* background: transparent url(../images/bg_ne.jpg) no-repeat top left;*/
}

a:hover#a-contact {
	/* background: transparent url(../images/bg_ne.jpg) no-repeat bottom left;*/
}

#b-contact a#a-contact{
	color: #b57800;
	/* background: transparent url(../images/bg_ne.jpg) no-repeat bottom left;*/
}

a#a-home {
	/* width: 110px; */
	margin: 0 20px 0 15px;
	height: 30px;
	text-align: center;
	/* background: transparent url(../images/bg_a.jpg) no-repeat top left;*/
}

a:hover#a-home {
	/* background: transparent url(../images/bg_a.jpg) no-repeat bottom left;*/
}

#b-home a#a-home {
	color: #b57800;
	/* background: transparent url(../images/bg_a.jpg) no-repeat bottom left;*/
}


/*main content styles -------------------------------------------------------*/

#content {
	width: 800px;
	padding-bottom: 20px;
	height: auto;
	min-height: 400px;
	margin: 0 auto 20px auto;
}

#content a {
	color: #b57800;
	text-decoration: none;
}

#content a:hover {
	color: #b57800;
	text-decoration: underline;
}

#sidebar {
	width: 300px;
	float: left;
	margin-top: 45px;
}

p.links {
	font: bold 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

#maintext {
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#thumbs {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-left: 20px;
}


h2 {
	margin: 15px 5px 15px 20px;
	padding-top: 16px;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.03em;
	color: #452725;
}


h3 {
	margin: 15px 5px 0px 20px;
	padding-bottom: 3px;
	color: #330000;
	letter-spacing: 0.03em;
	font: bold 1.3em/1.4em Georgia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}


h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 2px;
	margin: 15px 5px 0 20px;
}

h5 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 2px;
	margin: 25px 5px 0 20px;
}

h6 {
	font: bold 1.0em/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	margin: 25px 5px 0 20px;
}	

#maintext p, #thumbs p  {
	font: 1.2em/1.6em Georgia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 0.03em;
	margin: 0px 20px 10px 20px;
	padding-bottom: 5px;
	padding-top: 0;
	color: #000000;
	vertical-align: top;	
}

#sidebar p.caption {
	font: 1.0em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	letter-spacing: 0.03em;
	margin: 5px 20px 10px 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #452725;
	vertical-align: top;	
}



#maintext ul {
	line-height: 1.4em;
	margin: 5px 30px 5px 20px;
	padding-bottom: 8px;
}

#maintext ul li   {
	font: 1.2em/1.5em  Georgia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: .5em;
	padding-left: 1.1em;
	margin-top:0;
	margin-left: 8px;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/bullet.gif) no-repeat top left;
}

#maintext ul li ul li   {
	font: 1.0em Georgia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
}

#maintext ul ul {
	padding-bottom: 0px;
	font: 1.0em Georgia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}


.center {
	text-align:center
}

.right {
	text-align:right
}


.underline {
	text-decoration:underline;
}


.sidebox {
	width: 150px;
	height: auto;
	margin: 5px 0 15px 15px;
	padding: 10px;
	border: 1px solid #BBBBBB;
	background:#fbf7ed;
	float: right;
	display: inline;
	font: 1.0em  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



#thumbs ul.gallery {
line-height: 1.4em;
margin: 1em 1em 1em 2em;
padding-bottom: 8px;
}

#thumbs ul.gallery li {
float: left;
margin: 0 2em 2em 0;
list-style-type: none;
list-style-image: none;
}

/*#thumbs a {
display: block;
text-decoration: none;
}*/



#footer {
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #452725;
	width: 902px;
	height: 50px;
	padding-top: 15px;
	margin: 0 auto 0 auto;
	text-align: center;
	/* background: #c2bdc8;*/
	background: #f1a740;
	border-style: solid;
	border-color: #452725;
	border-width: 1px 0 0 0;
	
}

#footer a {
	color: #452725;
}

.clr {
	clear: both;
}

.hiddenpreload {
	display:none;
	}
