body {
	margin: 0px;
	padding: 0px;
	/*font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	/*font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;*/
	background-color: #333333;
	/*background-image: url(images/P6180003.jpg);*/
	background-position: center center;
	color: #aaaaaa;
	font-size: 10pt;
	overflow: hidden;
}

input, textarea {
	background-color: #000000;
	color: #fff;
	font-family: inherit;
	border: 1px solid #999999;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h1 {
	font-size: 1.5em;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
	color: #ffffff;
}

h2 {
	font-size: 1.4em;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
	color: #ff0000;
}

a h2 {
	width: 50px; height: 50px; padding: 2px; margin: 0px; text-align: center;
}

h3 {
	margin: 0px;
	font-size: 1.3em
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding: 4px;
	letter-spacing: .25em;
}

h4 {
	color: #fff;
	margin: 0px;
	padding: 4px;
}

p {
	margin: 5px;
	line-height: 1.2em;
	text-align: justify;
}

.formLabel {
	text-align: right;
	font-weight: bold;
	color: #fff;
}

.features {
	text-align: inherit;
	font-weight: bold;
	font-size: 1.2em;
}

.error {
	color: #ffcc00;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ffcc00;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a h2 img {
	border: none;
}

a.button {
	display: inline-block;
	padding: 4px;
	border: 1px solid #999;
	background-color: #333;
	color: #ffcc00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a:hover.button {
	color: #999;
	border: 1px solid #ffcc00;
}

.expandContainer {
	border: 1px solid #888888;
	padding: 0px;
	background-image: url(images/black60.png);
	display: inline-block;
	text-align: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 8px 8px 8px #000;
	-webkit-box-shadow: 8px 8px 8px #000;
	box-shadow: 8px 8px 8px #000;
}

	.thumbs a img {
		border: 1px solid #999999;
	}

	.thumbs a:hover img {
		border: 1px solid #ffffff;
	}

	.thumbs .selectedIcon {
		padding-bottom: 10px;
		background-image: url(images/wideArrowDown01.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	.thumbs .selectedIcon a img {
		border: 1px solid #fff;
	}

	.expandContainer div {
		display: inline-block;
		margin: 2px;
	}

.info {
	min-width: 300px;
	width: 35%;
	padding: 10px;
}


.footer {
	position: absolute;
	bottom: 0px;
	border-top: 1px solid white;
	width: 100%;
	background-image: url(images/black60.png);
	color: #444444;
}

.footerMenu {
	padding: 6px;
	font-size: 1.5em;
	color: #777777;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}

.footer a:hover {
	color: #ffffff;
}

.selected a:link, .selected a:visited, .selected a:active {
	color: #cccccc;
}

.selected a:hover {
	color: #ffffff;
}

.contactInfo {
	padding: 6px;
	text-align: right;
	color: #ffffff;
}
