/*
	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 */


.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: 0px 0
}
.coda-slider {
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	overflow: auto !important;
	padding-right: 20px
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 980px;
	height: 450px;
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 600px
}
.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;
}
/* Tab nav */
	.coda-nav ul li a.current {
	background-image: url("../../../../images/adsec-coda-nav-bg.jpg");
        background-repeat: repeat-x;
	color:#937149;
}

.coda-nav ul li.tab3 a.current {
    float: right;
}
/* Panel padding */
	.coda-slider .panel-wrapper {
	padding: 20px;
	height: 450px; font-size: 13px;
        line-height: 19px;
}

.coda-slider .panel-wrapper h1 { border-bottom: 0px solid #ffecce; font-size: 30px; margin-bottom: 0px; padding-bottom: 1   0px; }
.coda-slider .panel-wrapper ul {
    margin:0px 20px;
    padding: 0px 20px 0px 40px;
    border-right: 3px solid #ffecce;
    border-left: 3px solid #ffecce;
}

.coda-slider .panel-wrapper ul li {
    padding-bottom: 10px;
}

.coda-slider .panel-wrapper ul li strong {
    color: #174986;
    font-size: 15px;
}

.coda-slider .panel-wrapper span {
	font-weight: bold;
	font-size: 20px;
	word-spacing: -2px;
	line-height: 19px;
}

.coda-slider .panel-wrapper p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.coda-slider .panel-wrapper a.btn {
    background-color: #2961A1;
    padding: 5px 15px;
    margin: 0px 0px 10px;
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
}

.coda-slider .panel-wrapper a.btn:hover {
    background-color: #1c4777;
}

.coda-slider .panel-wrapper br { line-height: 10px;}
/* 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 {
	padding-top: 20px;

}
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	list-style-type: none;
}
.coda-nav ul li {
    float: left;
}
.coda-nav ul li a {
	color: #bbc4cf;
	display: block;
	padding: 9px 65px;
	
	text-decoration: none;
        text-transform: uppercase;
        font-family: 'RobotoBold', sans-serif;
        font-size: 23px;
        font-weight: normal;
}
/* Miscellaneous */
	.coda-slider-wrapper {
	overflow: auto;
	width: 980px;
	float: left;
	background-image: url("../../../../images/adsec-coda-bg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
        margin-bottom: 20px;
        background-color: #FFE7BB;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}
.coda-slider .panel {
	display: block;
	float: left;
	color:#3c3c3c;
	line-height: 20px;
}
.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
}

/* LOCATIONS CODA SLIDER */

.loc-coda .coda-nav {
    padding-top: 0px;
}

.loc-coda .coda-slider {
	
}

.loc-coda .coda-slider .panel-wrapper {
    height: 100%;
  
}
.loc-coda #coda-nav-1 {
    float: left;
    width: 270px;
}

.loc-coda #coda-nav-1 ul li a {
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    background-image: none; 
    text-transform: none;
    text-align: left;
    color: #2760a0;
    font-family: 'RobotoRegular',sans-serif;
      padding:  10px 83px 10px 20px;
}

.loc-coda .coda-nav ul li a.current {
    background-color: #edf6ff;
}

.loc-coda .coda-slider, .loc-coda .panel {
    width: 650px;
    height: 100%;

    background-color: #edf6ff;
}