html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, Times, Arial;
	text-align: center;
	background: #0099FF url(/graphics/background.gif) repeat-x top left;

}

h1 {
	color: #0099FF;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0.6em 0 0.8em 0;
	padding: 0;
}

h2 {
	font-size: 1.1em;
	margin: 1em 0 0.2em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#content-wrapper p, #content-wrapper li, #content-wrapper td {
	font-size: 0.9em;
	color: #333333;
}

#content-wrapper p {
	margin: 0 0 0.8em 0;
	line-height: 1.25em;
}


#bg {
	width: 100%;
	float: left;
	background: transparent url(/graphics/background-skies.gif) no-repeat top center;
}

#wrapper {
	margin: 0 auto;
	width: 50em;
	text-align: left;
}

#left {
	width: 58px;
	height: 733px;
	float: left;
}

#main {
	margin: 0 0 0 58px;
	width: 719px;
	float: left;
}

#header {
	float: left;
	width: 100%;
	height: 189px;
	clear: both;
}

/*
 * Main menu
 */

#mainmenu {
	float: right;
	margin: 165px 32px 0 0;
	padding: 0;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
}

#mainmenu li {
	list-style: none;
	float: left;
	padding-left: 20px;
}

#mainmenu li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#mainmenu li.active a {
	text-decoration: underline;
}

#mainmenu li a:hover {
	text-decoration: underline;
	color: white;
}

/*
 * Content
 */

#content-wrapper {
	background: white url(/graphics/content-bg.gif) no-repeat top left;
	width: 100%;
	float: left;
}

#logo {
	float: left;
	width: 112px;
}

#logo a {
	display: block;
	width: 100%;
	height: 416px;
	text-decoration: none;
}

#submenu-wrapper {
	float: right;
	width: 260px;
}

#content-wrapper .content {
	float: left;
	width: 568px;
	padding: 10px;
}

#content-wrapper .content.front {
	padding: 0 0 0 10px;
}

#content-wrapper .content-left {
	float: left;
	width: 327px;
	background-color: white;
	margin: 10px;
}

#content-wrapper .content-left.front {
	height: 378px;
	position: relative;
}

#content-wrapper .content-left.front p {
	margin-bottom: 0.2em;
}

#content-wrapper .content-right {
	float: right;
	width: 231px;
	margin: 0 29px 0 0;
	padding: 10px 0 0 0;
}

.imageRow img {
	margin-bottom: 10px;
}

.galleries {
	margin: 10px 0 10px 0;
}

.imgbox {
	height: 150px;
	position: relative;
	margin: 0 10px 10px 0;
	float: left;
}

.imgbox.front {
	height: 75px;
}

.imgbox.alternate {
	margin: 0 0 10px 0;
}

.imgbox img {
	border: 0;
}

.imgbox .text h2 {

	font-size:1em;
	margin:0 0 1px;
	text-transform:uppercase;
}

.imgbox .text a {
	display: block;
	color: white;
	text-decoration: none;
	left: 0;
	position: absolute;
	bottom: -2px;
	background-image: url(/graphics/textbox-bg.png);
	color:white;
	font-size:0.9em;
	height:20px;
	line-height:120%;
	margin:0 0 2px;
	overflow:hidden;
	padding:3px;
	width:273px;
}

.imgbox .text a:hover {
	text-decoration: underline;
	background-color: black;
}

.imgbox a.hover {
	text-decoration: underline;
	background-color: black;
}

.galleryThumbnails {
	width: 147px;
	float: right;
	background-color: #e9e9e9;
	padding: 0 0 8px 8px;
	margin: 38px 0 0 10px;
}

.galleryThumbnail {
	padding: 0px;
	margin: 8px 8px 0 0;
	float: left;
}

.galleryThumbnail.galleryThumbnailActive {
	border: 3px solid #0099FF;
	margin: 5px 5px -3px -3px;
}

.galleryThumbnail img {
	display: block;
	float: left;
	margin: 0;
	border: 0;
}


/*
 * Sub menu
 */

#submenu-wrapper > ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#submenu-wrapper > ul > li {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 19px 0 0;
	background: transparent url(/graphics/submenu-bg.png) no-repeat top right;
	height: 30px;
	clear: both;
	z-index: 100;
}

#submenu-wrapper > ul > li.last {
	height: 45px;
}

#submenu-wrapper > ul a {
	margin: 0;
	padding: 2px 5px 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background: white url(/graphics/submenu-bg2.png) repeat-x top right;
	height: 23px;
	display: block;
	white-space: nowrap;

}

#submenu-wrapper > ul a:hover {
	text-decoration: underline;
}

#submenu-wrapper > ul > li.active a {
	text-decoration: underline;
}

.classes {
	position: absolute;
	bottom: -5px;
	width: 325px;
}

.classes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.classes ul li{
	background-color: #FFF100;
	margin: 0 0 5px 0;
}

.classes ul a {
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 10px;
	height: 17px;
}

.classes ul a:hover {
	text-decoration: underline;
}

.quicklink img {
	border: 0;
	margin-top: 10px;
}

ul.facts {
	margin: 0.2em 0 0.2em 0;
	padding: 0 0.2em 0 1em;
}

ul.facts li {
	padding: 0;
	margin: 0;
}

/*
 * Footer
 */

#footer {
	font-size: 0.7em;
	clear: both;
	padding: 25px 10px 5px 122px;
	margin: 0 19px 0 0 ;
}