﻿body
{
	margin: 0;
	font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	background-color: #F2F2F2;
	
}
#container
{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #FEFDE1;
	clear: both;
}
#menu
{
	clear: both;
	height: auto;
	overflow: auto;
}
#mainMenu, #mainMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#mainMenu a {
	display: block;
}

#mainMenu li { /* all list items */
	float: left;
	width: 25%;
	background: #B11546 url(../images/menu_back.jpg) repeat-x top left;
	padding: 4px 0 4px 0;
}

ul#mainMenu li a {
    font: 13px  Verdana, sans-serif;
	border-bottom: none;
	border-left: none;
	color: #ffffff;
	padding: 6px 10px 7px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;	
	}

ul#mainMenu li a:hover
{
	color: #FFFFCC;
}

#mainMenu li ul
{
	/* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: none;
	
}

#mainMenu li ul li 
{
	background-color: #F8D283;
	background-image: none;
	padding: 0;
	margin-top: 4px;
}

#mainMenu li ul li a {
	border: none;
	background: transparent;
	padding-top: 18px;	
	color: #fff;
}

#mainMenu li ul li a:hover {
	color: #72cbec;
	background: transparent url(../images/nav_arrow.jpg) no-repeat center 7px;
	
}



#mainMenu li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#mainMenu li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#left
{
	width: 300px;
	padding-right: 20px;
	float: left;
	margin: 0;
	padding-top: 20px;
}
#left img
{
	float: right;
	padding-bottom: 15px;
	padding-left: 5px;
}
#main
{
	margin-left: 320px;
	font-size: 1.2em;
	padding-right: 10px;
	margin-top: 20px;
	z-index: -999;
}
#footer
{
	background: #B11546 url(../images/menu_back.jpg) repeat-x top left;
	clear: both;
	text-align: right;
	color: #ffffff;
	padding: 5px 10px 4px 10px;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFCC;
}
#home img
{
	padding: 0;
	margin: 0;
}

h1
{
	height: 135px;
	text-indent: -9999px;
	background: #FEFDE1 url(../images/banner.jpg) no-repeat top left;
	margin: 0;
	padding: 0;	
}
h2
{
	color: #cc3333;
	font-style: italic;
	font-family: Serif;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	
}
.subMenu
{
	padding: 0;
	margin: 0;
	background-color: #F8D283;
}
.subMenu ul
{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.subMenu li
{
	display: inline;
	background-color: #F8D283;
	float: left;
	width: 20%;
	padding: 4px 0 4px 0;
}
.subMenu li a
{
	text-decoration: none;
	font-size: 1.2em;
	color: Black;
}
.subMenu li:hover
{
	background-color: #F8EBC8;	
}
.subMenu li a:hover
{
	color: #b23f5d;
	
}
.tree
{
	list-style-image: url(../images/tree.jpg);	
}
.tree li
{
	
	padding-left:20px;	
	
}
img.border
{
	
}

/* Photo stuff starts here */

#gallery h2 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 2px;
	}

#gallery .image_title 
{
	font-size: 0.8em;
	color: #3a80c0;
	margin-bottom: 2px;
	}

#gallery .photographer {
	text-transform: uppercase;
	color: #333;
	margin-bottom: 2px;
	}

#gallery .view_options {
	text-transform: uppercase;
	color: #3a80c0;
	margin-bottom: 3px;
	font-size: 0.8em;
	}

#gallery a {
	color: #3a80c0;
	text-decoration: none;
	}

#gallery a:hover {
	color: #333;
	}
.Gallery
{
	margin-top: 15px;
	width: 100%;
}
.GalleryItem
{
	padding-top: 8px;
	text-align: center;
	font-size: 9pt;
	width: 230px;
	vertical-align: top;
}
.GalleryItem:hover
{
	color: #61a3e2;
}
.GalleryItem img
{
	padding-bottom: 5px;
	text-align: left;
	border:3px solid #598fc1;
}
.GalleryItem img:hover
{
	border:3px solid #a3c7e8;
}

.GalleryHeader
{
	border-bottom: solid 1px silver;	
	text-align: right;
	font-size: 8pt;
	font-family: Arial;
	font-style: italic;
}
.PhotoTitle
{
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
}
.GalleryFull
{
	width: 100%;
	text-align: center;
}
.GalleryFull img
{
	border:3px solid #598fc1;	
	width: 400px;
	height: 280px;
}
.GalleryFull table
{
	width: 400px;	
}
.GalleryFull td
{
	vertical-align: top;
	text-align: left;	
}
#PhotoNav
{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#PhotoNav img
{
	border:3px solid #598fc1;
	width: 64px;
	height: 64px;
	
}
#PhotoNav img:hover
{
	border:3px solid #a3c7e8;	
}
#PhotoNav a
{
	color: #61a3e2;	
}
#PhotoNav a:hover
{
	color: #333;
}
h3.ArticleLink
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	border-top: dashed 1px black;
	
}
h3.ArticleLink a
{
	text-decoration: none;
	color: #cc3333;
	font-style: italic;
}
h3.ArticleLink a:hover
{
	color: #0066FF;
}
p.posted { 
	font: 0.7em/1.2em "Trebuchet MS", Verdana, sans-serif;
  	font-style: italic;
	margin-bottom: 10px;
	color: #7b3719;
	margin: 0;
}
.more
{
	font-size: 0.8em;	
	color: #cc3333;
	font-style: italic;
}
.more:hover
{
	color: #0066FF;
}
.bordered img
{
	border: solid 1px black;
}
a:hover
{
	color: #cc3333;
}
label
{
	font-weight: bolder;
	padding-right: 5px;	
}
#overlay {

     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;



}



#overlay div {

     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;


}