/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 10px 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #8f9194;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
li {
	font-size:12px;
	margin-bottom: 10px;
}
a, a:visited {
	text-decoration: none;
	color: #666666;	
}
a:hover {
	text-decoration: none;
	color: #999999;
}
strong {
	font-weight: bold;
}

/*** Container Styles (in order of appearance in code) ***/
#main {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}
#header {
	position: relative;
	width: 940px;
	height: 102px;
	background-color: #FFFFFF;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	border: none;
}
#nav {
	position: absolute;
	top: 10px;
	right: 0px;
}
#nav a {
	color: #8f9194;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}
#nav a:hover {
	color: #000000;
}
.nav_selected {
	color: #000000 !important;
}
#page_heading {
	position: absolute;
	bottom: 31px;
	left: 293px;
}
#page_heading h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
}
#copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#copyright p {
	font-size: 12px;
	color: #8f9194;
}
#content {
	float: left;
	width: 940px;
	padding: 0px 0px 40px 0px;
	background-color: #FFFFFF;
}
#homepage_box1 {
	float: left;
	width: 215px;
	margin: 20px 0px 25px 0px;
	padding: 0px 20px 0px 107px;
}
#homepage_box1 h2 {
	font-size: 26px;
	color: #8f9194;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
#homepage_box2 {
	float: left;
	width: 215px;
	margin: 20px 0px 25px 0px;
	padding: 0px 20px 0px 20px;
}
#homepage_box2 h2 {
	font-size: 26px;
	color: #8f9194;
	font-weight: normal;
	margin: 26px 0px 20px 0px;
}
#homepage_box3 {
	float: left;
	width: 215px;
	margin: 20px 0px 25px 0px;
	padding: 0px 0px 0px 20px;
}
#homepage_box3 h2 {
	font-size: 26px;
	color: #8f9194;
	font-weight: normal;
	margin: 26px 0px 20px 0px;
}
#homepage_box1 a, #homepage_box2 a, #homepage_box3 a {
	color: #8f9194;
}
.homepage_image {
	border: none;
}
#thumbnail_nav {
	height: 120px;
}
.thumbnail {
	float: right;
	margin: 0px 0px 0px 4px;
	width: 82px;
	height: 86px;
}
.thumb_selected {
	border: solid 1px red;
}
.thumb_non_selected {
	border: solid 1px #999999;
}
#fullsize_image_box {
	float: right;
	_height: 500px;
	min-height: 500px;
}
#description_box {
	float: right;
	width: 152px;
	_height: 420px;
	min-height: 420px;
	padding: 60px 40px 20px 40px;
}
#description_box h2, #description_box p {
	color: #8f9194;
}
#footer {
	clear: both;
	height: 30px;
	width: 940px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#footer p, #footer a {
	font-size: 12px;
	color: #8f9194;
}

/*** Universal Classes ***/
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}
