@charset "UTF-8";
/* CSS Document */

.clearfix {
  clear: both;
  display:block;
}

html, body{
  height: 100%;
}

body {
 background: #1e1e1e;
}

img/*, dd img */{
	width: 100%;
	height: auto;
}

hr { 
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #505050;
    margin: 2.5em 0; 
	padding: 0; 
	background-color:#505050;
}


/* @Global Links
===================================== */
a, a:link, a:visited {
  color: #ef7318;
  text-decoration: none;
}

a:hover, a:active {
  color: #a7a8aa;
  text-decoration: underline;
}


/* @Alerts
===================================== */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  
  color: #878787;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);

  background-color: #e6e6e6;
  
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* @Alert: Yellow
===================================== */
.alert.yellow {
  color: #daa420;
  background-color: #ffefc8;
  border: 1px solid #fecb4e;
}

/* @Alert: Red
===================================== */
.alert.red {
  color: #93283c;
  background-color: #e4aab5;
  border: 1px solid #93283c;
}

/* @Alert: Blue
===================================== */
.alert.blue {
  color: #0085ad;
  background-color: #addef6;
  border: 1px solid #0085ad;
}

/* @end Alerts
===================================== */


/* @Tooltip
===================================== */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .95;
  filter: alpha(opacity=95);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  
  color: #0085ad;
  font-size:12px;
  text-align: center;
  text-decoration: none;
  
  background-color: #addef6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #addef6;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #addef6;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #addef6;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #addef6;
}

/* @end Tooltip
===================================== */



/* @Popover
===================================== */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

/* @end Popover
===================================== */


/* @Form Elements
===================================== */

form {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}


label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  line-height: 20px;
 }

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px #505050 solid;
  
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(20, 141, 148, 0.8);
  outline: 0;
  outline: thin dotted \9;
  
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  	width: 220px;
  	background-color: #ffffff;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2MzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #ffffff 0%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-8 */
	
	border-color: #c3c3c3 #c3c3c3 #ffffff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #c3c3c3;
	border-bottom-color: #c3c3c3;

}


select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #146594;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

/* @Form Elements
===================================== */


/* @Tables
===================================== */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}


.table tr:hover th,
.table tr:hover td,
.table-striped tr:nth-child(odd):hover td{
  background-color: #ceefff;
  color:#5a5a5a;
}

.table th.tableNumbers,
.table td.tableNumbers {
  text-align: right;
}

.table thead th {
  vertical-align: bottom;
  font-weight:700;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #e6e6e6;
  border-collapse: separate;
  *border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
  /*border-left: 1px solid #c3c3c3;*/
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #e6e6e6;
}

table [class*=column],
.row table [class*=column] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table tbody tr td.footer{
  background-color:#393939;
  color:#fff;
  font-weight:400;
}

/* @end Tables
===================================== */



/* @Primary Navigation
===================================== */
#navWrapper{
  float:right;
}

.navBorder{
  		height:2px;
		border-top: 1px #505050 solid;
  		clear:both;
		display:block;
		width:100%;
	}

#navPrimary {
  height: 36px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8c8c8c;
  text-transform:uppercase;
  clear:both;
}

#navPrimary li {
  float: left;
  margin: 0;
  padding: 0 18px;
  list-style: none;
}

#navPrimary li.last {
  padding-right: 0px;
}

#navPrimary a {
  display: block;
  font-size:.99em;

  color: #8c8c8c;
  text-decoration: none;
}

/*#navPrimary li a:hover, 
#navPrimary li.current a, 
#navPrimary li:hover, 
#navPrimary li:hover a,
#navPrimary li.sfhover a:hover,
#navPrimary li.sfhover*/ 
#navPrimary a:hover, #navPrimary li.current a{
  color: #fff;
  border-bottom: 2px solid #ef7318;
}

 #navPrimary li li:hover a:hover {
  color: #fff;
  
}

#navPrimary li li a:hover {
  color: #fff;
    text-decoration: underline;
  }

/* @end Primary Navigation
===================================== */


/* @group Nav - Secondary
===================================== */

.navSecondary {
  margin: 0 0 4em;
  padding: 0;
  list-style: none;
  height: auto;
  text-transform: uppercase;
}

.navSecondary li {
  /*margin: 0 0 1.4em;*/
  margin-bottom: 1em;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #505050;
  line-height: 1.2;
}

.navSecondary .first {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px dotted #505050;
  line-height: 1.2;
}


.navSecondary li ul {
  margin: .5em 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.navSecondary li a {
  color: #8c8c8c;
  display: block;
  font-size:1em;
  padding-left: 25px;
}

  
.navSecondary li a:hover, .navSecondary li.current a {
  color:#ef7318;
  text-decoration:none;
  background: url(../images/assets/nav_arrow.png) no-repeat;
}



/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul{
}

.navSecondary li li {
  padding-left:20px;
/*  margin: 0 0 .5em 1em;
  padding: 0;
  border-bottom: none;
  list-style: none;
  line-height: 1.2em;*/
}

.navSecondary li li.last {
  border-bottom: none;
  margin-bottom:0;
  padding-bottom:0;
}
.navSecondary li.current li a {
  color: #73d2f8;
  background-image:none;
}

.navSecondary li.current li.current a:hover{
  background-image:none;
}

.navSecondary li.current li a:hover {
  color:#ef7318;
  text-decoration:none;
  background: url(../img/nav_arrow.png) no-repeat;
}

.navSecondary li.current li.current a {
  color:#ef7318;
  text-decoration:none;
  background: url(../img/nav_arrow.png) no-repeat;
}
  

/* @end Nav - Secondary - Sec;ond Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */



/* @Cookie Trail
===================================== */
 ul.cookieTrail {
	float: left;
	list-style:none;
	margin: 0 0 10px 0;
	clear:both;
	width:100%;
}

ul.cookieTrail li {
	display: inline;
}

ul.cookieTrail li a {
	color: #a7a8aa;
	text-decoration:none;
}

ul.cookieTrail li a:hover, 
ul.cookieTrail li.current a {
	color:#0085ad;
	text-decoration:none;
}

.cookieArrow{
	margin-left:7px;
	margin-right:7px;
}

/* @end Tertiary In Page Navigation
===================================== */


/* @Footer
===================================== */

#footerWrapper {
  /*position:absolute;
  bottom:0;*/
  min-height:30px;/*Height of the footer */
  background:#ef7318;
  color: #ffffff;
  /*margin-top:60px;*/
}

#footerWrapper a, #footerWrapper a:visited{
  color: #ffffff;
  text-decoration:none;
}

#footerWrapper a:hover{
  color: #000000;
  text-decoration:underline;
}

#footerWrapper ul{
  margin:0;
  padding:10px 0;
}


#footerWrapper li {
  border-right: solid #ffffff 1px;
  line-height:1em;
  float: left;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

#footerWrapper li.first {
  padding-left: 0;
}

#footerWrapper li.last {
  padding-right: 0;
}

#footerWrapper li.last {
  border-right: none;
}
/* @group Globals - Forms - Search
===================================== */

#searchPanel {
  margin-top: 25px;
  /*margin-bottom: 10px;
  
  float: right;
  width:200px;
  margin-right: 20px;*/
}

#searchPanel form{
	float: right;
}

.searchField {
  background:transparent;
  background-image:url(../img/search_bg.png);
  background-repeat:no-repeat;
  background-position:right;
  border: 1px #505050  solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;

  color: #959595;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 5px;

  width:200px;
  line-height: 18px;
}


/* @end Globals - Forms - Search
-------------------------------- */

/* @end Footer
===================================== */

/* @Header
===================================== */

.logo{
	background:url(../img/logo.png) no-repeat;
	margin-top:30px;
	cursor:pointer;
	background-size: 310px 44px;
	width: 310px;
  	height:44px;
}

.featuredNav{
  margin-bottom: 10px;
  cursor:pointer;
  display:block;
}

.featuredNav:last-child{
	 margin-bottom: 0;
}

.followUs{
	display:block;
	border-bottom: dotted #505050 1px;
	border-top: dotted #505050 1px;
	padding: 10px 0 5px 0;
	margin-top:8px;
	/*padding-left: 25px;*/
}

.followUs .column6 h6{
	padding-left:15px;
}

/* @group Slideshow
===================================== */

.svSlides dl {
  border: 0;
  margin: 0;
  }
  
.svSlides dl.hasImage { /* padding-left & min-height set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
  position: relative;
  }
  
.home .svSlideshow, .svSlideshow  {
  position: relative;
  z-index: 10;
  width: 100%;
  height:320px;
  overflow: hidden;
  float:left;
  border: 0;
  }
  
  .svSlideshow{
	  margin-bottom:30px;
  }
 

.home .svSlides, .svSlides {
  position: relative;
  border: 0;
  z-index: 1;
  padding: 0;
  margin: 0 !important;
  /* min-height set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
  }

.home .svSlides dl, .svSlides dl {
  /* Height set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
  /*position is set by jquery.slidshow plugin */
  width: auto !important;
  padding-bottom: 0;
  margin-right: 0;
  border: 0;
  font-size: 1em;
  background: transparent !important; /*for IE 6/7*/
  }

.home .svSlides dt, .svSlides dt {
  margin-bottom: .35em !important;
  font-size: 2.6em !important;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  }

.home .svSlides dt.releaseDate, .svSlides dt.releaseDate  {
  color: #abdffa;
  font-size: 11px !important;
  font-weight: normal;
  margin-bottom: .5em !important;
  }

.home .svSlides dt a, .svSlides dt a {
  color: #fff;
  }

.home .svSlides dd, .svSlides dd  {
  margin-bottom: 1.1em;
  letter-spacing: -0.025em;
  font-size: .88em !important;
  line-height: 1.2em;
  padding: 0;
  }

.home .svSlides a.sliderBtn{
	float:right;
	position:absolute;
	z-index:10;
	top:2%;
	right:1%;
	display:block;
	padding:5px 10px 5px 10px;
	color:#fff;
	font-size:.88em;
	
	background-color:#ef7318;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border-color: #d55f09;
}

.home .svSlides a.sliderBtn:hover{
	background-color:#a7a8aa;
	border-color: #8c8c8c;
	text-decoration:none;
}

.svSlides a.sliderBtn{
	display:none;
}

.home .svSlides dd.image, .svSlides dd.image { 
  /*position: absolute;
  top: 0;
  left: 0;*/
  display: block;
  float: none;
  padding: 0;
  /*width:700px;*/
}
 
.svSlides dd img {
	width: 735px;
	height:320px;
}
  
.home .svSlides dd.credits, .svSlides dd.credits {
  font-size: .88em !important;
  color: #fff;
  }
  
.home .svSlides dd.tags, .svSlides dd.tags {
  margin-left: 1em;
  font-size: .88em !important;
  }

.home .svSlides .readMore, .svSlides .readMore {
  position: absolute;
  bottom: 0px;
  }

.home .svSlides .readMore a, .svSlides .readMore a {
  font-size: .88em !important;
  font-weight: bold;
  color: #fff;
  height: 2.1em;
  line-height: 2.1em;
  border: none;
  padding: 0 1em;
  display: block;
  width: 60px;
  text-align: left;
  padding-right: 22px;
  margin-top: .75em;
  background: #ef7318 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  }

.svPager {
  text-align: center;
  line-height: 2;
  }


.home ol.svPager { /* width set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
	position: absolute;
	z-index: 200;
	text-align: center;
	padding: 0;
	list-style: none;
	top:96%;
	left:4%;
	margin-top:-20px;
	margin-left:-10px;
}

ol.svPager { /* width set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
	position: absolute;
	z-index: 200;
	text-align: center;
	padding: 0;
	list-style: none;
	top:96%;
	left:4%;
	margin-top:-20px;
	margin-left:-10px;
}

ol.svPager a {
  color: #fff;
  background: #1e1e1e;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }

ol.svPager li.activeLI a,
ol.svPager a:hover {
  background: #ef7318;
    text-decoration: none;
  }

/* @end Slideshow
-------------------------------- */

/* @group Nav - Breadcrumb
===================================== */
#crumbList, #crumbList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:0;
}
#crumbList li, #crumbList a {
  color:#8c8c8c;
  font-size: .85em;
}

#crumbList li a:hover {
  color:#ef7318;
  text-decoration: none;
}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @Banners
===================================== */
.subheaders{
	margin-bottom:5px;
}

#resourcesHeader{
  background: url(/default/assets/Image/headers/subheader_resources.jpg) no-repeat;
  height:250px;
  /*clear:both;
  margin-bottom:10px;*/
}

#contactHeader{
  background: url(/default/assets/Image/headers/subheader_contact.jpg) no-repeat;
  max-height:250px;
  /*clear:both;
  margin-bottom:10px;*/
}
/* @end Banners
-------------------------------- */

.btmBorder{
	border-bottom:1px solid #505050;
	padding:10px 0 30px 0;
}

.btmBorder:first-child{
	padding-top:0;
}


/*PEOPLE*/

/*for pop up page
.peopleWrapper{
	margin:0 auto;
	width:452px;
	display:block;
	padding-bottom:20px;
}
*/
#peopleContainer ul{
	list-style:none;
	margin:0;
	padding:0;
}

#peopleContainer li{
	list-style:none;
	margin:0;
	padding:0;
	
	width: 206px;
	height: 340px;
	overflow:hidden;
	background-color:#141414;
	margin-right:20px;
	margin-bottom:30px;
	float:left;
}

#peopleImage{
  width: 206px;
  height: 200px;
  overflow:hidden;
  clear:both;
}

p.content{
	padding-left:10px;
	padding-right:10px;
}

#peopleSummary{
  width: 180px;
  height: 120px;
  float:left;
  padding: 10px;
  color:#ffffff;
  overflow:hidden;
  clear:both;
}

#peopleSummary p{
	font-size:.99em;
}

#peopleSummary a{
	font-size:.88em;
	color:#8c8c8c;
}

#peopleSummary a:hover{
	color:#c7eaee;
}

.bwProfile {
	float:left;	
	clear:both;
	margin-bottom: 10px;
	margin-top:-20px;

}

#ideasResourcesContainerSmall,
#ideasResourcesContainer,
#ideasResourcesContainerLarge{
	height: 380px;
	overflow:hidden;
	background-color:#141414;
	cursor: pointer;
	margin-left: 2.127659574468085%;
	margin-bottom:20px;
}

#projectsSmallImage,
#projectsMediumImage,
#projectsLargeImage{
	display:block;
	height: 250px;
	overflow:hidden;
	clear:both;
}

#projectsSmallImage img,
#projectsMediumImage img,
#projectsLargeImage img{
	width: 365px !important;
	height: 250px;
}


#projectsSmallSummary,
#projectsMediumSummary,
#projectsLargeSummary{
  display:block;
  height: 150px;
  padding: 15px 10px 10px 10px;
  color:#8c8c8c;
  overflow:hidden;
  clear:both;
}

.svIndex dl {
	clear: none;
}

#ideasContainer{
	padding-bottom:20px;
	border-bottom:#505050 1px dotted;
	margin-bottom:20px;
	display:block;
}

/*for resources and projects*/
.sysProjects #ideasResourcesContainerSmall,
.sysProjects #ideasResourcesContainer,
.sysProjects #ideasResourcesContainerLarge,
.sysResources #ideasResourcesContainerSmall,
.sysResources #ideasResourcesContainer,
.sysResources #ideasResourcesContainerLarge{
	height: 330px;
}

.sysProjects #projectsSmallSummary,
.sysProjects #projectsMediumSummary,
.sysProjects #projectsLargeSummary,
.sysResources #projectsSmallSummary,
.sysResources #projectsMediumSummary,
.sysResources #projectsLargeSummary{
  height: 100px;
}

.sysNewsEvents .summary{
	width:auto;
	min-height:200px;
	cursor:pointer;
	display:block;
}