@charset "UTF-8";
/* CSS Document */
/*----------BODY STYLE COLOR SCHEMES AND OTHER INFO

Dark Brown: #341d07
Light Brown:  #c8ae95
Blue Offset: #b7d5f9

----------*/

/*----------NAVIGATION DDM STYLE----------*/
ul.topnav {  
	list-style: none;  
	padding: 0 10px;  
	margin: 0;  
	float: left;  
	width: 890px;  
	font-size: small;
	font-variant: small-caps;
}  
ul.topnav li {  
	float: left;  
	margin: 0;
	padding: 0 10 0 10;  
	position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
	padding: 10px 10px;   
	color: #341d07;
	display: block;  
	text-decoration: none;  
	float: left;  
}  
 ul.topnav li a:hover{  
	background: url(../graphics/topnav_hover.gif) no-repeat center -12px;  
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
	width: 15px;  
	height: 35px;  
	float: left;  
	background: url(../graphics/subnav_btn.gif) no-repeat center;  
}  
ul.topnav li span.subhover {
	cursor: pointer;
} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
	list-style: none;  
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
	left: 0;
	top: 35px;  
	background: #c8ae95;  
	margin: 0; padding: 0;  
	display: none;  
	float: left;  
	width: 170px;  
	border: 1px solid #111;
	text-align: left;
}  
ul.topnav li ul.subnav li{  
	margin: 0; padding: 0;  
	border-top: 1px solid #252525; /*--Create bevel effect--*/  
	border-bottom: 1px solid #444; /*--Create bevel effect--*/  
	clear: both;  
	width: 170px;  
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}  
html ul.topnav li ul.subnav li a {  
	float: left;   
	background-color: #c8ae95;
	padding-left: 10px;
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
	background-color: #ab9076;
	width: 150px;
	background-image: none;
}  
#nav {
	float: left;
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 890px;
	height: 40px;
}
/*----------BODY STYLES----------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #c8ae95;
}
body {
	background: #341d07 repeat-x url(../graphics/body_bg.gif);
	margin: 0;
}
a:focus {
	outline:none
}
a:link {
	color: #c8ae95;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c8ae95;
}
a:hover {
	text-decoration: underline;
	color: #b7d5f9;
}
a:active {
	text-decoration: none;
	color: #341d07;
}

/*----------CONTENT PAGE LAYOUT----------*/
#container {
	width:890px;
	float:left;
	right: auto;
	left:50%;
	background: top repeat-x url(../graphics/header.gif);
	position: relative;
	margin-left: -445px;
	text-align:right;
	margin-top: 0px;
}
.splash a:link {
	text-decoration: none;
	
}
.splash a:visited {
	text-decoration: none;
}
.splash a:hover {
	text-decoration: none;
}
.splash a:active {
	text-decoration: none;
}

#guide {
	width: 890 px;
	background: top right no-repeat url(../graphics/border-paisley.gif);
	height: 200px;
	margin-top:0px;
	padding-bottom: 25px;
}
#header {
	width: 890px;
	background: no-repeat top center url(../graphics/header.gif);
	height: 185px;
	width: 877px;
	padding: 0px;
	}
/*----------TEMPORARY GALLERY----------*/
.clear {
	clear: both;
}
#temp-gallery {
	width: 890 px;
	height: 556 px; 
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

