body {
	margin:20px 0 30px 0;
	padding:0;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 0.9em;
        color:#339933;
        line-height:1.5em;
	background-color: #fff;
}

a {outline:none;}

#outerwrapper {
	margin: 0 auto;
	width:770px;
	padding:0 165px 0 0;
	position:relative;
	background: #fff url(../images/shadow.jpg) repeat-y top right;
}

.blocker {
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	width:103px;
	height:40px;
}

.blockerbottom {
        position:absolute;
	bottom:0;
	right:0;
	background:#fff;
	width:103px;
	height:20px;  
}

#wrapper {
	background:#ffffbd;
	width:770px;
	padding:0 30px 0 30px;
    border: 1px solid #aaa;
}

#container {

	background:#ffffbd;
       
}

#header {
	height:120px;
        margin:0 0 15px 0;
	background: #ffff99 url(../images/header.gif) no-repeat top left;
        border-bottom:1px dashed #33cc33;
}

.topnav {
	height:70px;
	text-align:center;
	margin:0 0 30px 0;
	border-bottom:1px dashed #33cc33;
}

.topnav ul {
    padding:0 0 0 110px;
    margin:5px 0 0 0;
    list-style:none;
}

.topnav li {
float:left;
}

.topnav li a {
	color:#339900;
	text-decoration:none;
	display:block;
	margin:0 20px 0 0;
	padding:40px 0 0 0;
	height:20px;
	width:120px;
	background:#ffffbd url(../images/4leaf_wide.gif) no-repeat top left;
}

.topnav li a:hover {
	background:#ffffbd url(../images/4leaf_flip.gif) no-repeat top left;
	font-weight:bold;
}

.rightcolumn {
	float:right;
clear:right;
	width:540px;
margin:0 0 20px 0;
}

.rightcolumn h1 {
	font-size:22px;
padding:0;
margin:0;
	text-indent:30px;
	border-bottom:0px solid #33cc33;
	background:url(../images/clover_small.gif) no-repeat center left;
}

.rightcolumn h2 {
font-size:18px;
}

.rightcolumn p {
	font-size:0.9em;
    text-align:justify;

    letter-spacing:0.1em;
}

.leftcolumn {
     margin:0 30px 0 0;
	float:left;
	width:200px;
}

.leftcolumn img {
padding:0 0px 0px 0;
margin:0 0 10px 0;
border-right: 2px solid #cccc99;
border-bottom: 2px solid #cccc99;
border-top:0;
border-left:0;
}

.footer {
margin:0px 0 0 0;
background:#ffffbd;
height:50px;
clear:both;
line-height:50px;
text-align:center;
border-top:1px dashed #33cc33;
}

form input {
border:1px solid #339933;
	background: #fff url(../images/input_shadow.gif) no-repeat top left;
}

form div {
padding-bottom:5px;
}

form textarea {
border:1px solid #339933;
width:300px;
	background: #fff url(../images/input_shadow.gif) no-repeat top left;
}

form span {
color:#cc0000;
font-size:16px;
}

.submit {
float:right;
background:#339933;
color:#fff;
width:80px; 
height:30px; 
font-size:16px;
}

.contacterrors {
color:#fff;
font-size:12px;
padding:4px;
margin-top:10px;
	background: #990000 url(../images/info.gif) no-repeat top right;
}

.contacterrors ul {
list-style:square;
padding-left:15px;
}

.contactsuccess {
background:#339933;
color:#fff;
font-size:18px;
padding:4px 4px 10px 4px;
margin-top:10px;
	background: #339933 url(../images/info.gif) no-repeat top right;
}

/*============ LIGHTBOX ===========*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}


#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right;  padding:0; margin:0; padding-bottom:5px;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.gallery {
margin-top:20px;
}

.gallery a {
padding:6px;
background:#fff;
display:block;
height:82px;
float:left;
margin:0 8px 8px 0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;
}

.gallery a:hover {
background:#cef4a5;
}

.gallery a img {
height:80px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;
}
