html, body {
	height: 100%;
	min-height: 100% !important;
}
body {
	background: #FFD966 url('../images/mainimage.jpg') top right fixed no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: .75em;
	margin: 3em;
}

/* master containers */
#all {
	margin: 0 200px 0 0;
	height: 100%;
	min-height: 100% !important;
}
#contain {
	border-top: 18px solid #ff4000;
	height: 100%;
	min-height: 100%;
	*width: 885px;
}

/* content container */
#content {
	/*width: 60em;*/
	margin: 1em 0 0 1.5em;
	*padding: 0 0 0 1em;
	overflow: hidden;
}

#content img.body {
	float: right;
	margin: 0 0 2em 1.5em;
}

#content div {
	clear: right;
	margin: 0 0 2em 0;
}

/* footer content */
#footer {
	margin: 2em 0 0 0;
	padding: .5em 0 0 0;
	border-top: 2px solid #ff4000;
	font-size: .75em;
	line-height: 1.5em;
	clear: both;
}

/* navigation elements */

#nav {
	background: #ff4000;
	float: left;
	padding: .5em;
	height: 100%;
	*height: 120%;
}
#nav a:link {
	display: block;
	margin: .1em 0 0 0;
	padding: 3px;
	width: 12em;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #930;
}
#nav a:visited {
	display: block;
	padding: 3px;
	margin: .1em 0 0 0;
	width: 12em;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #930;
}
#nav a:hover {
	display: block;
	padding: 3px;
	margin: .1em 0 0 0;
	width: 12em;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #ff7045;
}
#nav a:active {
	display: block;
	padding: 3px;
	margin: .1em 0 0 0;
	width: 12em;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #930;
}
#nav span.youAreHere {
	display: block;
	padding: 3px;
	margin: .1em 0 0 0;
	width: 12em;
	color: #fff;
	background: #710;
}


/* new navigation */
#nav2 {
	position: relative;
}
#nav2 ul {
	list-style-type: none;
}
#nav2 ul li {
	float: left;
	margin: 0;
	position: relative;
}
#nav2 ul li a:link {
	font-weight: bold;
	color: #ff0;
	border: 1px solid #ff0;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background-color: #00f;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}
#nav2 ul li a:visited {
	font-weight: bold;
	color: #ff0;
	border: 1px solid #ff0;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background-color: #00f;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}
#nav2 ul li a:hover {
	font-weight: bold;
	color: #fff;
	border: 1px solid #ff0;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background-color: #09f;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}
#nav2 ul li a:active {
	font-weight: bold;
	color: #00f;
	border: 1px solid #ff0;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background-color: #ff0;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}
#nav2 ul li ul {
	display: none;
	list-style-type: none;
	position: absolute;
}
#nav2 ul li:hover ul {
	display: block;
	width: 10em;
	position: absolute;
	top: 100%;
	left: -51%;
}
#nav2 ul li:hover ul li {
	display: block;
	width: 100%;
	margin: 0;
}

/* this group sets the normal link colors */
a:link {
	color: #ff4000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ff4000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color : #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color : #ff4000;
	text-decoration: none;
	font-weight: bold;
}
#footer a {
	font-weight: normal;
}
a img {
	border: 0;
}

/* Homepage Banner Elements */
#banner {
	position: relative;
}
#banner .leftCol { 
	margin: 0 1em 0 0;
	color: #ff4000;
	font-weight: bold;
	float: left;
	line-height: 200%;
}
#banner object, #banner embed { float: left; }
#banner .rightCol {
	margin: 0 0 0 1em;
	color: #ff4000;
	font-weight: bold;
	float: right;
	line-height: 200%;
	text-align: right;
}

/* this grouping sets the heading colors and sizes */
h1 {
	font-size : 1.3em;
	font-weight : bold;
	color : #FF4000;
	padding: 0 0 .5em 0;
	border-bottom: 2px solid #ff4000;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #06f;
	margin: 0;
}

/* Basic paragraph elements */
p {
	line-height: 1.3em;
	margin-top: 0;
}
.label { display: block; width: 4.2em; float: left; }

/* Photo Gallery set-up */

#gallery { overflow: auto; }
#gallery #thumbnails { float: left; width: 175px; overflow: auto; }
#gallery #thumbnails a {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin: 0 1em 1em 0;
}
#gallery a img {
	width: 75px;
	height: auto;
}
#placeHolder {
	width: 373px;
	height: auto;
	clear: none;
}
/* #gallery {
	height: 404px;
	margin: 0 0 19px 0;
	padding-top: 4px;
	position: relative;
}
#gallery div.instruct {
	position: absolute;
	top: 4px;
	left: 110px;
	width: 598px;
	height: 398px;
	border: 1px solid #999;
	background-color: #ccc;
	text-align: center;
	z-index: -9;
}
#gallery div.instruct p {
	padding-top: 180px;
}
#gallery img.static {
	float: left;
	margin: 0 10px 10px 0;
	clear: left;
}
#gallery a img.hidden {
	width: 0;
	height: 0;
}
#gallery a:hover img.hidden {
	position: absolute;
	top: 4px;
	left: 110px;
	width: 600px;
	height: 400px;
}
#gallery a:hover {
	background-position: 0 0;
} */