@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
}
a img {
	border: none;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #8f3e05;
}
a {
	text-decoration: none;
}
a:focus { 
	outline: none;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8f3e05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #330000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	background-image: url(images/repeat.jpg);
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330000;
	border-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 1.6em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #8f3e05;
	background-image: url(images/dingbat_drk.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 5px .4em 23px;
}
h1 img {
	padding-right: 5px;
}
p {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding-bottom: .8em;
}
ul {
	font-size: 1.3em;
	color: #8f3e05;
	text-transform: uppercase;
	line-height: 1.8em;
	padding: 10px 0 0 20px;
}
li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
.regularList {
	text-transform: none;
}
.intro {
	line-height: 1.4em
}
#header {
	background-image: url(images/header.jpg);
	height: 87px;
	width: 950px;
}
#header p {
	padding: 18px 30px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 1.2em;
	color: #8f3e05;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
#header img {
	padding: 15px 0 0 23px;
	float: left;
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 29px;
	padding: 4px 0 10px 25px;	
}
#nav ul {
	padding: 0;
	font-size: 1.2em;
	color: #cc9966;
}
#nav li {
	display: inline;
	background-image: url(images/dingbat.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 15px 0 23px;
}
#nav a {
	text-decoration: none;
}
#nav a:link {
	color: #fdfcdc;
}
#nav a:visited {
	color: #fdfcdc;
}
#nav a:hover {
	color: #cc9966;
}
#mainContent {
	margin: 0px 0px 0 40px;
	width: 870px;
}
#title {
	margin: 5px 40px 5px 40px;
}
#centerColumn {
	text-align: center;
	width: 870px;
	height: 450px;
	padding: 0;
	margin: 0;
}
#rightColumn {
	float: right;
	width: 600px;
	height: 450px;
	padding: 0 0 0 30px;
	margin: 0;
}
#rightColumn p {
	text-align: center;
	color: #8f3e05;
	font-size: 1.3em;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin-top: 15px;
}
#rightColumn img {
	margin: 0;
	padding: 0;
	border: none;
}
#rightColumn .dingbat {
	margin: 0;
	padding: 0;
	border: none;
}
#thumbnails{
	width: 230px;
	padding-bottom: 2em;
}
#thumbs2{
	/* text-align: center; */
	padding-bottom: 2em;
}

#thumbnails img {
	margin: 0 4px 4px 0;
	height: 50px;
	width: 50px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 51px;
	width: 950px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#footer p {
	padding: 22px 55px 0 0;
	text-align: right;
	font-size: .9em;
	color: #cc9966;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#photos {
	float: left;
}
.redHighlight {
	color: #C00;
	font-weight: bold;
}
