/* 

SWF stylesheet 8/07

ToC

	1. defaults
	2. structure
	3. typography
	4. navigation
	5. images

*/


*
{
	margin: 0em;
	padding: 0em;
}

#sidebar {
	width:203px;
	float:left;
	margin:0;
	background-image: url(assets/leafbgnd2.jpg);
	background-repeat: repeat-y;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	margin: 0 auto;
	font-size: 11pt;
	max-width:1300px;
	min-width:800px;
	background-color: #F4F4F4;
}


h1{
	margin: 5px 0 10px 0;
	color: #8E4B21;
	font-size: 1.4em;
	text-transform: uppercase;
}

h2{
	color:#FFFFFF;
	text-align: left;
}

h3{
	margin: 5px 0 10px 0;
	color: #8E4B21;
	font-size: 1.4em;
	text-transform: uppercase;
}

h4{
	margin: 10px 0 5px 0;
	color: #666666;
	font-size: 1em;
}

#footer h4{
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	margin: 0;
}

p{
	color:#000000;
	text-align: left;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
	line-height: 19px;
}

#footer p{
	color:#666666;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 5px 0 10px 0;
	list-style: none;
	line-height: 19px;
}

#copyright{
}

#copyright p{
	color:#666666;
	text-align: right;
	font-size: 0.8em;
	margin: 0 0 0 0;
	padding: 5px 0 10px 0;
	list-style: none;
	line-height: 19px;
}

#copyright a {
	background-image:none;
	color:#FF0000;
	text-decoration: none;
}

.headeraddress {
}

.headeraddress p {
	float: right;
	z-index:1000;
	text-align: right;
	padding: 20px 20px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #8E4B21;
	line-height: 20pt;
}

#headerbar
{
background: #fff url('assets/headerbar.jpg') repeat-x;
height: 20px;
width:100%;
}

a {
	color:#E3E3E3;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(assets/buttonactive.jpg);
}

#content a {
background-image:url(assets/leafbgnd.jpg);
color:#FF0000;
}

#footer a {

color:#FF0000;
}

a:hover {
	color:#CCCC99;
	background-position:0 -40px;
}

a.active {
	color:#FFFFFF;
	background-position:0 -80px;
}

ul.navleft{
	margin: 0;
	padding: 0px;
	list-style: none;
	width:203px	
}

ul.navleft li {
	float:left;
}

ul.navleft a {
	width:153px;
	font-size:0.9em;
	text-transform:uppercase;
	text-decoration:none;
	padding:13px 0 13px 50px;
	display:block;
}

#gallery {
	position: relative;
	width:203px;
	height:203px;
	margin:0;
	padding:0;
	float: left;
	list-style-type: none;
	background-color: #FFFFFF;
}

#gallery li { 
	display: block;
}

#gallery2 {
	position: relative;
	width:330px;
	height:330px;
	margin:5px;
	padding:0;
	float: right;
	list-style-type: none;
	background-color: #FFFFFF;
}

#gallery2 li { 
	display: block;
}

#outer {
	background-image: url(assets/leafbgnd2.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}

#header{
	width: 100%;
	background: #ffffff url('assets/headerbg.jpg') no-repeat;
	background-position: left top;
	position: relative;
	height: 130px;
}

#headerwrap{
	text-align: center;
	padding: 10px 0 0 180px;
	margin: 0 0 10px 0;
}

#content{
	margin: 0 0 0px 205px;
	background-image: url(assets/leafbgnd.jpg);
	background-repeat: repeat-y;
	padding: 10px 100px 10px 20px;
	background-color: #FFFFFF;
	
}

.contentbox{
	margin:10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.contentboxleft{
	margin:10px 370px 10px 0;
	padding: 0;
}

.contentboxright{
	margin:10px 0 10px 180px;
	padding: 0 0 10px 50px;
}

ul.content{
	margin: 0;
	padding: 0px;
	font-size: 1.1em;
	color: #8E4B21;
}

ul.content li{
	line-height:17pt;
}

.form{
	color:#E3E3E3;
}


#footer
{
	background: url('assets/footerbar.jpg') repeat-x bottom left;
	padding: 0.9em 3.5em 0.9em 3.5em;
	font-size: 0.8em;
	clear: both;
	position: relative;
}
.clear
{
	clear: both;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

/* --------- 4.  navigation  --------- */

ul.navmiddle{
	margin: 510px 0 0 510px;
	padding: 0 0 0 0;
	list-style: none;
}
	
ul.navmiddle li {
	float:left;
	font-weight: normal;
	padding: 0 70px 0 0;
}

ul.navmiddle a {
	font-size:2em;
	text-decoration:none;
	color: #003361;
	display: inline;
}

ul.navmiddle li :hover {
	color:#FFFFFF;
}

/* --------- 5. images  --------- */


#thumbnails{
}

#thumbnails div{
	width:100px;
	height:100px;
	float:left;
	margin: 0 15px 10px 0;
}

#thumbnails.separatorInvisible{
float:none;
height:1px
}

#thumbnails div p{
margin-bottom:0;
text-align:center;
line-height:1.3em;
}

#thumbnails div img{
	border:1px solid #353535;
}

#thumbnails div a:hover img{
border-color:#FFFF00;
}

.instructions{
color:#333333;
text-transform:lowercase;
float:right;
padding-right:12px;
}

#folioContainer {
		padding-top: 10px;
		float: left;
		width: 360px;
		}

#foliothumbnails {
	width: 380px;
	float: left;
	margin-right: 10px;
		}

#foliothumbnails img{
	float: left;
	margin: 10px 10px 10px 0;
	padding:5px;
	border:1px solid #353535;
	background-color: #FFFFFF;
}

#folioContainer img{
	padding: 5px;
	border: 1px solid #353535;
	background-image: url(assets/leafbgnd.jpg);
}
		
.banner img{
	z-index:10000;
	float:right;
	display: block;
	position:absolute;
	top: 150px;
	right: 12px;
	visibility: visible;
}

.header img{
	z-index:10000;
	float:right;
	display: block;
	position:absolute;
	top: 113px;
	right: 20px;
	visibility: visible;
}

.links img{
	padding:50px 0 0 10px;
}

.figure img{
	float: left;
	border: 1px solid #666;
	padding: 5px;
}

.figure {
	position: relative;
}

.leaf img{
	float: left;
	padding: 5px;
}

.leaf {
	position: relative;
}

.left {
	float: left;
	margin:10px 10px 0 0;
	padding-right: 20px;
}

.right {
	float: right;
	margin:10px 0 10px 10px;
	padding-left: 20px;
}

.right2 {
	float: right;
	margin:5px;
	width: 330px;
}

.w330 {
	width: 330px;
}

.w150 {
	width: 150px;
}

.figure p {
	color:#666666;
	text-align:left;
	font-size: 70%;
	width: 100%;
	line-height: 11pt;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
