/* CSS Document */

html { 
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #ccc;
	
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	color: #386b96;
	background-color: #fff;
	margin: 1em 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	color: #386b96;
	background-color: #fff;
	margin: 1em 0;
	padding: 0;
	font-size: 1.2em;
	clear: left;
}

p {
	margin: 1em 0;
	padding: 0;
}

a img {
	border: 0;
}

div#outer {
	margin: 10px auto;
	width: 740px;
	color: #000;
	background-color: #fff;
	padding: 10px;
}

table {
/*
	margin-bottom: 10px;
*/
}

img#logo {
	float: left;
}

th {
	color: #fff;
	background-color: #b1005d;
	padding: 3px;
	text-align: left;
}

th strong {
	font-weight: bold;
	font-size: 1.1em;
}

tr.oddrow {
	color: #000;
	background-color: #edeced;
}

tr.evenrow {
	color: #000;
	background-color: #fff;
}

td {
	padding: 3px;
}

.traveltableleft {
	float: left;
	margin-right: 15px;
	width: 210px;
	margin-bottom: 20px;
}

.traveltableright {
	float: left;
	width: 210px;
	margin-bottom: 20px;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 120px;
  text-align: left;
}

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
}

.red {
	color: red;
	background-color: #fff;
}

/* home page styles */

ul#mainnav {
	float: right;
	width: 540px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-align: right;
	vertical-align: bottom;
}

li.mainnavlink {
	display: inline;
	background-image: url(/_images/navigation-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin-left: 10px;
}

li.mainnavlink a {
	margin-left: 10px;
	text-decoration: none;
	color: #3f3d26;
	background-color: #fff;
}

li.mainnavlink a:hover {
	text-decoration: underline;
}

object#homeflash {
	margin-top: 20px;
	margin-bottom: 40px;
}

div#content {
	width: 413px;
	padding-right: 110px;
	padding-left: 35px;
	float: left;
}

div#content p {
	font-size: 1.1em;
}

div#secondarynav {
	width: 182px;
	float: left;
}

div.galleryimage {
	display: block;
	width: 493px;
	height: 490px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-left: 0;
}

div.galleryimagenone {
	display: block;
	width: 493px;
	height: 490px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-left: 0;
	display: none;
}

div.imageverticalbar {
	background-color: #376c98;
	width: 155px;
	height: 342px;
	float: right;
	margin-right: 14px;
	margin-bottom: 20px;
	padding-top: 135px;
}

div.imageverticalbarlight {
	background-color: #81b1c7;
	width: 155px;
	height: 342px;
	float: right;
	margin-right: 14px;
	margin-bottom: 20px;
	padding-top: 135px;
}

div.imagehorizontalbar {
	background-color: #376c98;
	width: 479px;
	height: 155px;
	margin-bottom: 25px;
}

div.imagehorizontalbarlight {
	background-color: #81b1c7;
	width: 479px;
	height: 155px;
	margin-bottom: 25px;
}

div.imagemenuvertical {
	vertical-align: bottom;
}

div.imagemenuhorizontal {
	margin-top: 7px;
	padding-top: 21px;
	margin-left: 20px;
	padding-right: 19px;
}

div.imagemenuhorizontal table {
	float: right;
}

a.buttonlink {
	text-decoration: none;
	background-image: url(/_images/button.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	color: #3f3e29;
	background-color: #fff;
	min-height: 30px;
	display: block;
	padding-left: 40px;
	padding-top: 7px;
}

a:hover.buttonlink {
	text-decoration: underline;
}

a.subpagebuttonlink {
	text-decoration: none;
	background-image: url(/_images/subpagebutton.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #3f3e29;
	background-color: #fff;
	height: 33px;
	display: block;
	padding-left: 15px;
	padding-top: 11px;
}

a:hover.subpagebuttonlink {
	text-decoration: underline;
}

/* sub page styles */

div#breadcrumb {
	width: 480px;
	float: right;
	margin: 15px 0;
}

div#breadcrumb a {
	text-decoration: none;
	color: #3f3e29;
	background-color: #fff;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

ul#secondarynav {
	clear: left;
	width: 150px;
	margin-top: 50px;
	float: left;
}

ul#secondarynav li {
	list-style-type: none;
}

ul#secondarynav li a {
	color: #3e3e29;
	background-color: #fff;
	text-decoration: none;
	display: block;
	background-image: url(_images/logo-icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 1.2em;
	min-height: 18px;
	font-weight: bold;
}

ul#secondarynav li a:hover {
	color: #b2015c;
	background-color: #fff;
	text-decoration: none;
}

ul#secondarynav li a.selected {
	color: #b2015c;
	background-color: #fff;
}

ul#secondarynav ul li a {
	background-image: url(_images/grey-diamond.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 10px;
	font-size: 1em;
	min-height: 8px;
	font-weight: normal;
	margin-left: 40px;
	color: #978981;
	background-color: #fff;
}

ul#secondarynav ul li a:hover {
	background-image: url(_images/pink-diamond.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	min-height: 8px;
}

ul#secondarynav ul li a.selected {
	background-image: url(_images/pink-diamond.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	min-height: 8px;
}

div#subpageheader {
	float: right;
	width: 478px;
	border-top: 1px solid #978980;
	border-right: 1px solid #978980;
	border-left: 1px solid #978980;
}

div#photo {
	float: right;
	width: 159px;
}

div#pageintro {
	width: 293px;
	height: 73px;
	padding: 45px 0 0 25px;
	color: #fff;
	background-color: #7cafc6;
	float: left;
	font-size: 1.6em;
}

#subpagecontent {
	float: right;
	width: 438px;
	border-right: 1px solid #978980;
	border-bottom: 1px solid #978980;
	border-left: 1px solid #978980;
	margin-bottom: 20px;
	padding: 20px 20px 35px 20px;
}

#subpagecontentnoborder {
	float: right;
	width: 480px;
	margin-bottom: 20px;
}

#subpagetext {
	width: 250px;
	float: left;
}

#subpagecontent h1 {
	color: #000;
	background-color: #fff;
	font-size: 1.4em;
}

#subpagecontentnoborder h1 {
	color: #000;
	background-color: #fff;
	font-size: 1.4em;
}

#subpagebuttons {
	width: 137px;
	float: right;
}

/* location page styles */

#map {
	width: 437px;
	height: 312px;
	border: 1px solid #978980;
}

#largemaplink {
	text-align: right;
}

#largemaplink a {
	color: #978981;
	background-color: #fff;
}

/* environment page styles */

div.introtextboxes {
	color: #376b97;
	background-color: #99ca45;
	text-align: center;
	width: 158px;
	height: 116px;
	margin-bottom: 5px;
	float: left;
	clear: left;
	font-size: 1.6em;
	padding-top: 40px;
}

img.introimg {
	margin-bottom: 6px;
	float: left;
}

/* gallery page styles */

div.galleryintro {
	color: #fff;
	background-color: #376b97;
	text-align: left;
	width: 277px;
	height: 107px;
	margin-bottom: 5px;
	float: left;
	clear: left;
	font-size: 2em;
	padding: 45px 0 0 40px;
	
	margin-top: 5px;
}

img.introimg {
	margin-bottom: 6px;
	float: left;
}

/* footer styles */

p#footer {
	font-size: 1.1em;
	color: #8c8c8c;
	background-color: #fff;
	clear: both;
	padding-left: 35px;
}

p#footer a {
	color: #8c8c8c;
	background-color: #fff;
	text-decoration: none;
}

p#footer a:hover {
	text-decoration: underline;
}

p#footer a#mw {
	color: #3b809f;
	background-color: #fff;
}

