/* start sticky footer*/
* {
	margin: 0;
	padding:0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.content{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 130px;
}
/*.foot{
	height: 60px;
	background-image: url(images/layout/bottombg.jpg);
	width:100%;
	text-align: center;
	font-size: 12px;
	font-face: Arial;
	font-weight: normal;
	}*/

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	margin: 0px;
	background-color: black;
	color: #FFFFFF;
}
/* general stuff */
.justified
{text-align:justify;}

.toplogo{
	position: absolute;
 	left: 15px;
	top: 0px;
	width:305px;

}

.floatright { float: right; 
margin: 0;
padding-left: 15px;
}

.floatleft { float: left;
margin: 0;
padding-right: 15px;
 }
 
a:link {
	color: #B54A05;
	text-decoration: none;
}

a:visited {
	color: #AA4703;
	text-decoration: none;
}

a:hover {
	color: #B54A05;
	text-decoration: none;
}
	
.trap {
width:5px;
visibility:hidden;
}

.heading {
	color: #B54A05;
}
.small {
	font-size: small;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
#Layer1 {
	position:absolute;
	left:0;
	top:0;
	width:169px;
	height:52px;
	z-index:1;
}

img {
border-style:none
}

#flash

 {
	margin:0px;
	padding:0px;
 }
.yellowtext {
	color: #F7EDC6
}
.breadcrumbs {
	/*position:absolute;
	left:253px;
	top:89px;
	width:635px;
	height:25px;
	z-index:12;
	visibility: visible;*/
	text-align:center;
}
/*start slideshow stuff*/
#slideshowcontainer {
	margin-left:auto;
	margin-right:auto;
	}
#controls { 
	position:absolute;
	width:50px;
	height:17px;
	display: none;
	background-color: #333333;
	border: 1px solid #000000;
	padding: 6px;
	text-align:center;
	z-index: 1000;
	left:50%;
	margin-left: -50px;
	margin-top: 3px;
	overflow:hidden;
}
#controls a{ color:#FFFFFF; }
.play {
	position:relative;
	left: 0px;
	top: 0px;

}
.slideshow {
	margin: 20px auto;
	padding: 0;
	overflow: hidden;	
}
.slide img { 
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/*.slideshow img { 
	display: none;
}
.slideshow img.first {
	display: block;
}*/
/* end slideshow stuff, start nav stuff*/

.nav li {
	float: left;
	display:block;
	width: 100px;
	text-align: center;	
	background:url(images/top/tween.gif);
}


.nav li a{
	color: #d7bfad;
	padding: 67px 5px 3px 5px;
	display:block;
	background:url(images/top/bg.gif);
	margin-left: 1px;
	margin-right: 1px;
}

.nav li a:hover{
	background-image: url(images/top/over.gif);
}
.nav li a:visited{
	color: #d7bfad;
}
#current {
	background-image: url(images/top/current.gif);
}
.subnav{
	position:absolute;
	top:88px;
	height: 35px;
	left:400px;
	right: 0px;
	list-style: none;
	font-size:15px;
}
.subnav li {
	float: left;
	display:block;
	width: 100px;
	height:35px;
	text-align: center;
	background-image: url(images/top/sub_bg.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}


.subnav li a{
	color: #d7bfad;
	padding: 2px 5px 4px 5px;
	display:block;	
}

.subnav li a:hover{
	background-image: url(images/top/sub_over.gif);	
}
.currentsubpage{
	background-image: url(images/top/sub_on.gif);
}