/* Reset Defaults
--------------------------------------------------------------- */
body { margin: 0; padding: 0; font: 76%/1.5em Georgia, "Times New Roman", serif; }
body * { margin: 0; padding: 0; font-size: 1em; }
h1, h2, h3, h4, h5, h6,
p, blockquote, ul, ol, dl,
fieldset, address { margin-bottom: 1em; }
address { margin-left: 1.6em; }
address, abbr, acronym { font-style: normal; }
a:link , a:visited { color: #C60; text-decoration: none; }
a:hover , a:active { color: #940; text-decoration: underline; }
a:focus { outline: none; }
abbr { border: none; font-style: normal;}
img { border: none; }

/* Default Styles
--------------------------------------------------------------- */
h1 { font-size: 2.0em; margin: 0.4em 0; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
h1, h2, h3 { color: #700; font-weight: normal; }
h4, h5, h6 { color: #500; font-weight: bold; }
h2, h3, h4, h5, h6 { margin: 1.2em 0 .5em; line-height: 1.2em; }
table, th, td { font-weight: normal; vertical-align: top; text-align: left; font-size: 1.0em; }
ul, ol { padding: 0 0 0 1.6em; }
dl {}
dl dt {}
dl dd {}
blockquote { margin-left: 1em; }
.hidden { position: absolute; left: -3000px; }
.production_note { color: #F00; }


/* Basic Layout
--------------------------------------------------------------- */
html, body {
    height: 100%;
	background: #036 url(images/bg_body.gif) left top;
	text-align: center;
	color: #300;
	}
#container {
	min-height: 100%;
	height: auto;
    *height: 100%;
	}
#container {
	clear: both;
	width: 648px;
	margin: 0 auto;
	padding: 0;
	background: #FDFCCF url(images/bg_container.gif) left top repeat-y;
	}
#header {
	height: 63px;
	padding: 0 58px;
	background: url(images/bg_nav.gif) 36px top no-repeat;
	}
#content {
	float: right;
	clear: left;
	width: 100%;
	margin-left: -216px;
	*margin-left: -219px;
	background: url(images/bg_content.gif) 126px -63px no-repeat;
	}
#main_content {
    min-height: 450px;
    height: 100%;
	*height: 450px;
	}
#main_content {
	margin-left: 252px;
	margin-right: 72px;
	}
#sidebar {
	float: left;
	width: 144px;
	margin-left: 72px;
	padding: 0;
	text-align: left;
	}
#footer {
	position: relative;
	clear: both;
	width: 648px;
	height: 100px;
	margin: 0 auto;
	*background: transparent;
	}
.last {
	margin-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html #sidebar {}
/* End */


/* Header
--------------------------------------------------------------- */
#header h1 {
	height: 26px;
	margin: 0;
	padding: 0;
	font-size: .81em;
	line-height: .91em;
	text-indent: -3000px;
	}

/* Navigation
--------------------------------------------------------------- */
#nav {
	height: 32px;
	}
#nav ul {
	list-style: none;
	height: 32px;
	margin: 0;
	padding: 0;
	}
#nav ul li {
	display: inline;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(images/nav_separator.gif) right 16px no-repeat;
	}
#nav ul li.first { background: none; }
#nav ul li.last { background: none; }
#nav ul li a {
	display: block;
	height: 16px;
	margin: 12px 17px 0 9px;
	background-position: left top;
	text-indent: -3000px;
	}
#nav ul li a.home { margin-top: 0;margin-left: 0; }
#nav ul li a.about { margin-left: 0; }
#nav ul li a.contact { margin-right: 0; }

#nav ul li a:hover {
	background-position: left -32px;
	}
/* Buttons */
#nav a.home { width: 255px; height: 32px; background: url(images/nav_home.gif) no-repeat; }
#nav a.about { width: 28px; background: url(images/nav_about.gif) no-repeat; }
#nav a.news { width: 67px; background: url(images/nav_news.gif) no-repeat; }
#nav a.gallery { width: 37px; background: url(images/nav_gallery.gif) no-repeat; }
#nav a.contact { width: 38px; background: url(images/nav_contact.gif) no-repeat; }
/* Buttons - Active */
body#about #nav a.about,
body#news #nav a.news,
body#gallery #nav a.gallery,
body#contact #nav a.contact { 
	background-position: left -16px; }
/* Subnav */

/* Content Styles
--------------------------------------------------------------- */
#main_content { margin-top: 0; }
#main_content {
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	}
/* H2 - Page Titles */
#main_content h2 {
	display: block;
	height: 36px;
	background: url(images/h2_TEMPLATE.gif) left top no-repeat;
	text-indent: -3000px;
	}
body#about #main_content h2 { background-image: url(images/h2_about.gif); }
body#news #main_content h2 { background-image: url(images/h2_news.gif); }
body#gallery #main_content h2 { background: url(images/h2_gallery.gif) center top no-repeat; }
body#contact #main_content h2 { background-image: url(images/h2_contact.gif); }

#main_content h3.first { margin-top: 0; }

.button_area {
	margin: 24px 0;
	}
.button_area a:link img, .button_area a:visited img {
	border: 1px solid #FFF;
	}
.button_area a:hover img, .button_area a:active img {
	border: 1px solid #dc3;
	}

/* UL Styles */
#main_content ul {
	padding-bottom: 1em;
	}
#main_content ul li {
	list-style: none;
	padding: 0 0 1em 1.25em;
	background: url(images/bullet.gif) left .25em no-repeat;
	font-size: .96em;
	line-height: 1.2em;
	}
.small { font-size: .86em; }
	
/* Sidebar Styles
--------------------------------------------------------------- */
#sidebar {
	padding-top: 72px;
	color: #744;
	font-family: Verdana, Arial, sans-serif;
	font-size: .86em;
	line-height: 1.1em;
	}
#sidebar h3, #sidebar h4, #sidebar h5 {
	margin-top: 0;
	font-family: Georgia,"Times New Roman",serif;
	}
dl.side_picture {
	margin-bottom: 36px;
	}
dl.side_picture dd {
	margin-top: 6px;
	margin-bottom: 18px;
	color: #940;
	}
dl.side_picture dt img {
	padding: 2px;
	border: 1px solid #940;
	}
.gallery_price { color: #F90; font-style: italic; }

/* Footer
--------------------------------------------------------------- */
#footer {
	padding: 0;
	color: #882;
	font-family: Verdana, Arial, sans-serif;
	font-size: .81em;
	}
#footer a:link , #footer a:visited { color: #940; text-decoration: none; }
#footer a:hover , #footer a:active { color: #D80; }

#utility_nav {
	padding-top: 36px;
	text-align: center;
	}
#utility_nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}
#utility_nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#utility_nav ul li.first { *margin-left: -36px; }
#utility_nav ul li a {
	padding: 0 12px;
	border-right: 1px solid #882;
	}
#utility_nav ul li.last a { border-right: none; }


/* Forms
--------------------------------------------------------------- */


/* Home
--------------------------------------------------------------- */
body#home #container { background: #FDFCCF url(images/bg_container_home.gif) left top repeat-y; }
body#home #header {
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(images/bg_header_home.gif) 126px top no-repeat;
	}

body#home #nav { height: 16px; }
body#home #nav ul { height: 16px; padding-left: 54px; }
body#home #nav ul li { height: 16px; background: url(images/nav_separator.gif) right 4px no-repeat; }
body#home #nav ul li a {
	height: 16px;
	margin: 0 17px 0 9px;
	}
	
body#home #nav ul li a.about { margin-left: 183px; }
body#home #nav ul li.last { background: none; }
body#home #content { background: url(images/bg_content.gif) 126px -134px no-repeat; }
body#home #sidebar { display: none ; }

body#home #main_content {
    min-height: 280px;
    height: 100%;
	*height: 280px;
	}
body#home #main_content {
	margin-top: 36px;
	margin-right: 162px;
	margin-left: 162px;
	}

body#home #header h1 { height: 127px; }
body#home #main_content p { clear: left; font-size: 1.1em; line-height: 1.25em; }
body#home #lower_half { background: url(images/magnifying_glass.gif) 45px top no-repeat; }
body#home #lower_half h3 { margin-bottom: 4px; margin-left: 48px; padding-left: 27px; }
body#home #lower_half ul {  }

body#home #main_content ul#interest_list { margin-left: 48px; padding: 0; padding-left: 36px; }
body#home #main_content ul#interest_list li {
	margin: 0 5px 0 0;
	padding-bottom: 3px;
	padding-left: 15px;
	}

body#home #footer { *height: 90px; }
body#home #footer #utility_nav { width: 396px; margin: 0 126px; }
body#home #footer #utility_nav ul { } 
body#home #footer #utility_nav ul li.first { *margin-left: -36px; }


/* About
--------------------------------------------------------------- */
blockquote.about_block em { color: #F70; font-size: 1.1em; font-weight: bold; }


/* News and Events
--------------------------------------------------------------- */
body#news #content {
	margin-left: -288px;
	*margin-left: -291px;
	}
body#news #main_content {
	margin-left: 324px;
	margin-right: 72px;
	}
body#news #sidebar {
	width: 216px;
	margin-left: 72px;
	padding-top: 77px;
	*padding-top: 72px;
	}

body#news #sidebar dl dt {
	padding: .5em 0 .2em;
	font-size: .91em;
	text-decoration: italic;
	}
body#news #sidebar dl dd {
	padding: 0 0 .2em;
	border-bottom: 2px dotted #dc3;
	line-height: 1.2em;
	}
body#news #sidebar dl dd address { margin-left: 0; }
body#news #main_content h3 { color: #C50; }


/* Gallery
--------------------------------------------------------------- */
body#gallery #sidebar { display: none; }
body#gallery #main_content {
	margin-left: 72px;
	margin-right: 72px;
	}
body#gallery h2 { text-align: center; }
.gallery_controls {
	margin: 9px 0;
	color: #882;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: .91em;
	}
.gallery_controls a.btn_back { margin-right: 6px; padding-left: 12px; background: url(images/arrow_back.gif) left .2em no-repeat; }
.gallery_controls a.btn_next { margin-left: 6px; padding-right: 12px; background: url(images/arrow_next.gif) right .2em no-repeat; }
table#gallery_items {
	width: 100%;
	}
table#gallery_items td {
	width: 50%;
	padding-bottom: 3px;
	background-color: #DD7;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: .86em;
	line-height: 1.1em;
	}
table#gallery_items td img { margin: 9px auto; }
table#gallery_items td p { margin: 0 9px 9px; text-align: left; }
table#gallery_items .gallery_price { color: #930; font-style: italic; }


/* Contact
--------------------------------------------------------------- */
body#contact #main_content h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.15em;
	border-bottom: 2px dotted #dc3;
	}
body#contact #main_content form {
	margin-top: 2.5em;
	}
body#contact #main_content form p {
	color: #700;
	line-height:  1.75em;
	}
body#contact #main_content form label {
	display: block;
	}
body#contact #main_content form input,
body#contact #main_content form textarea {
	padding: 2px;
	border: 1px solid #dc3;
	font-family: Arial, Helvetica, sans serif;
	font-size: 0.92em;
	}
body#contact #main_content form input.btn {
	display: block;
	margin-top: 2.0em;
	padding: 1px 4px;
	background: #700;
	border-top: 3px double #B00;
	border-right: 3px double #B00;
	border-bottom: 3px double #400;
	border-left: 3px double #400;
	color: #FDFCCF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 0.1em;
	}

/* Design by Station 8 : www.station8design.com */
