/* CSS Document */

/* Home featured
/* navigation */
#nav {
	background-image:url(images/nav_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:159px;	
	width:658px;
	float:left;
}

#nav ul {	
	width:570px;
	margin:0 auto;	
}

#nav li {	
	border-right:1px solid #D1A25C;
	float:left;
	padding-left:1px;
	width:175px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#ffcc00;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:12px;		
	height:125px;
	text-decoration:none;
}	

#nav a.current {
	background:url(images/down_large.jpg);	
}

#nav img {
	background-color:#ffcc55;
	border:1px solid #121936;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
	width:75px;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	width:656px;
	height:180px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-right:1px dotted #254C17;
	border-left:1px dotted #254C17;
	float:left;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:10px;
	left:20px;
	font-size:14px;
	color:#132D0F;	
	width:600px;
	text-align:left;
	overflow:hidden;
}

#panes img {
	float:left;
	margin-right:20px;
	border-left:6px solid #254C17;
	border-right:6px solid #254C17;
	border-top:2px solid #254C17;
	border-bottom:2px solid #254C17;
}

#panes p.more {
	color:#444444;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:18px;
	font-weight:normal;
	color:#ffcc00;
}
