﻿#navigationcontainer {
	width: 100%;
	height: 46px;
	padding-top:120px;
}
#navigation {
	margin: 0 auto;
	width: 947px;
	height: 46px;
	background: url(../images/nav_bg.png) no-repeat bottom center;
	z-index: 99;
	position: relative;
}
* html ul#nav {
	position: absolute;
}
/* First level stylings */
ul#nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	z-index: 9999;
}
ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#nav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: inherit;
	margin: 0;
	padding: 11px 33px 12px 32px;
	text-align: left;
	text-decoration: none;
	background: url(../images/bg_sprite.png) no-repeat -10px -358px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: solid 1px #49b343;
	border-right: solid 1px #3ea237;
}
#navigation ul li a.first_item {
	background: url(../images/bg_sprite.png) no-repeat -1px -358px;
	border-left: none;
}
#navigation ul li a.first_item:hover, #navigation ul li a.navon.first_item {
	background: url(../images/bg_sprite.png) no-repeat -1px -397px;
}
#navigation ul li a.last_item {
	background: url(../images/bg_sprite.png) -855px -358px;
	border-right: none;
}
#navigation ul li a.last_item:hover, #navigation ul li a.navon.last_item {
	background: url(../images/bg_sprite.png) no-repeat -855px -397px;
}
#navigation ul li a:hover {
	background: url(../images/bg_sprite.png) no-repeat -10px -397px;
	color: #ace994;
}
#navigation ul li a.navon {
	background: url(../images/bg_sprite.png) no-repeat -10px -397px;
}
ul#nav li .sub {
	position: absolute;
	top: 39px;
	left: 3px;
	background: #fffdfe url(../images/bg-mega.png) repeat-x 0 0;
;padding: 0px 5px 20px 5px;
	float: left;
	display: none;
	z-index: 9999;
	border: solid 3px #e5dcca;
	border-top: 0;
	-moz-box-shadow: 0px 1px 4px #333;
	-webkit-box-shadow: 0px 1px 4px #333;
	box-shadow: 0px 1px 4px #333;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}
/*
ul#nav li.other .sub {
	top: 39px; left: -320px;
    }
*/
ul#nav li .sub ul {
	list-style: none;
	margin: 15px 5px 0 0;
	padding: 0 5px 0 0;
	width: 150px;
	float: left;
	border-right: dotted 1px #e4dfd0;
}
ul#nav li .sub ul.last {
	border-right: 0px;
}
ul#nav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#nav .sub ul li a, ul#nav .sub ul li.navheadingNorm a {
	float: none;
	height: auto;
	background: 0;
	padding: 2px 0px 2px 15px;
	display: block;
	text-decoration: none;
	color: #565550;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	border: 0;
}
ul#nav .sub ul li.navheadingNorm a {
	margin-top: 5px;
}
ul#nav .sub ul li a:hover, ul#nav .sub ul li.navheadingNorm a:hover {
	color: #2ca127;
	font-weight: bold;
	text-decoration: underline;
}
ul#nav .sub ul li.navheading a {
	font-weight: bold;
	color: #199a1c;
	margin-top: 10px;
	text-transform: uppercase;
}
ul#nav .sub ul li.navheading a:hover {
}
ul#nav .sub ul li.navsubheading a {
	font-weight: bold;
	font-style: italic;
}



*{outline: none;}
img {border: 0;}
.container {
	width: 310px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {

}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 310px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; left: 70px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(../images/paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold; 
	background: #E9950E; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
}
.paging a:hover {font-weight: bold;}