@charset "utf-8";
/* CSS Document */

#mainContent
{
    position:relative;
    top:-25px;
}

#homepage_h1 
{
	background: none;
	display:block;
	margin: 0;
	padding: 0;
}

.home {
	margin:0px 0 20px;
	font: .96em/1.5em Arial, Helvetica, sans-serif;
}
.home .left-content {
	margin-right:20px;
	padding:0 !important;
}
.home h2.title {
	background: url("../images/homepage/bg-title-border-longer.png") no-repeat scroll center bottom transparent;
	color: #000000;
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-bottom: 40px !important;
}
.home .site-widget li img {
	float:left;
	clear:both;
	margin-right: 10px;
}

.home .site-widget li a { text-decoration:none;}
.home .site-widget li {
	background: url("../images/homepage/bg-site-widget.jpg") repeat-x scroll left bottom transparent;
	border-bottom: 1px solid #94D4E7;
	clear: both;
	display: inline-block;
	margin: 4px;
	padding: 20px 10px;
}
.home .home-intro p {
	font-size: 1.2em;
	line-height: 2.2em;
}
.side-box {
	border: 1px solid #ccc;
	background: #F4F4F4;
	margin-bottom: 30px;
}
.side-box h2 {
	margin:0;
	background-color:#ccc;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}
.side-box a:hover, 
.side-box a:focus,
.side-box a:active {
	text-decoration:underline;
}
.side-box ul li, .side-box p, .side-box span {
	padding:8px;
}
.side-box ul li {
	border-bottom: 1px dotted #ccc;
}
.no-border {
	border:none !important
}
.blue {
 background: #EEF8FB url(-webkit-gradient(%20linear,%20left%20bottom,%20left%20top,%20color-stop(0.21,%20rgb(222,242,252)), %20color-stop(0.96, %20rgb(255,255,255))%20));
	background-image: linear-gradient(bottom, rgb(222,242,252) 21%, rgb(255,255,255) 96%);
	background-image: -o-linear-gradient(bottom, rgb(222,242,252) 21%, rgb(255,255,255) 96%);
	background-image: -moz-linear-gradient(bottom, rgb(222,242,252) 21%, rgb(255,255,255) 96%);
	background-image: -webkit-linear-gradient(bottom, rgb(222,242,252) 21%, rgb(255,255,255) 96%);
	background-image: -ms-linear-gradient(bottom, rgb(222,242,252) 21%, rgb(255,255,255) 96%);
	border: 1px solid #9dcbd9;
	border-top: none;
}
.blue .inner {
	overflow: auto;
	background: url("../images/homepage/bg-sidebar-left.jpg") no-repeat scroll left top transparent;
	margin-left: -10px;
}
.blue .inner ul {
	margin: 10px 10px 10px 16px;
}

#featured .btn {
    width: 120px;
}
#featured .btn a {padding-left:10px;}
/*
.readmore {
	left: 50px;
	position: absolute;
	width: 110px;
}
*/
.blue h2 {
	background: #018eb9 url(../images/homepage/bg-sidebar-news.png) no-repeat right -5px;
	color: #FFF;
	padding: 8px 8px 8px 20px;
}
.orange {
    background-color: #F5E9B0;
    border: 1px solid #F0D7B5;
    clear: both;
    padding: 10px;
}
.orange .inner {
	background: #fff url(../images/homepage/bg-oragne.jpg) repeat-x scroll left bottom;
	padding:10px;
}
.orange .inner h2 {
	background:none;
	color: #422806;
	border-bottom: 1px solid #f0d7b5;
}

button.skip {
  background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c9cbf 0%), to(#546a9e 50%));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -ms-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -o-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  width: 150px; }
  button.skip:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7f8dad 0%), to(#4a5e8c 50%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    cursor: pointer; }
  button.skip:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -ms-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -o-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }

/* thoughtbot (inspired by thoughtbot.com)
*******************************************************************************/
.carousel-buttons li a {
  background: #BAEBFD url(../images/homepage/slideshow/nav_inactive.png) repeat-x left center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #343534;
  font: 1.5em/45px Georgia, serif;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(200, 200, 200, 0.8);
  width: 100%;
  height: 45px;
  display: block;
  text-decoration: none;
  }
  
  .carousel-buttons li a:hover, 
  .carousel-buttons li a:focus,
  .carousel-buttons li a:active, 
  .carousel-buttons li a.selected {
	background: #0385b0 url(../images/homepage/slideshow/nav_active.png) repeat-x left center;
	color: #FFF;
    cursor: pointer; 
	text-shadow: none;
}

.sidebar a:hover, 
.sidebar a:focus,
.sidebar a:active
{
	color: #C00000;
}
.sidebar a {
	text-decoration: none !important;
}
#bucket
{
	height: 40px;
	position:relative;
}
#bucket-background,
#bucket-foreground 
{
	height:40px;
	margin: 0 auto;
	position:absolute;
	left:0;
	width:100%;
}

#bucket-background 
{
	background:url(../images/homepage/social-media/bucket-back.png) no-repeat bottom center scroll;
	top:0;
	z-index:0;
}

#bucket-foreground
{
	background:url(../images/homepage/social-media/bucket-front.png) no-repeat bottom center scroll;
	height:11px;
	top:29px;
	z-index:2;
}


/* Staging */

.nav2 {
	margin-bottom: -10px;
	position: absolute !important;
	top: 250px !important;
}

.staging { margin-bottom:30px;}
#featured {
	width: 650px;
	position:relative;
	height: 360px;
}

#featureArrow {
    background: url("../images/homepage/slideshow/triangle.gif") no-repeat scroll center top transparent;
    display: block;
    height: 12px;
    margin-top: -12px;
    position: relative;
    width: 100%;
    z-index: 1;
}
#featured ul.ui-tabs-nav {
    left: 0;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 0;
    width: 650px;
}
#featured ul.ui-tabs-nav li {
    float: left;
    margin: 5px 2px;
    text-align: center;
    width: 212.66px;
list-style: none outside none;
}
#featured li.ui-tabs-selected {
	background: url(../images/homepage/slideshow/btn-slide-selected.png) no-repeat top !important;
	color: #fff!important;
	margin-top:-15px !important;
}
#featured li.ui-tabs-selected a {
	line-height: 100px !important;
}
#featured ul.ui-tabs-nav a.rowSingle {
	line-height: 1.2 !important;
}
#featured li.ui-tabs-selected a.rowSingle {
	padding: 30px 0 !important;
}
#featured ul.ui-tabs-nav li.margin {
	margin-right:6px;
}
#featured li.ui-tabs-nav-item a, #featured li.ui-tabs-nav-item a:visited {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
	line-height:70px;
}

#featured li.ui-tabs-nav-item a:hover,
#featured li.ui-tabs-nav-item a:focus
#featured li.ui-tabs-nav-item a:active {
	text-decoration: none!important;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-selected a:visited {
	color: #fff!important;
}
#featured .ui-tabs-panel {
    height: 285px;
    margin: 0 0 0 6px;
    width: 650px;
}
featured .ui-tabs-panel .info {
    color: #000000 !important;
    padding-left: 15px;
    padding-top: 20px;
    width: 280px;
}

.cleared { float:left; }

#featured .triangle-l 
{
    background: url(/resources/cms/images/featuresRibbonDark.png) no-repeat top left;
    height: 7px;
    position:absolute;
    width: 7px;
    z-index: 2;
    *margin-left:12px;
    *margin-top:-2px;
}


#featured .featureInfo {
    float: left;
    margin-left: -6px !important;
}

#featured .featureInfo .title-bg {
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	background: #000;
	opacity:0.156546;
	filter: alpha(opacity = 10);
	height:58px;
}

#featured .info {
    clear: both;
    float: left;
    padding: 30px;
    width: 40%;
}

#featured h2 span 
{
    color: #054E65;
    display: block;
    float: left;
    padding: 10px 0 10px 10px;
}
#featured h2 span.gradient 
{	
	padding-left:0;
/*	background-image: linear-gradient(left , rgb(184,184,184) 6%, rgb(230,230,230) 53%, rgb(255,255,255) 77%);
	background-image: -o-linear-gradient(left , rgb(184,184,184) 6%, rgb(230,230,230) 53%, rgb(255,255,255) 77%);
	background-image: -moz-linear-gradient(left , rgb(184,184,184) 6%, rgb(230,230,230) 53%, rgb(255,255,255) 77%);
	background-image: -webkit-linear-gradient(left , rgb(184,184,184) 6%, rgb(230,230,230) 53%, rgb(255,255,255) 77%);
	background-image: -ms-linear-gradient(left , rgb(184,184,184) 6%, rgb(230,230,230) 53%, rgb(255,255,255) 77%);

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.06, rgb(184,184,184)),
		color-stop(0.53, rgb(230,230,230)),
		color-stop(0.77, rgb(255,255,255))
	);
*/
	background-color:#CCC;
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	opacity:0.5;
}

#featured h2 
{
	background: url(../images/homepage/slideshow/ribbonbanner.png) repeat-x -3px center;
	float: left;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin:0;
	position:relative;
	width: 656px;
	z-index:1;
	padding-bottom: 0;
}

#featured .info p {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    /* background: transparent url(../images/homepage/slideshow/white70.png) repeat; */
	padding: 8px;
	display: block;
}

#featured .ui-tabs-hide {
	display: none;
}

#tabsToggle {
	background: transparent url(/images/icon-pause.png) left 4px no-repeat;
	bottom: 1.5em;
	overflow: hidden;
	position: absolute;
	right: 1em;
	text-indent: -999em;
	width: 1em;
	z-index: 401;
}
#tabsToggle.paused {
	background-image: url(/images/icon-resume.png);
	background-position: left 3px;
}
.nav2 a {
	color:#000;
}
.photo1 {
	background: url(../images/homepage/slideshow/photo1.jpg) no-repeat right top;
}
.photo2 {
	background: url(../images/homepage/slideshow/photo2.jpg) no-repeat right top;
}
.photo3 {
	background: url(../images/homepage/slideshow/photo3.jpg) no-repeat right top;
}
#featured ul.number-tab {
	left: 50px;
	top: 225px;
}
#featured ul.number-tab li {
	float: left;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 4px;
	margin-top: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}
#featured ul.number-tab li.ui-tabs-selected {
	background: none !important;
	color: #fff!important;
	margin-top: none !important;
}
#featured ul.number-tab li a {
	background-color: #b1e7f7 !important;
	font-size: 0.8em;
	line-height: 0 !important;
	padding: 10px;
	width: auto;
}
#featured ul.number-tab li.ui-tabs-selected a {
	background-color: #0286ae !important;
}



/********** homepage ******************/


/* Staging */
#p_footer .global-site-links {
    margin-top: 80px;
     margin-left: 0;
}


.oe-badge { 
    border: 1px solid #94D4E7;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
    border-radius: 15px 15px 15px 15px;
    display: inline-block; *display: inline; *display:block; zoom:1; *float:left; *width:100%;
    margin: 10px 10px 4px;
    padding: 10px;
}

#hero-carousel{
	margin-left: -12px;
	margin-right: -12px;
	border-bottom: 15px solid #028EB9;
	margin-bottom: 40px;
}  
#homeRightSubContent { margin-top: 20px; } 

#home-bodytext{
	border-bottom: 1px solid #DDDCDC;
}

.home-arrow-down {
	width: 0;    
	height: 0;    
	border-left: 17px solid transparent;   
	border-right: 17px solid transparent;      
	border-top: 17px solid #028EB9;
	margin-left: 7%;
}

.btn-cmsNews {
	background: #037ba0;
	margin:10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.btn-cmsNews a {
    background:url("../images/homepage/bg-blue-arrow.png") no-repeat scroll right center transparent;
    color:#fff;
    display:block;
    font-weight:bold;
    margin-right:10px;
    padding:10px 30px 10px 10px;
    text-decoration:none
}

#carousel-wrapper{
	height: 300px;
}

#carousel-content1{
	background:url("../images/homepage/homepage_banner.jpg") no-repeat;
}


.carousel-styling{
	height: 100%;
	width:990px;
}

.carousel-btn{	
	background: rgb(125,126,125); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */


	opacity: .75;
	height: 60px;
	font-size: 1.5em;
	text-align: center;
	display: table;
	width: 330px;
	float: left;
}

#carousel-btn2{
	width: 328px;
	border-right-width: 1px;
	border-right-color: #FFF;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
	border-left-style: solid;
}


.carousel-btn-selected,
.carousel-btn:hover,
.carousel-btn:active,
.carousel-btn:focus{
		background: rgb(2,140,182); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiMwMjhjYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDQ2YjhhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(2,140,182,1) 12%, rgba(4,107,138,1) 100%, rgba(38,38,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,rgba(2,140,182,1)), color-stop(100%,rgba(4,107,138,1)), color-stop(100%,rgba(38,38,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(2,140,182,1) 12%,rgba(4,107,138,1) 100%,rgba(38,38,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(2,140,182,1) 12%,rgba(4,107,138,1) 100%,rgba(38,38,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(2,140,182,1) 12%,rgba(4,107,138,1) 100%,rgba(38,38,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(2,140,182,1) 12%,rgba(4,107,138,1) 100%,rgba(38,38,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028cb6', endColorstr='#262626',GradientType=0 ); /* IE6-8 */

	opacity: 1;
}

.carousel-btn a{
	opacity: 1;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 30px 0px 30px;
}

#home-carousel-btns{
	position: relative;
	top: 236px;
	text-align: right;
	word-wrap: break-word;
}

#home-spotlight h3{
	color: #FFF;
	background-image: none;
	background-color: #028EB9;
	padding: 5px 5px 5px 15px !important;
	font-size: 1.5em;
	margin: 0px;
}

#home-spotlight-data{
	border-color: #c9c9c9;
	border-width: 1px;
	border-style: solid;
	border-top: none;
}

#home-spotlight-data ul{
	list-style:none;
}

#home-spotlight-data li{
	background-color: #028EB9;
	padding: 10px;
	margin: 15px;
	border-radius: 3px;
}

#home-spotlight-data li a{
	color: #FFF;
}


#home-info{
	float: right;
	margin-left: 0px;
}