@charset "UTF-8";
/* CSS Document */
*, html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(/images/page_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
ul {
	margin: 10px 10px 10px 30px;
	padding-left: 10px;
}
h3 {
	font-weight: bold;
	color: #0066FF;
	font-size: 10pt;
}
a,a:link,a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#mainContainer {
	width: 975px;
	border-right: 1px solid #FFFFFF;
}
#headerContainer {
	background: url(/images/header_bg.jpg) repeat-x;
	height: 77px;
	border-bottom: 1px solid #FFFFFF;
}
#topDivider {
	background: #FF6600;
	height: 4px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1px;
}
#bodyContainer {
	background: url(/images/navigation_bg.jpg) repeat-x;
	background-color: #FFFFFF;
}
#navContainer {
	width: 250px;
	float: left;
}
#navContainer ul {
	margin: 0;
	padding: 0;
	width: 250px;
	list-style: none;
}
#navContainer ul li {
	line-height: 20px;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #EEEEEE;
	padding-left: 10px;
}
#navContainer ul li.sub {
	padding-left: 30px;
}
#navContainer ul li a {
	display: block;
	border-right: 10px solid #BBBBBB;
	text-decoration: none;
	color: #666666;
}
#navContainer ul li a:hover {
	border-right: 10px solid #FF6600;
}
#navContainer ul li.sub a {
	color: #0066FF;
}
#logoContainer {
	float: left;
	height: 77px;
	width: 250px;
}
#topLinksContainer {
	margin-left: 250px;
	text-align: right;
	position: relative;
	height: 77px;
}
#topLinksContainer ul {
	list-style: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#topLinksContainer ul li {
	display: inline;
	padding-left: 20px;
}
#topLinksContainer ul li a:hover {
	text-decoration: none;
}
.navBlock {
	margin: 10px;
}
#contentContainer {
	margin-left: 250px;
	border-left: 1px solid #FFFFFF;
}
#content {
	padding: 10px;
}
#focalContainer {
	height: 231px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(/images/focal.jpg);
	background-repeat: no-repeat;
}
#headingContainer {
	background: #FF6600;
	height: 30px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font: bold 11pt/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	letter-spacing: .5pt;
}
#footerContainer {
	font-size: 8pt;
	border-top: 3px double #CCCCCC;
	padding: 10px;
}
.detailsBox {
	margin: 10px;
	background: #FAFAFA;
	border-right: 5px solid #0066FF;
	padding: 10px;
}
.detailsBox_content {
	margin-left: 170px;
}
.clearFix, .clear {
	font-size: 1pt;
	clear: both;
}
.floatLeft {
	float: left;
}
.alignLeft {
	text-align: left;
	float: left;
	width: 50%;
}
.alignRight {
	text-align: right;
	float: right;
	width: 50%;
}
ul.twoCol_list {
	width: 600px;
	margin: 10px 30px;
}
ul.twoCol_list li {
	float: left;
	width: 300px;
}
div.detailsBox img {
	background: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.deatilsBox_content {
	display: block;
}
/*  Gallery Related */
.breadcrumb, div.content h2 {
	display: none;
}
.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}
.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}
.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}
div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}

/* IE 6.0 FIXES */
* html #topDivider {
  margin-top: -3px;
}

