@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

ul li {
   display:block;
   float:left;
   list-style-type:none;
}

/***** TOP NAVIGATION *****/
ul li a {
   display:block;
   width:180px;
   height:229px; 
   background: url(../images/navigation2.png) no-repeat 0 0;
   text-indent:-9009px;
   text-decoration: none;
   border: none;
}

ul li#navigation1 a:hover{
	background-position: 0 -229px;
	border: none;
}

ul li#navigation2 a {
	width: 140px;
	background-position: -180px 0;
	border: none;
}

ul li#navigation2 a:hover{
	background-position: -180px -229px;
	border: none;
}

ul li#navigation3 a {
	width: 180px;
	background-position: -320px 0;
	border: none;
}

ul li#navigation3 a:hover {
	background-position: -320px -229px;
	border: none;
}

ul li#navigation4 a {
	width: 187px;
	background-position: -500px 0;
	border: none;
}

ul li#navigation4 a:hover {
	background-position: -500px -229px;
	border: none;
}

a:active, a:focus { 
	outline-style: none; 
}

/*
.current1{
	width: 187px;
	background-position: 0 -187px;
}
.current2 { /* current2 must come after navigation2 
	width: 135px;
	background-position: -187px -187px;
}
.current3 ul li a{
	width: 180px;
	background-position: -322px -187px;
}

.current4 ul li a{
	width: 139px;
	background-position: -502px -187px;
}

/***** END OF NAVIGATION *****/

/* IDS */

#container {
	margin: -16px auto 0 auto;
	padding:0;
	width: 1060px;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}

#container2 {
	margin: -8px auto 0 auto;
	padding:0;
	width: 1060px;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}

#left {
	float:left;
	width: 371px;
	margin: 0;
	padding: 0;
}

#right {
	width: auto;
	margin-left: 331px;
	padding: 0;
}

#introcopy{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #f2e1c3;
	padding: 0 1em 0 6em;
}

#mail {
	margin: 4em 0 0 8em;
}

#description {
	margin-left: 390px;
}

#thumbbox {
	background-image: url(../images/thumbbox.png);
	background-repeat: no-repeat;
	width: 635px;
	height: 800px;
	position: absolute;
	top: 240px;
	left: 380px;
}

#thumbcontainer {
	width: 600px;
	position:absolute;
	top: 110px;
	left: 70px;
}

#footer {
	clear: both;
	padding: 10em 0 0 0;
	width: 1056px;
	margin: 0 auto 0 auto;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #f2e1c3;
}

#disclaimer {
	width: auto;
	height: auto;
	clear: both;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #f2e1c3;
	text-align: center;
	padding: 100px 0 0 0;
}

/* CLASSES */
.lightbox img {
	margin-right: 10px;
	text-align: center;
}

img.lightbox a:hover {
	border: #FFFFFF;
}

.hello {
	padding: 3em 0 0 0;
	margin: 0 0 0 -7px;
}

.copylinks {
	color: #C07429;
	text-decoration: none;
}

.boxheader {
	padding: 4em;
}


.copy {
	width: 500px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	color: #f2e1c3;
	white-space: normal;
}

.boldcopy{
	color: #e8b079;
}

.contact {
	width: 500px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f2e1c3;
}

.subheader {
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	color: #e8b079;
}

.copy a {
	color: #c07429;
	text-decoration: none;
}
