/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	background: url("../images/container_top_grad.png") repeat-x left 120px;
	font: 0.85em/1.6 Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

p {
	margin: 0 0 15px;
	text-align: left;
}

b, strong {

}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#bar {
	height: 119px ;
	border-bottom: 1px solid #cecdcd;
	background-color: #006633;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}



#container {
	width: 914px;
	margin: 0 auto;
	background: url("../images/content_top.png") no-repeat left 227px;
	padding-top: 30px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 197px;
	position: relative;
	text-align: center;
	line-height: normal;
}

#pageHeader #background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


#pageHeader #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pageHeader #logo img {
	display: block;
}

#pageHeader #title {
	position: absolute;
	left: 7px;
	top: 46px;
	z-index: 2;
	width: 900px;
	height: 150px;
	font-size: .8em;
}

#pageHeader h1 {
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
	color: #fff;
}

#pageHeader h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
}

#contentContainer {
	width: 900px;
	background-image: url("../images/content_sep.png") ;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#contentContainer #content {
	padding: 10px 50px;
	text-align: left;
}

.contentSpacer {
	height:350px;
	float:right;
	width:1px;
}

#footer {
	color: #fff;
	height: 80px;
	background-color: #006633;
	text-align: center;
}

#footer p {
	padding-top: 8px;
	margin: 0;
	text-align: center;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {

}

#breadcrumbcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: underline;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
	color: #006633;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
	color: #006633;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
	color: #006633;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
	color: #006633;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}


/* @group Toolbar */

#navcontainer {
	height: 40px;
	position: relative;
	z-index: 3;
	padding: 0 20px;
}

#navcontainer #current {
	background: url("../images/button_over.png") no-repeat center 4px;
}

#navcontainer #current:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#navcontainer .currentAncestor {
	background: url("../images/button_over.png") no-repeat center 4px;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	font-size: 0.9em;
	display: block;
	padding: 17px 15px 19px 15px;
	height: 11px;
	text-decoration: none;
	width: 90px;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 7;
}

#navcontainer a:hover {
	background: url("../images/button_over.png") no-repeat center 4px;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 120px;
	padding: 0;
	margin: 0;
}

#navcontainer ul ul:hover {
	background: url("../images/button_over.png") no-repeat center top;
	padding-top: 42px;
	top: 4px;
	}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 120px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	height: auto;
}

#navcontainer ul ul a:hover {
	color: #000000;
}

#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor{
	background: #fff;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 6;
	font-size: 1em;
	width: 120px;
}

#navcontainer ul ul ul:hover {
	padding: 0;
	top: 0px;
}

div#navcontainer ul ul,
div#navcontainer ul ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul li:hover ul ul ul,
div#navcontainer ul li:hover ul ul ul ul,
div#navcontainer ul li:hover ul ul ul ul ul {
	display:none;
}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul,
div#navcontainer ul ul ul ul li:hover ul,
div#navcontainer ul ul ul ul ul li:hover ul {
	display:block;
}

/* @end */


/* @group Single Page (Photo view) */

.photo-background {
	background-image: none;
	text-align: center;
}

.photo-navigation {
	color: #e5e5e5;
	height: 119px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	width: 100%;
	text-align: left;
}

.photo-links{
	padding: 0 0 0 40px;
	margin: 0;
	
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #f2f2f2;
}

.photo-navigation a:hover {
}

.photo-frame{
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
}

.photo-title {
	font-size: 2.2em;
	padding: 5px 0 0 40px;
	margin: 0;
	
}

.photo-caption {
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 0;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

