/* Derived from the CSS Accordion Slider generator at http://accordionslider.com/ */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);


.accordion.slider {

  	-webkit-box-shadow: 8px 12px 25px 5px rgba(0,0,0,0,.4), inset 0 px rgba(255,255,255,0.3);
	   -moz-box-shadow: 8px 12px 25px 5px rgba(0,0,0,0.4);
	        box-shadow: 8px 12px 25px 5px rgba(0,0,0,0.4);
    font-family: "Open Sans Semibold", Arial, Helvetica sans-serif;
    border-color: #505050;
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    margin: 5px;
 
    width: 960px; /* slider content width  don't forget to calculate the accordion content width when this changes*/
}

.accordion.slider > ul > li,
.slider .accordion-title,
.slider .accordion-content,
.slider .accordion-separator {
    float: none;
}

.accordion.slider > ul > li {
    background-color: #404040;
    margin-right: -0px;
    margin-bottom: -800px;/* slider content height  don't forget to calculate the accordion content height and padding when this changes*/
}

.slider .accordion-select:checked ~ .accordion-separator {
    margin-right: 0px;
    margin-bottom: 800px;/* slider content height  don't forget to calculate the accordion content height and padding when this changes*/
}

.slider .accordion-title,
.slider .accordion-select  {
    background-color: #0c5873;
    color: #ffffff;
    width: 960px; /* slider content width  don't forget to calculate the accordion content width when this changes*/
    height: 50px;
    font-size: 24px;
		margin-top: 2px;    
	margin-left: 2px;
	margin-right: 2px;
	 margin-bottom: 2px;
   
}

.slider .accordion-title span {
    margin-bottom: 20px; 
    margin-left: 25px;
}

.slider .accordion-select:hover ~ .accordion-title,

.slider .accordion-select:checked ~ .accordion-title {
    background-color: #169ed0;

}

.slider .accordion-title span  {	
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-bottom: 0px;
    line-height: 50px;
}

.slider .accordion-content {
    background-color:  #6b7a7b;
    color: #ffffff;
    height: 678px;/* 84.8% of the slider content height */
    width: 884px; /* 92.1% slider content width*/
    padding: 61px;/* 7.6% of the slider content height */
	
scrollbar-face-color: #cce6ff;
scrollbar-highlight-color:  #ffffff;
scrollbar-3dlight-color: #f2f2f2;
scrollbar-darkshadow-color: #f2f2f2;
scrollbar-shadow-color: #f2f2f2;
scrollbar-arrow-color:  #ffffff;
scrollbar-track-color:  #ffffff;

}

.slider .accordion-title,
.slider .accordion-select:checked ~ .accordion-content {
	margin-top: 2px;    
	margin-left: 2px;
	margin-right: 2px;
	 margin-bottom: 2px;
   
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;

}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 1;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}
a:link {
  color: #2fb8e9;
  text-decoration: none;
}


/* mouse over link */

a:hover {
  color: #00cc99;
}


/* selected link */

a:active {
  color: #00cc99;
}
}