/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 540px;	width: 800px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 2px; left: 0;
}
.image_reel img {float: right;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -20px;
	right: 0px;
	width: 140px;
	height:35px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 10px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
}
.paging a.active {
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}





body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D7CEB3;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(images/bkg.gif);
}

a:link {
	color: #9D1515;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

.divspacer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottom {
	background-image: url(/images/bkgbtm.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 100%;
}
.imagepadright {
	padding-right: 15px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #990000;
	padding: 10px 0px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #993300;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	color: #996600;
	letter-spacing: 2px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
}



ul#list-nav {
	list-style:none;
	font-size: 13px;
}

ul#list-nav li {
  display:inline
}

ul#list-nav li a {
	text-decoration:none;
	float:left;
	text-align:center;
	background-color: #372500;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #333333;
	color: #D7CEB3;
}

ul#list-nav li a:hover {
	background-color: #990000;
} 


ul#list-navB {
	list-style:none;
	font-size: 12px;
}

ul#list-navB li {
	display:inline;
}

ul#list-navB li a {
	text-decoration:none;
	text-align:center;
	background-color: #372500;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #333333;
	color: #D7CEB3;
}

ul#list-navB li a:hover {
	background-color: #990000;
}




.wrapper {
	width: 100%;
}
.container  {
	width: 900px;
	text-align: left;
	overflow: auto;
	background-color: #000000;
}
.contentcontainer {
	width: 800px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.highlighttext {
	color: #FFCC66;
}

.highlighttext2 {
	color: #FFCC66;
	font-size: 18px;
	font-weight: bold;
}

.boxA {
	background-color: #2B1500;
	width: 620px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}

#imagepeek {
    }
    
#imagepeek a span {
    display: none;
    color: #fff;
    text-decoration: none;
    z-index:10;
}
#imagepeek a:hover span {
    display: inline;
    position: absolute;
    width: 430px;
    height: 350px;
    color: #fff;
    background-color: #000;
    padding: 5px;
    text-decoration: none;
    z-index:1000;
}
#imagepeek img{
    border: 0;
}
