/* Home Page section */

/* Keep this style name but you can change the style itself */
.mainHome .headerContainer {height:184px; background: url("/_layouts/unex/includes/images/bgHeroShadow.gif") repeat-x scroll 0 0 #F0B310;}


/* .middle { height: 184px; } */

.middle-sidebar {
    padding: 10px 0 11px 12%;
    /* height: 164px; */
}

.middle-sidebar ul li {
	font-weight: bold;
    white-space: nowrap;
}

.middle-sidebar ul li a {
    color: #fff;
    text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 153%;
	line-height: 1.6em;
    font-weight:bold;
    display: block;
}

.middle-sidebar ul li a:hover {
	color: #5A7EA8;
	text-decoration: none;
}

.middle-slides {
    float: right;
    width: 683px;
}

@media only screen and (max-width: 959px) {
    .middle-slides {
        float: none;
        width: auto;
    }
}

#slidercontainer {
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}

/*#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}*/

#example { /* width:683px; */ height:184px; position:relative; }

/*
	Slideshow style
*/

#slides {
    z-index: 100;
    border-left: 1px solid #F2F2F2
}


/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

#slides a,#slides a:link,#slides a:active,#slides a:visited,#slides a:hover { text-decoration: none; }

.slides_container { width:100%; height:184px; overflow:hidden; position:relative; }

/*
	Each slide Important: Set the width of your slides Offeset for the 20px of padding If height not specified height will be set by the slide content Set to display block
*/

#slides .slide { padding: 0px; /* width: 683px; */ height: 8184px; display: block; }

#slides .slide img { display: block; height: 184px; min-width: 100%; }

a.slideArrow {
    background: url("/SiteCollectionDocuments/Images/Home/slider/slideArrows.gif") no-repeat scroll 0 0 #333;
    color: #fff;
    font-family: Consolas, monospace;
    font-size: 2em;
    font-weight: bold;
    height: 39px;
    line-height: 1.35em;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    text-shadow: 0 0 3px #000;
    text-indent: -50px;
    top: 39%;
    width: 14px;
    text-decoration: none;
    text-align: center;
    z-index: 101;
}

a.prev {
    background-position: -24px center;
    left: 0;
}
a.next {
    background-position: 4px center;
    right: 0;
}

/*
	Pagination
*/

.pagination {
	width: 100px;
	margin: -20px auto;
	position: relative;
	left: 210px;
	position: relative;
	z-index: 110;
	display: none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position: 0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#slides .link {
	display:block; margin-top:10px; font-weight:800;
}

.slide-sidebar-wrapper {
	width: 215px;
	height: 184px;
	float: right;
	margin: 0px 40px 0px 0px ;
}

.slide-sidebar {
	width: 160px; background-color:#E6EFEF; float: right; margin: 0px; padding: 20px 15px 10px 20px; height: 154px;
}

.slide-sidebar h1 {
	font-size: 1.6em;
	color: #3E5788;
	font-weight: bold;
	line-height: 110%;
}

.slide-sidebar p {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000000;
}

.slide-sidebar a.button1 {
 width: 100px;	
}

.slide-sidebar-shadowLeft {
    background-image: url(/SiteCollectionDocuments/Images/Home/slider/Shadow-right.png);	
    width: 10px;
    float: right;
    height: 184px;
}

.slide-sidebar-shadowRight {
    background-image: url(/SiteCollectionDocuments/Images/Home/slider/Shadow-left.png);	
    width: 10px;
    float: right;
    height: 184px;
}

.slide-sidebar2 {
	width: 160px; float: right; margin: 0px; padding: 25px 15px 10px 20px; height: 154px;
}

.slide-sidebar2 h1 {
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
	line-height: 110%;
}

.slide-sidebar2 p {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFF;
}

.slide-sidebar2 .homepagebutton {
	color: #FFF;
}

.slide-sidebar2 .homepagebutton a {
	color: #FFF;
	font-size: 93%;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
	text-align:center;
	padding: 5px 20px;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	
	background: #5a7ea8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4b8cf 1%, #1e5799 100%, #5a7ea8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a4b8cf), color-stop(100%,#1e5799), color-stop(100%,#5a7ea8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a4b8cf 1%,#1e5799 100%,#5a7ea8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a4b8cf 1%,#1e5799 100%,#5a7ea8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a4b8cf 1%,#1e5799 100%,#5a7ea8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a4b8cf 1%,#1e5799 100%,#5a7ea8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b8cf', endColorstr='#5a7ea8',GradientType=0 ); /* IE6-9 */
}

.slide-sidebar2 .homepagebutton a:link {
	color: #FFF;
	font-weight: bold;
}

.slide-sidebar2 .homepagebutton a:active {
	color: #FFF;
	font-weight: bold;
}

.slide-sidebar2 .homepagebutton a:visited {
	color: #FFF;
	font-weight: bold;
}

.slide-sidebar2 .homepagebutton a:hover {
	color: #FFF;
	background: #F0B310;
	font-weight: bold;
}

.cal .calContent img { float: left; margin-right: 10px; margin-left: 10px; }

.cal .calEvents .calEvent img { width: 100px; }

.cal .calContent td.nextprev img { margin-left: 0px; }

.mainHome .newsHomeModule p {
    font-size: 100%;
}

.answer p { margin-bottom: 10px; }

.cal .calContent .title3 { margin-left: 10px; margin-bottom: 10px; }

.cal .calEvent .title3 { margin-bottom: 0px; }

.cal .calContent p { margin-left: 10px; }

.cal .calContent ul { margin-bottom: 10px; }

.cal .calContent ul li {
	margin-left: 10px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: disc;
}

.cal .calEvent .eventDtls, .cal .calEvent .eventDesc { margin-left: 10px; }

.cal .calEvents h2 { margin-left: 10px; }

.calContent #ctl00_Body_Calendar1_cldrEvents tbody tr .day p a, .calContent #ctl00_Body_Calendar1_cldrEvents tbody tr .otherMonth p a, .calContent #ctl00_Body_Calendar1_cldrEvents tbody tr .selected p a  { margin-left: -10px; }

.cal .calContent table.title3 { margin-left: 0px; }

.fos .fosDetails .fosBoxes, .fos .fosDetails .fosBoxes2 { padding: 0 10px 20px 20px; }

.bio .bioContent .text { margin-left: 10px; }

.bio h1, .bio h2 { padding-left: 10px; padding-top: 10px; }

.fos .fosDetails .fosLinksColumns { padding: 20px 0 50px 40px; height: auto !important; }