* {margin:0;padding:0;} 
#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding-top:10px;
	padding-left:130px
}
html>body #container {
	padding-left:0px;
}
#header {
	background:url('../images/bg_header.jpg') repeat-x top left;
	height:140px;
	position:relative;
	z-index:2;
}
#content {
	background:url('../images/bg_content.jpg') repeat-x top left;
}

.clear{
	clear:both;
}

/*-------------------------- STICKY FOOTER ---------------------------- */
#footer {
	height: 25px;
	clear:both;
	background:url('../images/bg_footer.jpg') no-repeat center top;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#6C755B;
} 
#footer a {
	color:#A2940C; line-height:35px;
}
#footer a:hover {
	color:#FFCC00;
}
	
/*-------------------------- CODA SLIDE ---------------------------- */
#slider {
    width: 865px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 425px;
    width: 865px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px 20px 20px 20px;
    height: 395px;
    width: 820px;
}

.scrollButtons {
    position: absolute;
    top: 125px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}

/*-------------------------- DROP DOWN MENU ---------------------------- */
ul.topnav {
	list-style: none;	
	margin: 0;
	float: left;
	width: 920px;
	font:bold 12px Arial, Helvetica, sans-serif;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0;
	position: relative; /*--Declare X and Y axis base--*/
	background:none;
	text-align:left;
}
ul.topnav li a{
	padding: 10px 45px;
	color: #C9B10A;
	display: block;
	text-transform:uppercase;
	float: left;
}
ul.topnav li a:hover{
	color:#FFF;
}
/*ul.topnav li a strong{
	background:url('../images/dash.gif') repeat-x bottom;
}*/
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('../images/subnav_btn.gif') no-repeat left top;
	padding-right: 25px;
}
ul.topnav li span.subhover {background-position: left bottom; 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: 32px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
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;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url('../images/dropdown_linkbg.gif') no-repeat 10px center;
	padding-left: 20px;
	padding-right: 6px;
	font-weight:normal;
	color:#FFF;
	text-transform:none;
	text-decoration:none;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url('../images/dropdown_linkbg.gif') no-repeat 10px center; 
}
