/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
li { list-style-type: none; }
a img {border:none;}

body {
	text-align: center;
	background-color: #444444;
	color: black;
	font: 76%/1.2 Helvetica, Arial, sans-serif;
	position: relative;
}

#wrapper {
	width: 880px;
	height: 715px;
	margin: 20px auto 0;
	background: #444444 url(images/bg.gif) left top no-repeat;
	text-align: left;
}

#container {
	position: relative;
}

#header {
	height: 23px;
	width: 221px;
}

#menu, #menubg {
	width: 252px;
	height: 90px;
	position: absolute;
	left: 77px;
	top: 36px;
	z-index: 6;
	padding-top: 20px;
}
#menubg {
	background: transparent url(images/menubg.png) left top no-repeat;
	z-index: 5;
}

#menu a {
	color: white;
	text-decoration: none;
	display: block;
}

#menu a:hover {
	text-decoration: underline;
}
#menu li {
	padding-bottom: 2px;
	padding-left: 22px;
}
#menu li.nonlink {
	color: #8bbe6f;
}

#tagline {
	position: absolute;
	top: 132px;
	left: 19px;
	width: 623px;
	height: 121px;
	padding-left: 70px;
	padding-top: 20px;
	background: transparent url(images/tagline_bg.png) left top repeat;
	z-index: 5;
}
#tagline h2, #tagline p {
	color: white;
	font-size: 2.8em;
	font-weight: bold;
}
#tagline p {
	font-weight: normal;
	font-size: 2.2em;
	width: 375px;
}

#slideshow1, #slideshow2, #gallery, #bio, #contact {
	width: 769px;
	height: 658px;
	position: absolute;
	left: 19px;
	top: 36px;
	z-index: 2;
}
#slideshow2 {
	display: none;
}
#gallery {
	background: transparent url(images/three_pots.jpg) left top no-repeat;
}
#contact {
	font-size: 3em;
	color: white;
	background: transparent url(images/contact_bg.jpg) left top no-repeat;
	padding-top: 140px;
}
#contact-phone {
	margin-left: 70px;
}
#contact-address {
	position: absolute;
	left: 445px;
	top: 140px;
}
#contact a {
	text-decoration: none;
	color: #8bbe6f;
	font-weight: bold;
}
#contact a:hover {
	text-decoration: underline;
}

#accordion, #thumbs {
	width: 632px;
	margin-top: 130px;
	margin-left: 90px;
}
#thumbs {
	margin-left: 70px;
}
#thumbs img {
	margin-right: 5px;
}

#accordion h3 {
	background: white url(images/accord_bg.gif) left top repeat-x;
	height: 23px;
	margin: 15px 0 4px;
	padding: 3px 0 0 5px;
}

#accordion a {
	color: black;
	text-decoration: none;
	font-size: 1.4em;
}

#accordion ul {
	margin: 8px 0 15px 5px;
}

#accordion li {
	margin-bottom: 8px;
}
#accordion div img {
	float: right;
}

#biotext {
	position: absolute;
	left: 488px;
	top: 96px;
	width: 268px;
}
#biotext p {
	margin: 10px 0;
	line-height: 1.4;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #tagline p {
	visibility: hidden;
}
/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}
*/
