/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	/*body { padding: 20px }*/
	.panel h2.title { margin-bottom: 10px;}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #bbbbbb; z-index:90; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 400px; overflow:auto !important; padding-right: 20px }

	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 684px; height:404px; }
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 680px; height:400px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { /*background: #000; color: #fff;*/ padding: 5px; width: 100px;
		background:none;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current, .coda-nav ul li a:hover { font-weight:bold;font-size:18px!important;border-width:3px 0px 3px 3px;border-color:#AAA;border-right:2px solid #FFFFFF;height:46px;width:260px!important;color:#5a5a5a;!important}

	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: inline-block; /*margin: auto;*/ overflow: visible; left:-23px; position:relative;list-style:none!important;top:-2px;}
	.coda-nav ul li { display: inline-block;margin-bottom:0px;width:250px!important;}
	.coda-nav ul li h2{font-size:16px!important;}	
	.coda-nav ul li a { /*background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none*/
		/*padding-left:5px; 
		padding-right:25px;
		padding-top:5px;
		padding-bottom:5px;*/		
			width:250px!important;
			height:50px;
			border-width: 1px 0px 1px 1px;
		border-style: solid;
		border-color: #CCCCCC;
		padding:5px 0px 5px 7px;
		display:inline-block;
		z-index:97;
		border-top-left-radius:8px;
		border-bottom-left-radius:8px;
		-moz-border-radius-topleft:8px;
		-webkit-border-top-left-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-webkit-border-bottom-left-radius:8px;
		box-shadow:-2px 2px 2px #DDDDDD;
		margin-bottom:-7px;
		text-decoration:none!important;
		/*margin-left:-25px*/
	}
	/*.coda-nav ul li.tab3 a, .coda-nav ul li.tab4 a{
		height:64px;
	}*/
	
	.coda-nav ul li span{
		float:left;
		margin-top:-33px;
		font-size:11px;
		line-height:normal;
		margin-left:5px;
		z-index:98;
		padding-left:5px;
		}
		
	/*.coda-nav ul li.tab3 span, .coda-nav ul li.tab4 span{
		margin-top:-47px;
	}*/
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/*#coda-nav-1 a {
	padding-left:5px; 
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	width:210px;
	background:url('/sharedcode/css/images/fadeBG.png') 0 0;
	background-repeat:repeat-x;
	display:inline-block;
	margin-left:-25px
}

#coda-nav-1 ul li a.current {
	font-weight:bold;
	/*background:url('/sharedcode/css/images/fade2BG.png') 0 0;
	background-repeat:repeat-x;
	

}*/

#coda-nav-1 p {
	margin-left:-20px;
}
/*
#coda-nav-left-1 a, #coda-nav-right-1 a {
	background:none;
}*/

.coda-nav a{color:#5a5a5a!important;}
.coda-nav a.current{color:#5a5a5a!important;}
.coda-nav a:hover{text-decoration:none;!important color:#5a5a5a!important;}

.indexcol{
	width:265px;
	float:left;
	padding-left:8px;
	
}

.indexcol_three{
	width:680px;
	float:left;
	padding:0px;
	border:2px solid #BBBBBB!important;
}

/*#quicklinks a{display:inline-block;width:19.8%;text-align:center; border-right:1px solid #CCC495!important;border-left:1px solid #F5EDC5!important;min-height:25px;vertical-align:middle;text-shadow: 1px 1px 1px #909090;margin-right:-4px;	background: #E5DCA7;
	background: -moz-linear-gradient(top,#F2E8B1 0%,#E5DCA7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F2E8B1),color-stop(100%,#E5DCA7));
	background: -webkit-linear-gradient(top,#F2E8B1 0%,#E5DCA7 100%);
	background: -o-linear-gradient(top,#F2E8B1 0%,#E5DCA7 100%);
	background: -ms-linear-gradient(top,#F2E8B1 0%,#E5DCA7 100%);
	background: linear-gradient(top,#F2E8B1 0%,#E5DCA7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2E8B1', EndColorStr='#E5DCA7');
	padding-top:5px;
	}	
	
	#quicklinks a:hover{
	background: #F2E8B1;
	background: -moz-linear-gradient(top,#F8F1D2 0%,#F2E8B1 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F8F1D2),color-stop(100%,#F2E8B1));
	background: -webkit-linear-gradient(top,#F8F1D2 0%,#F2E8B1 100%);
	background: -o-linear-gradient(top,#F8F1D2 0%,#F2E8B1 100%);
	background: -ms-linear-gradient(top,#F8F1D2 0%,#F2E8B1 100%);
	background: linear-gradient(top,#F8F1D2 0%,#F2E8B1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F1D2', EndColorStr='#F2E8B1');}
	
		#quicklinks a:first-child{border-left:none;
	border-top-left-radius:5px;border-bottom-left-radius:5px;}
	
	#quicklinks a:nth-child(5n+5){border-right:none;border-top-right-radius:5px;border-bottom-right-radius:5px;}*/
	
			#quicklinks a{display:inline-block;width:18.9%;text-align:center; border:1px solid #385F27!important;min-height:25px;vertical-align:middle;text-shadow: 1px 1px 1px #385F27;margin-right:5px;	background: #6FBF4D;
	background: -moz-linear-gradient(top,#6FBF4D 0%,#60A642 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6FBF4D),color-stop(100%,#60A642));
	background: -webkit-linear-gradient(top,#6FBF4D 0%,#60A642 100%);
	background: -o-linear-gradient(top,#6FBF4D 0%,#60A642 100%);
	background: -ms-linear-gradient(top,#6FBF4D 0%,#60A642 100%);
	background: linear-gradient(top,#6FBF4D 0%,#60A642 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6FBF4D', EndColorStr='#60A642');*/
	padding-top:6px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff!important;
	font-size:1.3em;
	}	
	
	#quicklinks a:hover{
	background: #F2EDDE;
	background: -moz-linear-gradient(top,#F2EDDE 0%,#D9D4C7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F2EDDE),color-stop(100%,#D9D4C7));
	background: -webkit-linear-gradient(top,#F2EDDE 0%,#D9D4C7 100%);
	background: -o-linear-gradient(top,#F2EDDE 0%,#D9D4C7 100%);
	background: -ms-linear-gradient(top,#F2EDDE 0%,#D9D4C7 100%);
	background: linear-gradient(top,#F2EDDE 0%,#D9D4C7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2EDDE', EndColorStr='#D9D4C7');*/
	color:#3a3a3a!important;
	text-shadow: 1px 1px 1px #FFFAEB;
	border:1px solid #B6AB92!important;
	}
	
	#quicklinks .links{float:left;width:25%;margin-top:2px;}
	
	#quicklinks a:hover{text-decoration:none;}