/* NAVIGATION SIDE */
#sideNavContainer {
	width:174px;
	height:288px;
	padding-right:0px;
	padding-top:7px;
	float:left;
	padding-bottom: 10px;
	_padding-bottom:5px;
	background-image: url(../../images/navigation/nav_bkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sideNavInner {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner1 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner2 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner3 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner4 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner5 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner6 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner7 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInner8 {
	width:131px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a5c5e;
}

#sideNavInnerBottom {
	width:149px;
	height:22px;
	margin-bottom:6px;
	padding-left:25px;
	padding-bottom: 4px;
}

.sideNav {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.sideNav a:link, .sideNav a:visited, .sideNav a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.sideNav a:hover{
	color: #97bb45;
	text-decoration: none;
}
.sideNav a:focus {
    outline: 1px dotted #5a5c5e;
}


/* NAVIGATION TOP - ACCORDIAN */
.preload1 {background: url(blank_over_n.gif);}

#nav {
	list-style:none;
	font:Arial;
	font-weight: bold;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav li.top {
	float:left;
	width: 130px;
	padding-top: 5px;
}

#nav li a.top_link {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	font: Arial;
	background-image: url(../../images/navigation/tab-left_n.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin-top: 10px;
	padding-top: 3px;
	height: 20px;
}

#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 5px 0 5px;
	height:25px;
	background:url(blank.gif) right top;
}

#nav li a.top_link span.down {
	float:left;
	height:23px;
	margin: 0;
	padding-left: 16px;
	padding-top: 0px;
}

#nav li a.top_link:hover {
	color:#fff;
	background-image: url(../../images/navigation/tab-left-active_n.gif);
	background-repeat: no-repeat;
}

#nav li a.top_link:hover span {
	background-image: url(../../images/navigation/tab-left-active_n.gif);
	background-repeat: no-repeat;
}

#nav li a.top_link:hover span.down {
	background:url(blank_overa.gif) no-repeat right top;
}

#nav li:hover > a.top_link {
	color:#fff;
	background-image: url(../../images/navigation/tab-left-active_n.gif);
	background-repeat: no-repeat;
}

#nav li:hover > a.top_link span {
	background-image: url(../../images/navigation/tab-left-active_n.gif);
	background-repeat: no-repeat;
}

#nav li:hover > a.top_link span.down {
	background:url(blank_overa.gif) no-repeat right top;
}

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:200;
}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	list-style:none;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#nav li:hover ul.sub {
	left:0;
	top:31px;
	white-space:nowrap;
	width:118px;
	height:auto;
	z-index:300;
	background-color: #16181a;
	margin-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-color: #474E54;
	border-width: 1px;
	border-style: solid;
}

#nav li:hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:90px; 
	font-weight:normal;
}

#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:90px;
	line-height:20px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-weight: bold;
}

#nav li ul.sub li a.fly {
	background:#fff url(arrow.gif) 80px 7px no-repeat;
}

#nav li:hover ul.sub li a:hover {
	color:#97bb45;
}

#nav li:hover ul.sub li a.fly:hover {
	background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; 
	color:#fff;
}

#nav li:hover ul li:hover > a.fly {
	background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; 
	color:#fff;
} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:90px; 
	top:-4px; 
	background: #fff; 
	padding:3px; 
	border:1px solid #3a93d2; 
	white-space:nowrap; 
	width:90px; 
	z-index:400; 
	height:auto;
}


/* NAVIGATION TOP - ACCORDIAN */
#accordion {
	width: 445px;
	height: auto;
	font-family: Arial;
	font-size: 11px;
	margin-right:50px;
	margin-left:110px;
	float:left;
	padding-top: 100px;
	margin-top: 0px;
}

h3 {
	font-size: 12px;
	padding: 6px 6px 4px 35px;
	margin: 0;
	color:#fff;
	cursor:pointer;
	display:block;
	background-image:url(../../images/navigation/tab-left_n.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#visible {
	background-image:url(../../images/navigation/tab-left-active_n.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97bb45;
	background-repeat: no-repeat;
}
	
.panel_body {
	height:105px;
	background-color:#16181a;
	display:block;
	position:relative;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.panel_body a:link, .panel_body a:visited, .panel_body a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.panel_body a:hover{
	color: #58bac3;
	text-decoration: none;
}
.panel_body a:focus {
    outline: 1px dotted #5a5c5e;
}
.panel_bodyHow {
	height:105px;
	background-color:#16181a;
	display:block;
	position:relative;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.panel_bodyHow a:link, .panel_bodyHow a:visited, .panel_bodyHow a:active{
	text-decoration: none;
}
.panel_bodyHow a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.panel_bodyHow a:focus {
    outline: 1px dotted #5a5c5e;
}
.panel_body div {
	padding:3px 5px;
	padding-top:8px;
}
	
.panel{
	bottom:0px;
	margin:0px;
	padding:0px;
}
.wrapper{
		bottom:0px;
		position:absolute;
}
#accordianBg {
	width:1125px;
	height:145px;
	background-image: url(../../images/navigation/accordian_stbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

