body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#page {
	
}

#header {
	height: 155px;
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	background-position: 25px 18px;
	background-color: #060;
	position: relative;
	border-bottom: solid 1px #333;
}

#nav {
	position: absolute;
	bottom: -1px;
	left: 40px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 6px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
}

#nav li a {
	float: left;
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: none;
}

#nav li.selected {
    background-color: #fff;
	border-right: solid 1px #333;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}

#nav li.selected, #nav li.selected a {
	color: #333;
}

#content {
	background-color: #FFF;	
	height: 400px;
	padding: 15px 40px;
	position: relative;
}

#page > #content {
	height: auto;
	min-height: 400px;
}

#footer {
	margin: 15px auto;
	font-size: 11px;
	text-align: center;
	color: #666;
}

h1, h2 {
	margin-top: 0;
}

h1, .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	/*color: #666;*/
	color: #039;	
}

h2, .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*color: #666;	*/
	color: #039;	
}

h3, .subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;	
}

a:link, a:visited {
	color: #00C;
}

a:hover, a:active {
	color: #F00;
}

.small {
	font-size: 11px;
}

.breadcrumbs {
	font-size: 11px;
}

.gallery_table {
	font-size: 11px;
	color: #666666;
	width: 100%;
}
.gallery_table td {
	padding-bottom: 15px;
	width: 33%;
}
.video {
	text-align: center;
	margin-top: 20px;
}
.caption {
	font-size:14px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.desc {
	font-size: 11px;
	color: #666666;
	width: 600px;
	margin: 0 auto 0 auto;
}

#photo_wrapper {
	margin-top: 10px;
}

#photo {	
	float: left;
	margin-right: 10px;
	width: 600px;
	text-align: center;
}

#photo_info_wrapper {
	float: left;
	background-color: #EAEAEA;
	width: 300px;
	min-height: 100px;
	position: relative;
}

#photo_info_wrapper a {
	color: #666;
}

#photo_info {
	padding: 10px;
	font-size: 11px;
	color: #666;
}

#photo_caption {
	font-size:14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
#photo_nav {
	background-color: #CCCCCC;	
	text-align:center;
	padding: 6px;
}
#photo_nav a {
	color: #666;
	text-decoration: none;
}
#photo_nav_last {
	float: left;
}
#photo_nav_next {
	float: right;
}
.admin_photo {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	height:250px;
	width:225px;
	border:solid 1px #CCCCCC;
	text-align:center;
	cursor:move;
	background-color:#FFFFFF;
	font-size:10px;
	color:#999999;
}
.admin_photo img {
	max-height:169px;
}
.admin_photo input, .admin_photo textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:solid 1px #EAEAEA;
}
.admin_photo_caption {
	width:220px;
	background-color:#FFFFCC;
}
.admin_photo_desc {
	width:220px;
	height:35px;
	background-color:#F1F1F1;
}
.picasa_photo {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	height:96px;
	width:144px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:10px;
	color:#999999;
}
.picasa_photo img {
	max-height:96px;
}
.homepage_container {
	float:left; 
	width: 320px;
}
.homepage_photo_wrapper {
	clear: both;
	background-color: #EAEAEA;
	margin: 0 15px 15px 0;
	height: 100px;
	width: 300px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5em;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */	
	border-radius: 10px; /* Everything else - limited support at the moment */ 
	-moz-box-shadow: 4px 4px 4px #CCC;
	-webkit-box-shadow: 4px 4px 4px #CCC;
	box-shadow: 4px 4px 4px #CCC;

}
.homepage_photo_wrapper .name {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #039;
	margin-bottom: 5px;
}
.homepage_photo_wrapper .name a {
	color: #039;
	text-decoration:none;
}
.homepage_photo_wrapper img {
	float: left;
	margin-right: 10px;	
}
#homepage_updates {
	width: 635px;
	min-height: 100px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5em;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */	
	border-radius: 10px; /* Everything else - limited support at the moment */ 
	background-color: #DFE8FF;
	-moz-box-shadow: 4px 4px 4px #CCC;
	-webkit-box-shadow: 4px 4px 4px #CCC;
	box-shadow: 4px 4px 4px #CCC;
}
#homepage_updates, #homepage_updates a, #homepage_updates h1 {
	color: #666;
}
#homepage_updates h1 {
	font-size: 18px;
	font-weight: bold;
}
#homepage_updates ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}
#homepage_updates li {
	margin-bottom: 10px;
}
#homepage_updates, #homepage_updates a, #homepage_updates h1 {
	color: #039;	
}