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


/* INDEX STYLES__________________________________________________*/

body {
	/*background-image: url(images/bg_sm.jpg);
	background-repeat: repeat-x;*/
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}

#hidden {
	width: 100%;
	height: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	visibility: hidden;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
}

#container2 {
	width: 100%;
	height: 750px;
	position: relative;
	background-color: #fff;
}

		
#header {
	width: 100%;
	height: 50px;
	background-color: #000;
	text-align: center;
	padding: 0;
}

#header ul {
	width: 900px;
	height: 50px;
	margin: -5px auto 0 auto;
	background-color: #000;
	text-align: left;
	padding: 18px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c0c77c;
	letter-spacing: .115em;
	list-style:none;
}

#header ul li {
	float:  left;
	margin-right: 20px;
}

#header ul a {
	color: #ccc;
	text-decoration: none;
}

#header ul a:link {
	color: #ccc;
	text-decoration: none;
}

#header ul a:hover {
	color: #d25a43;
	text-decoration: underline;
}

#index_images1 {
	width: 900px;
	height: 212px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	text-align: center;
}

#index_images1 p {
	margin-top: 7px;
}

#index_images1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: none;
}
	
#index_images1 ul li {
	padding: 20px 0 0 0;
	float: left;
	width: 223px;
	height: 212px;
}
	
#index_images1 ul li.first {
	border-left: 3px dotted #ccc;
}
	
#index_images1 ul li.last {
	border-right: 3px dotted #ccc;
}

#index_images1 a {
	color: #666;
	text-decoration: none;
}

#index_images1 a:link {
	color: #666;
	text-decoration: none;
}

#index_images1 a:hover {
	color: #d25a43;
	text-decoration: underline;
}

#index_images2 {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-bottom: 10px;
	/*border-left: 1px solid #cc0000;*/
}

#index_images2 p {
	margin-top: 7px;
}

#index_images2 ul {
	list-style-type: none;;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: none;
}
	
#index_images2 ul li {
	float: left;
	width: 223px;
	height: 200px;
	padding: 20px 0 0 0;
}
	
#index_images2 ul li.first {
	width: 413px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 12px;
	color: #80879f;
	letter-spacing: .0375em;
	padding: 20px 10px 0 20px;
	text-align: left;
	border-left: 3px dotted #ccc;
}
	
#index_images2 ul li.last {
	border-right: 3px dotted #ccc;
}

#index_images2 a {
	color: #666;
	text-decoration: none;
}

#index_images2 a:link {
	color: #666;
	text-decoration: none;
}

#index_images2 a:hover {
	color: #d25a43;
	text-decoration: underline;
}

#index_images3 {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding: 0;
}

#index_images3 p {
	margin-top: 7px;
}

#index_images3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: none;
}
	
#index_images3 ul li {
	float: left;
	width: 223px;
	height: 210px;
	padding: 5px 0 0 0;
}
	
#index_images3 ul li.first {
	width: 220px;	
	border-left: 3px dotted #ccc;
}
	
#index_images3 ul li.last {
	border-right: 3px dotted #ccc;
}

#index_images3 a {
	color: #666;
	text-decoration: none;
}

#index_images3 a:link {
	color: #666;
	text-decoration: none;
}

#index_images3 a:hover {
	color: #d25a43;
	text-decoration: underline;
}

#indexbanner_container {
	width: 100%;
	height: 240px;
	position: relative;
	background-color: #d25a43;
	margin: 0 auto;
	padding: 0;
}

#indexbanner {
	width: 900px;
	height: 240px;
	position: relative;
	margin: 0 auto;
	background-image: url(images/index_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #d25a43;
}


/* SECONDARY PAGES__________________________________________________*/

#orangebanner {
	width: 100%;
	height: 120px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #d25a43;
	border-top: 1px solid #fff;
}

#orangebanner .titlediv {
	width: 900px;
	height: 81px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}

#orangebanner .titlediv a {
	text-decoration: none;
	border: none;
}

#orangebanner .titlediv a:hov {
	text-decoration: none;
	border: none;
}

#wrapper {
	width: 900px;
	height: 700px;
	position: relative;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	border-left: 3px dotted #ccc;
	border-right: 3px dotted #ccc;
	background-color: #fff;
}

#wrapper2 {
	width: 894px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	border-left: 3px dotted #ccc;
	border-right: 3px dotted #ccc;
	background-color: #fff;
}

#narrative {
	postion: relative;
	width: 550px;
	height: 750px;
	margin: 0;
	padding: 0 50px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;	
}

#narrative h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
	color: #d25a43;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #d25a43;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 1.25em;
 }
 
#info {
	position: relative;
	width: 200px;
	height: 350px;
	margin-left: 650px;
	padding: 0 30px 0 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: 100;
	line-height: 1.5em;
	text-align: left;
}
 
 #nav {
	position: relative;
	width: 200px;
	margin: 0 0 25px -40px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #abb736;
	font-weight: 400;
	line-height: 2em;
	list-style: none;
}

#nav li {
	display: block;
    padding: 0;
	margin: 0;
	list-style: none;
}

#nav li a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #abb736;  /*green*/
	list-style-type: none;
}

#nav li a:hover, #nav li a.active {
	color: #d25a43;  /*orange hover*/
	text-decoration: underline;
	list-style: none;
}

#nav li ul {
    display: none; /*used to hide sub-menus*/
	list-style-type: none;
	line-height: 1em;
}

#nav li ul li a {
    padding: 5px;
	list-style: none;
	margin-left: -35px;
	color: #666;  /*dk gray sub menu*/
}

#nav li ul li a:hover {
    padding: 5px;
	list-style: none;
	text-decoration: underline;
	color: #ccc;  /*lite gray sub menu hover*/
}

/*sub menus to stay open on page where there are more than one category*/

#nav .sub {
	color: #666;
	margin: 0 0 0 10px ;
	line-height: 1.95em;
}

#nav .sub a {
    color: #666;
}

#nav .sub a:active {
	color: #ccc;
}

#nav .sub a:hover {
	color: #ccc;
}

/*

#nav li .sub ul li .sub a {
	color: #666;
}

#nav li .sub ul li .sub a:hover {
	color: #ccc;
}*/





/* NARRATIVE PAGES________________________________________________*/

	
/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menu/double-click-gallery.html

Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

 
/* GALLERY STYLES__________________________________________________*/

#gallery {
	width: 650px;
	height: 750px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	position: relative;
	font-family: verdana, arial, sans-serif;
}

#content {
	width: 650px; 
	height: 100%;
	margin:0; 
}

#gallery #slides {position:absolute; left:0; top:0; height:80px; width:650px; overflow:hidden; z-index:500;}

#gallery #slides div {width:650px; height:106px; position:relative; margin:0 auto; padding:0;}

#gallery #slides div ul {padding:0; margin:0 auto; list-style:none; width:684px;}

#gallery #slides div ul li {float:left; padding:0 0 0 5px;}

#gallery #slides div ul li a {display:block; width:106px; height:80px; float:left;}

#gallery #slides div ul li a b {display:none;}

#gallery #slides div ul li a.previous {width:20px; padding-right: 18px; background:url(early/previous.png) no-repeat center center;}

#gallery #slides div ul li a.next {width:20px; padding-left:18px; background:url(early/next.png) no-repeat center center;}

#gallery #slides div ul li a.previousw {width:20px; padding-right: 18px; background:url(images/previous_w.gif) no-repeat center center;}

#gallery #slides div ul li a.nextw {width:20px; padding-left:18px; background:url(images/next_w.gif) no-repeat center center;}

#gallery #slides div ul li a img {display:block; width:106px; height:80px; border:0;}

#gallery #slides div ul li a:focus {outline:0;}



#gallery #fullsize {background-color:#fff; position:absolute; left:0; top:0; height:100%; width:650px; overflow:hidden;/* text-align:center;*//* z-index:200;*/}

#gallery #fullsize div {width:100%; height:650px; padding-top:90px; position:relative;/*border:1px solid #F0F;*/}

#gallery #fullsize div img {clear:both; display:block; margin:0 auto; border:10px solid #fff; width:550px; position:relative;}

#gallery #fullsize div h3 {padding:10px 0 0 50px; margin:0; font-size:14px; text-align:left;}

#gallery #fullsize div p {padding:5px 0; margin-left: 50px; font-size:10px; color: #666;line-height:6px; text-align:left;}



/* FOOTER STYLES__________________________________________________*/

#footer {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;	
}

.footer_type {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	/*padding: 20px 0 0 0;*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ccc;
	letter-spacing: .05em;
	background-color: #000;
}

	
	