/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}
#maintable {
	background-color: #FFFFFF;
	text-align: left;
}
p {
	margin-top: 0px;
}
div.greybox {
	background-color: #F9F9F9;
	padding: 16px;
	border: 1px solid #BBBBBB;
	margin-top: 16px;
	margin-bottom: 16px;
}
div.width550 {
	width: 550px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}

/* Links */
a {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	color: #000099;
}
a:active {
	color: #000099;
}
a:hover {
	color: #555555;
}

a img {
	border: 0px;
}

#mainlinks {
	font-size: 14px;
	color: #f79020;
	font-weight: bold;
}
#mainlinks a {
	font-size: 14px;
	color: #f79020;
	font-weight: bold;
	text-decoration: none;
}
#mainlinks a:hover {
	text-decoration: underline;
}
#homephotostext a {
	text-decoration: underline;
	color: #eeeeee;
}
#homephotostext a:visited {
	color: #eeeeee;
}
#homephotostext a:active {
	color: #eeeeee;
}
#homephotostext a:hover {
	color: #bbbbbb;
}

.moreinfo {
	text-align: right;
}
.moreinfo a {
	font-size: 12px;
	color: #f78d1c;
	font-weight: bold;
	text-decoration: underline;
}
.moreinfo a:hover {
	color: #666666;
}

.menu {width:166px; position:relative; margin:0; font-size: 11px;}
.menu ul li a, .menu ul li a:visited {padding-top: 3px; padding-left: 10px; padding-bottom: 1px; display:block; text-decoration:none; color:#000000; font-weight: bold; width:156px; height:20px; text-align:left; border-bottom:1px solid #919191; background:#e2e2e2; line-height:19px;}
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative;}

.menu ul li.first a, .menu ul li.first a:visited {padding-top: 0px; padding-bottom: 3px; height: 17px; line-height: 16px;}
.menu ul li.last a, .menu ul li.last a:visited {border-bottom: 0px; height: 11px; line-height: 10px; padding-top: 7px;}

.menu ul li a:hover {color: #014a8e;}

/* Headings */
h1 {
	font-size: 20px;
	color: #f78d1c;
	font-weight: 100;
}
h1.home {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.expandedtitle {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 17px;
	color: #f78d1c;
	margin-top: 15px;
}

/* Text */
.grey {
	font-size: 12px;
	color: #777777;
}
.small {
	font-size: 11px;
}
.large {
	font-size: 14px;
}
.red {
	color:#CC0000;
}
.green {
	color:#007D00;
}
.orange {
	color:#D28E00;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
p.right {
	text-align: right;
}

/* Lists */
ul.extraspace li {
	margin-bottom: 7px;
}

/* Home Page */
#homephotossection {
	margin-right: auto;
	margin-left: auto;
	width: 917px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#homephotosbody {
	width: 917px;
	background-image: url(../images/photossection_middle.jpg);
	background-repeat: repeat-y;
}
#homephotosright {
	background-image: url(../images/photostext_bg.jpg);
	background-repeat: none;
	min-height: 110px;
}
#homephotostext {
	color: #FFFFFF;
	padding: 0 16px;
}
#homephotostext h2 {
	color: #FFFFFF;
	margin-top: 0;
}
#homephotostext p.more {
	text-align: right;
}
img.homephotosimage {
	border: 1px solid #777777;
}
/* Photos Section */
img.galleryphoto {
	border: 1px solid #555555;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 2px 0 2px 0;
}
div.photostable {
	width: 746px;
	float: right;	
}
div#photogallery {
	background-image: url(../images/photos_bg.jpg);
	background-repeat: repeat-y;
}
div.photostext {
	float: left;
	padding: 12px;
	width: 189px;
}
div.photostext h2 {
	margin-bottom: 0;
	margin-top: 0;
}
div.photostext p.photo_number {
	margin-top: 0;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
div.photostext p.photo_date {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
div.pagenumbers {
	background-color: #f78d1c;
	padding: 5px;
	color: #FFFFFF;
}
div.pagenumbers a {
	color: #FFFFFF;
}
div.pagenumbers a:visited {
	color: #FFFFFF;
}
div.pagenumbers a:active {
	color: #FFFFFF;
}
div.pagenumbers a:hover {
	color: #DDDDDD;
}
p.photocaption {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

/* Albums */
div.album {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 10px;
	padding: 10px;
}
div.album img {
	float: left;
}
div.album div.albuminfo {
	float: right;
	width: 525px;
}
div.clearing {
	clear: both;
}
div.album h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14px;	
}
div.album p.photo_number {
	margin-top: 0;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
div.album p.photo_date {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
p.padded16 {
	padding: 16px;
}