@CHARSET "ISO-8859-1";

/* Slidorion Stylesheet */
.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 197px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	left: 0;
	background: #fff;
	padding: 0px;
	border: none;
}

.slider {
	width: 24.8%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
}

.accordion {
	width: 75.2%;
	height: 100%;
	background: #eee;
	position: relative;
	z-index:8;
	overflow: hidden;
	float: right;
}

.accordion .header {
	font-family:Arial, sans-serif;
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 39%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #ededed 39%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #ededed 39%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #ededed 39%,#dcdcdc 100%);
	background: linear-gradient(top, #ededed 39%,#dcdcdc 100%);
	border-top: 1px solid #ccc;
	max-height:18px;
	overflow:hidden;
}

.accordion .header:first-child {
	border-top: none;
}

.accordion .header:hover {
	background: #EDEDED;
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	background: #E3F1FF !important;
	border-top:solid 1px #777;
	border-bottom:solid 1px #777;
	color: #000;
}

.accordion .header.active:first-child {
	border-top: none;
}

.accordion .content {
	height:100%;
	max-height: 75px; 		/* 75px for 5 tabs, 100px for 4 tabs, 120px for three tabs*/
	font-weight: normal;
	font-size: 0.5rem;
	line-height: auto;
	margin: 0;
	padding: 3px;
	border: none;
	background: #fff;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #e6e6e6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #e6e6e6 0%,#ffffff 10%);
	background: linear-gradient(top, #e6e6e6 0%,#ffffff 10%);
	overflow:auto;
}

.accordion .content p {
	margin-bottom: 0;
}

.js_spotlight {border-radius: 10px; overflow:hidden;}

/** Media specific styles for the slider **/
@media only screen and (max-width: 890px)
{
	.slider {display:none;}
	.accordion {width: 100%;}
}

@media only screen and (max-width: 290px)
{
	.js_spotlight {border-radius: 0px; overflow:visible;}
}

#mischolder4 {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#mischolder4 li:hover {
    background: none repeat scroll 0 0 #f9f9f9;
}
#mischolder4 li {
	border-bottom: 1px dotted #d3d3d3;
    list-style-type: none;
    padding-top: 0;
    width: 100%;
}
#mischolder4 img {
    padding: 0 10px;
    position: relative;
    top: 10px;
}
#mischolder4 ul {
    list-style: outside none none;
    margin: 3px 0;
    padding-top: 0;
    width: 100%;
}
#mischolder4 a {
    color: #1e5b9a;
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: none;
}
#mischolder4 a:hover, #mischolder li:hover a {
    color: #900;
}

#mischolder3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#mischolder3 li:hover {
    background: none repeat scroll 0 0 #f9f9f9;
}
#mischolder3 li {
    border-bottom: 1px dotted #d3d3d3;
    list-style-type: none;
    padding-top: 0;
    width: 100%;
}
#mischolder3 img {
    float: left;
    padding: 0 10px 0 3px;
    position: relative;
    top: 1px;
}
#mischolder3 ul {
    list-style: none outside none;
    margin: 3px 0;
    padding-top: 0;
    width: 100%;
}
#mischolder3 a {
    color: #1e5b9a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
    text-decoration: none;
}
#mischolder3 a:hover, #mischolder li:hover a {
    color: #900;
}
#mischolder3 .centered {
    display: table-cell;
    height: 72px;
    vertical-align: middle;
}

.oneleft {height:100%;}
.featuredVideo {
	width:500px;
	margin:6px auto 0 auto;
}