@charset "UTF-8";

.guide{
position: absolute;
top: 0;
left: 50%;
background: rgba(0,0,0,0.1);
width: 940px;
margin-left: -470px;
  z-index: 999;
  height: 100%;
}

img.addPadBottom{
	margin-bottom: 10px;
	}

body {
  font-family: arial, helvetica, sans-serif;
  background: #ececec;
}

body.temp {
	background:#ffc627;
	}
body.temp .content{
	padding-top: 100px;
	background: none!important;
	}
.tempHolder{
	text-align: center;
	background: none!important;
	}

/*/////////SKIPS/////////////*/
.skipNav{
  position: absolute;
  top: -99999px;
  left: -999999px;
  font-size: 75%;
  background: #000;
  display: block;
  color: #fff;
  padding: 5px;
}

.navJump:focus{
  top: 5px;
  left: 22px;
}
.mainJump:focus{
  top: 150px;
  left: 22px;
}
.galJump:focus{
  top: 270px;
  left: 0px;
}
.servJump:focus{
  top: 0px;
  left: 0px;
}
.servJump:focus{
  top: 0px;
  left: 0px;
}
.projJump:focus{
  top: 0px;
  left: 480px;
}
.subFooter{
	position: relative;
}
.affiliations{
	display: block;
	overflow: hidden;
  background: #fff;
	}
/*/////////////////////////////*/

.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.clear {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
}





/* /////////// GMAP //////////// */
#map {
  display: block;
  width: 428px;
  height: 357px;
  font-family: arial, helvetica, sans-serif;
}

#maphtml {
  display: block;
  margin: 0!important;
  padding: 0!important;
}

.gmnoprint .gmnoprint {
  line-height: 0.9em;
}

#map form {
  clear: both;
  background: #e2d6c4;
  -moz-border-radius: 8px!important;
  -webkit-border-radius: 8px!important;
  border-radius: 8px!important;
}

#map label {
  margin: 0.2em 0!important;
  padding: 2px 2px 2px 0!important;
  font-size: 11px!important;
}

#map #address {
  width: 190px;
}

#map input {
  margin: 0.2em 0 0.5em 0!important;
}

/* ////////////////////////////// */



.outerContainer {
}

.container{
	position: relative;
	width: 940px;
	display: block;
	margin: 0 auto;
	overflow: visible;
	}



.topnav {
  position: relative;
  margin: 0 auto;
  padding: 0px 0;
  display: block;
  float: right;
  list-style: none;
  overflow: hidden;
  text-align: right;
}
.topnav li {
  display: block;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #666666;
  font-size: 70%;
  color: #666666;
}
.topnav li.noline {
	border: none;
	margin-right: 0;
	padding-right: 0;
	}
.topnav li a {
  padding: 0 2px;
  border-radius: 2px;
}
.topnav li a:link,
.topnav li a:visited {
  color: #666666;
  text-decoration: none;
}
.topnav li a:hover,
.topnav li a:active,
.topnav li a:focus {
  color: #666666;
  text-decoration: underline;
}
.topnav li mark a:link,
.topnav li mark a:visited,
.topnav li mark a:hover,
.topnav li mark a:active,
.topnav li mark a:focus {
  color: white;
  background: #666666;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.topnav li.noLine {
  padding-right: 0;
  border-right: none;
	}


.header {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  -webkit-width: calc(100%-20px);
  -moz-width: calc(100%-20px);
  -o-width: calc(100%-20px);
  -ms-width: calc(100%-20px);
  width: calc(100%-20px);
  height: 118px;
  display: block;
  background: #fec524; 
  overflow: visible;
  z-index: 10;
}

.header .container{
height: 118px;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header .byline {
  position: absolute;
	top: 40px;
	/* right: 0; */
	display: block;
	/* width: 800px; */
	text-align: right;
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 170%;
	color: #211651;
}

.header .byline .subline {
  line-height: 120%;
  font-size: 100%;
}

/*header*/


.navHolder .mainNav li mark a:link,
.navHolder .mainNav li mark a:visited,
.navHolder .mainNav li mark a:hover,
.navHolder .mainNav li mark a:active,
.navHolder .mainNav li mark a:focus {
  position: relative;
  padding-top: 9px;
  padding-bottom: 11px;
  top: 1px;
  color: white;
  background: url(../images/nav-grey-pointer.gif) center bottom no-repeat;
}

.home .navHolder .mainNav li mark a:link,
.home .navHolder .mainNav li mark a:visited,
.home .navHolder .mainNav li mark a:hover,
.home .navHolder .mainNav li mark a:active,
.home .navHolder .mainNav li mark a:focus {
  position: relative;
  padding-top: 8px;
  padding-bottom: 12px;
  top: 2px;
  color: white;
  background: url(../images/nav-wht-pointer.gif) center bottom no-repeat;
}

.navHolder .navShadow {
  position: absolute;
  width: 960px;
  bottom: -1px;
  left: 10px;
  background: #fff;
  height: 1px;
  display: block;
}

.home .navHolder .navShadow {
  position: absolute;
  width: 960px;
  bottom: -2px;
  left: 10px;
  background: #ccc;
  height: 2px;
  display: block;
}

.tempNavHolder {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  /*mainNav*/
  text-align: right;
}
.tempNavHolder ul.tempNav{
  margin: 0;
  padding: 0;
  list-style: none;
}
.tempNavHolder ul.tempNav li{
margin: 0 0 0 10px;
padding: 0;
display: inline-block;
font-size: 87.5%;
}
.tempNavHolder ul.tempNav li a:link,
.tempNavHolder ul.tempNav li a:visited{
  position: relative;
	display: inline-block;
  padding: 5px 10px;
  color: #fec524;
  background: #211651;
  text-decoration: none;
}
.tempNavHolder ul.tempNav li a:link:before,
.tempNavHolder ul.tempNav li a:visited:before{
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  border-bottom: 26px solid #211651;
  border-left:  10px solid transparent;
}
.tempNavHolder ul.tempNav li mark a:link,
.tempNavHolder ul.tempNav li mark a:visited,
.tempNavHolder ul.tempNav li mark a:hover,
.tempNavHolder ul.tempNav li mark a:active,
.tempNavHolder ul.tempNav li mark a:focus,
.tempNavHolder ul.tempNav li a:hover,
.tempNavHolder ul.tempNav li a:active,
.tempNavHolder ul.tempNav li a:focus{
  position: relative;
	display: inline-block;
  padding: 5px 10px;
  color: #211651;
  background: #fff;
  text-decoration: none;
}
.tempNavHolder ul.tempNav li mark a:link:before,
.tempNavHolder ul.tempNav li mark a:visited:before,
.tempNavHolder ul.tempNav li mark a:hover:before,
.tempNavHolder ul.tempNav li mark a:active:before,
.tempNavHolder ul.tempNav li mark a:focus:before,
.tempNavHolder ul.tempNav li a:hover:before,
.tempNavHolder ul.tempNav li a:active:before,
.tempNavHolder ul.tempNav li a:focus:before{
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  border-bottom: 26px solid #fff;
  border-left:  10px solid transparent;
}
.navHolder .leftReturn {
  position: absolute;
  width: 10px;
  height: 4px;
  bottom: -4px;
  left: 0;
  display: block;
  background: url(../images/left-return.png) top left no-repeat;
}
.navHolder .rightReturn {
  position: absolute;
  width: 10px;
  height: 4px;
  bottom: -4px;
  right: 0;
  display: block;
  background: url(../images/right-return.png) top left no-repeat;
}
.navHolder .mainNav {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.navHolder .mainNav li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 75%;
  font-weight: 600;
  overflow: visible;
}
.navHolder .mainNav li a {
  display: block;
  float: left;
  padding: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.navHolder .mainNav li a:link,
.navHolder .mainNav li a:visited {
  color: #ccffcc;
  text-decoration: none;
}
.navHolder .mainNav li a:hover,
.navHolder .mainNav li a:active,
.navHolder .mainNav li a:focus {
  color: white;
  text-decoration: none;
}
.navHolder .mainNav li a.active {
  color: white;
  text-decoration: none;
}
.navHolder .doormat.active {
  display: block;
}
.navHolder li:hover .doormat,
.navHolder li:active .doormat,
.navHolder li a:focus + .doormat {
  display: block;
}
.navHolder li ul li a:focus ~ .doormat {
  display: block;
}
.navHolder .doormat {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 15;
  margin: 0;
  padding: 0;
}
.navHolder .doormat .dropPointer {
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 13px;
  height: 7px;
  background: url(../images/dropNav-pointer.gif) top left no-repeat;
  z-index: 16;
}
.navHolder .doormat .dropNav {
  margin: 10px 0 0 0;
  padding: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  list-style: none;
  overflow: hidden;
  display: block;
  background: #211651;
  width: 160px;
}
.navHolder .doormat .dropNav li {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 100%;
  font-weight: normal;
  clear: both;
}
.navHolder .doormat .dropNav li a {
  display: block;
  width: 140px;
  border-top: 1px solid #6ebb71;
  border-bottom: 1px solid #38883c;
}
.navHolder .doormat .dropNav li a:hover,
.navHolder .doormat .dropNav li a:active,
.navHolder .doormat .dropNav li a:focus {
  background: #6ebb71;
}

/*navHolder*/


p {
  font-size: 75%;
  margin: 0 0 1em 0;
  font-weight: normal;
  line-height: 140%;
  color: #666666;
}

.content.noWidth {
  width: 640px;
}

.content {
  position: relative;
  margin: 0 auto;
  background: #fff;
  /*min-height: 300px;*/
}


.introtext{
padding: 40px 0 20px 180px;
}

.subSites{
  padding: 20px 0;
	background: #fec524;
  overflow: hidden;
}

.subSites .col{
width: 300px;
display: block;
float: left;
margin-right: 20px;
}
.subSites .col:last-child{
margin-right: 0;
}

.subSites .col .siteDescription{
  padding: 10px 20px 10px 106px;
  color: #211651;
}
.subSites .col .siteDescription p{
  color: #211651;
}
.content .leadPara {
  font-size: 85%;
  color: #211651;
}
.content h1 {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 200%;
  color: #211651;
  font-family: Lato, arial, helvetica, sans-serif;
	font-weight: 400;
}
.content h2:first-child {
  margin-top: 0;
}
.content h2 {
  color: #211651;
  margin: 1em 0 0.5em 0;
  font-size: 125%;
}
.content h3 {
  color: #666666;
  margin: 0 0 0.5em 0;
  font-size: 100%;
}
.content a:link,
.content a:visited {
  color: #211651;
  text-decoration: underline;
}
.content a:hover,
.content a:active,
.content a:focus {
  color: white;
  background: #211651;
  text-decoration: none;
}
.content ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
  font-size: 75%;
}
.content ul li {
  margin: 0 0 0.5em 0;
  padding: 0;
  color: #666666;
}
.content .pointerList {
  list-style: none;
}
.content .pointerList li:before {
  content: "\25BB";
  font-family: "SSStandard";
  font-size: 63.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
  color: #211651;
}
.content .tickList {
  list-style: none;
}
.content .tickList li:before {
  content: "\2713";
  font-family: "SSStandard";
  font-size: 63.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
  color: #211651;
}
.content .docList {
  list-style: none;
}
.content .docList li:before {
  content: "?";
  font-family: "SSStandard";
  font-size: 63.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
  color: #211651;
}

.listItem {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #ececec;
  border: 1px solid #ccc;
  overflow: hidden;
}
.listItem img {
  float: left;
  width: 120px;
  border: 4px solid #fff;
  border: 1px solid #ccc;
}
.listItem .description {
  display: block;
  float: right;
  width: 520px;
}
.listItem p, .listItem h3 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.moreInfo {
  position: relative;
  display: none;
  clear: both;
  margin: 20px 0 0 0;
  padding: 20px 10px 0 0;
  border-top: 1px solid #ccc;
}
.moreInfo .subLogo {
  position: absolute;
  left: -143px;
  float: left;
  width: 120px;
  border: 4px solid #fff;
  border: 1px solid #ccc;
}

.col4 {
  width: 920px;
}

.imageHolder.col4 {
  width: 904px;
}

.col3 {
  width: 685px;
}

.imageHolder.col3 {
  width: 679px;
}

.col2 {
  width: 450px;
}

.imageHolder.col2 {
  width: 434px;
}

.col1 {
  width: 215px;
}

.imageHolder.col1 {
  width: 199px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.marginLeft {
  margin-left: 20px;
}

.imageHolder.floatLeft {
  margin: 0 20px 20px 0;
}

.imageHolder.floatRight {
  margin: 0 0 20px 20px;
}

.ie6 .imageHolder,
.ie7 .imageHolder,
.ie8 .imageHolder {
  padding: 7px;
  display: block;
  border: 1px solid #ececec;
  background: #fff;
}

.imageHolder {
  padding: 0;
  display: block;
  border: 8px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.imageHolder img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.newsPanel {
  position: relative;
  display: block;
  /*newsArea*/
}
.newsPanel h2 {
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  background: #000;
  font-size: 150%;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  line-height: 100%;
}
.newsPanel .newsArea {
  position: relative;
  padding: 0;
  display: block;
  background: #211651;
  height: 216px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.newsPanel .newsArea .item {
  padding: 10px 20px;
  margin: 0;
  display: block;
  width: 175px;
  height: 196px;
}
.newsPanel .newsArea .item h3, .newsPanel .newsArea .item p {
  padding: 0;
  color: white;
}
.newsPanel .newsArea .item h3 {
  margin: 0 0 0.5em 0;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.1em;
}
.newsPanel .newsArea .item p {
  font-size: 75%;
}

/*newsPanel*/
#prevNews:hover,
#nextNews:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.ie8 a#prevNews:hover,
.ie8 a#nextNews:hover {
  filter: alpha(opacity=50);
  color: #fff;
  background: 000;
}

.ie8 a#prevNews:link,
.ie8 a#prevNews:visited,
.ie8 a#nextNews:link,
.ie8 a#nextNews:visited {
  width: 30px;
  height: 216px;
  background: #000;
}

#prevNews, #nextNews {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  width: 30px;
  z-index: 800;
  line-height: 216px;
  height: 216px;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  display: block;
}

#prevNews {
  top: 44px;
  left: 0;
}

#nextNews {
  top: 44px;
  right: 0;
}

.projectPanel {
  position: relative;
  display: block;
  background: #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.projectPanel h2 {
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  background: #666;
  font-size: 150%;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  line-height: 100%;
}
.projectPanel p {
  padding: 0 20px;
  color: #666;
}
.projectPanel p {
  font-size: 85%;
}
.projectPanel .btn {
  margin: 0 20px;
}

/*projectPanel*/
.downloadPanel {
  position: relative;
  display: block;
  background: #ececec;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.downloadPanel h2 {
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  background: #666;
  font-size: 150%;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  line-height: 100%;
}
.downloadPanel p {
  padding: 0 20px;
  color: #666;
}
.downloadPanel img {
  display: block;
  margin: 10px auto;
}
.downloadPanel p {
  font-size: 85%;
}
.downloadPanel .btn {
  margin: 0 20px;
}

/*downloadPanel*/
.hotlinePanel {
  position: relative;
  display: block;
  background: #ececec;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  width: 210px;
}
.hotlinePanel h2 {
  padding: 10px 20px;
  margin: 0 0 10px 0;
  color: white;
  background: #211651;
  font-size: 150%;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  line-height: 100%;
}
.hotlinePanel p {
  padding: 0 20px;
  color: #666;
}
.hotlinePanel p {
  font-size: 85%;
}
.hotlinePanel .btn {
  margin: 0 20px;
}

/*hotlinePanel*/
.btn {
  border-radius: 0.3em;
  display: block;
  background: #666;
  color: white;
  padding: 0.3em 0.6em;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 87.5%;
}

button.btn {
  font-size: 75%;
  border: none;
}

.ie6 .btn.blue:link, .ie6 .btn.blue:visited,
.ie7 .btn.blue:link, .ie7 .btn.blue:visited,
.ie8 .btn.blue:link, .ie8 .btn.blue:visited {
  border: 1px solid #211651;
}

.ie6 .btn.grey:link, .ie6 .btn.grey:visited,
.ie7 .btn.grey:link, .ie7 .btn.grey:visited,
.ie8 .btn.grey:link, .ie8 .btn.grey:visited {
  border: 1px solid #666666;
}

.ie6 .btn.blue:hover, .ie6 .btn.blue:active, .ie6 .btn.blue:focus,
.ie7 .btn.blue:hover, .ie7 .btn.blue:active, .ie7 .btn.blue:focus,
.ie8 .btn.blue:hover, .ie8 .btn.blue:active, .ie8 .btn.blue:focus,
.ie6 .btn.grey:hover, .ie6 .btn.grey:active, .ie6 .btn.grey:focus,
.ie7 .btn.grey:hover, .ie7 .btn.grey:active, .ie7 .btn.grey:focus,
.ie8 .btn.grey:hover, .ie8 .btn.grey:active, .ie8 .btn.grey:focus {
  border: 1px solid white;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn.blue,
.btn.blue:link,
.btn.blue:visited,
.btn.blue:hover,
.btn.blue:active,
.btn.blue:focus {
  background: #211651;
  color: white;
  text-decoration: none;
}

.btn.blue.active,
.btn.blue.active:link,
.btn.blue.active:visited,
.btn.blue.active:hover,
.btn.blue.active:active,
.btn.blue.active:focus {
  background: #666666 !important;
  color: white;
  text-decoration: none;
}

.btn.grey:link,
.btn.grey:visited,
.btn.grey:hover,
.btn.grey:active,
.btn.grey:focus {
  background: #666666;
  color: white;
  text-decoration: none;
}

.btn.wht:link,
.btn.wht:visited,
.btn.wht:hover,
.btn.wht:active,
.btn.wht:focus {
  background: white;
  color: #211651;
  text-decoration: none;
}

.ie6 .galleryPanel .frame {
  background: none;
}

.galleryPanel {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  width: 685px;
  height: 306px;
  overflow: visible;
  /*frame*/
}
.galleryPanel .frame {
  padding: 8px;
  height: 244px;
  width: 669px;
  background: #ececec;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  display: block;
  overflow: visible;
  /*galItems*/
}
.galleryPanel .frame #galItems {
  position: relative;
  margin: 0 0 10px 0;
  width: 669px;
  height: 244px;
  overflow: hidden;
}
.galleryPanel .frame #galItems .item {
  position: relative;
  width: 669px;
}
.galleryPanel .frame #galItems .item .textArea {
  width: 187px;
  height: 204px;
  padding: 20px;
  background: #211651;
  display: table;
  overflow: hidden;
}
.galleryPanel .frame #galItems .item .textArea h2, .galleryPanel .frame #galItems .item .textArea p {
  font-family: "Sorts Mill Goudy", Georgia, serif;
  color: white;
  line-height: 100%;
}
.galleryPanel .frame #galItems .item .textArea h2 {
  font-size: 180%;
}
.galleryPanel .frame #galItems .item .textArea p {
  font-size: 137.5%;
  text-align: right;
}
.galleryPanel .frame #galItems .item .textArea a {
  display: block;
  z-index: 888;
}
.galleryPanel .frame #galItems .item .textArea .btn {
  margin-top: 10px;
  float: left;
}
.galleryPanel .frame #galItems .item .textArea .inner {
  display: table-cell;
  vertical-align: middle;
}
.galleryPanel .frame #galItems .item:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
  content: "";
}

/*galleryPanel*/
#prevGal:hover,
#nextGal:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.ie8 a#prevGal:hover,
.ie8 a#nextGal:hover {
  filter: alpha(opacity=50);
  color: #fff;
  background: 000;
}

.ie8 a#prevGal:link,
.ie8 a#prevGal:visited,
.ie8 a#nextGal:link,
.ie8 a#nextGal:visited {
  width: 30px;
  height: 244px;
  background: #000;
}

#prevGal, #nextGal {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  width: 30px;
  z-index: 800;
  line-height: 244px;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  display: block;
}

#prevGal {
  top: 8px;
  left: 8px;
}

#nextGal {
  top: 8px;
  right: 8px;
}

.ie6 .slideNav {
  margin: 0 auto;
}
.ie6 .slideNav a {
  zoom: 1;
  display: block;
  float: left;
  overflow: hidden;
}
.ie6 .slideNav a:link,
.ie6 .slideNav a:visited {
  background: url(../images/ie-carousel-nav-sprite.gif) left -32px no-repeat;
}
.ie6 .slideNav a:hover,
.ie6 .slideNav a:active,
.ie6 .slideNav a:focus {
  background: url(../images/ie-carousel-nav-sprite.gif) left -16px no-repeat;
}
.ie6 .slideNav a.activeSlide:link,
.ie6 .slideNav a.activeSlide:visited,
.ie6 .slideNav a.activeSlide:hover,
.ie6 .slideNav a.activeSlide:active,
.ie6 .slideNav a.activeSlide:focus {
  background: url(../images/ie-carousel-nav-sprite.gif) left 0px no-repeat;
}

.ie7 .slideNav,
.ie8 .slideNav {
  margin: 0 auto;
  height: 26px;
}
.ie7 .slideNav a,
.ie8 .slideNav a {
  zoom: 1;
  display: block;
  float: left;
}
.ie7 .slideNav a:link,
.ie7 .slideNav a:visited,
.ie8 .slideNav a:link,
.ie8 .slideNav a:visited {
  background: url(../images/ie-carousel-nav-sprite.png) left bottom no-repeat;
}
.ie7 .slideNav a:hover,
.ie7 .slideNav a:active,
.ie7 .slideNav a:focus,
.ie8 .slideNav a:hover,
.ie8 .slideNav a:active,
.ie8 .slideNav a:focus {
  background: url(../images/ie-carousel-nav-sprite.png) left center no-repeat;
}
.ie7 .slideNav a.activeSlide,
.ie8 .slideNav a.activeSlide {
  background: url(../images/ie-carousel-nav-sprite.png) left top no-repeat;
}

.slideNav {
  clear: both;
  padding: 15px 0 10px 0;
  text-align: center;
  zoom: 1;
  display: block;
}
.slideNav a {
  margin: 0 2px;
  padding: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 16px;
  text-indent: -9999px;
}
.slideNav a:link,
.slideNav a:visited {
  background: #ccc;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
}
.slideNav a:hover,
.slideNav a:active,
.slideNav a:focus {
  background: #ccffcc;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
}
.slideNav a.activeSlide {
  background: #211651;
  box-shadow: none;
}

.ie6 .subFooter {
  background: #ececec url(../images/ie-full-hor-edge.gif) center top no-repeat;
}

.subFooter {
  margin: 0 auto;
  padding: 20px;
  width: 920px;
  display: block;
  background: #ececec url(../images/full-hor-edge.png) center top no-repeat;
  overflow: hidden;
}
.subFooter h2 {
  color: #666666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5em;
}

.ie6 .pointerList li {
  padding-left: 10px;
  background: url(../images/ie-pointer-list.gif) left 0.7em no-repeat;
}

.ie7 .pointerList li {
  padding-left: 10px;
  background: url(../images/ie-pointer-list.png) left 0.7em no-repeat;
}

.ie8 .pointerList {
  padding: 0 0 0 0.8em;
}

.ie8 .pointerList li:before {
  content: "";
  line-height: 100%;
  height: 1em;
  width: 10px;
  display: inline-block;
  background: url(../images/ie-pointer-list.png) left center no-repeat;
  margin-left: -1.2em;
  padding-right: 0.4em;
}

.subFooter .pointerList {
  font-size: 75%;
}
.subFooter .pointerList li {
  color: #666666;
}
.subFooter .pointerList a:link,
.subFooter .pointerList a:visited {
  color: #666666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.subFooter .pointerList a:hover,
.subFooter .pointerList a:active,
.subFooter .pointerList a:focus {
  color: black;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.pointerList.green li {
  color: #211651;
}

.pointerList {
  list-style: none;
  padding: 0 0 0 1em;
}
.pointerList li {
  margin-bottom: 0.5em;
}
.pointerList li:before {
  content: "\25BB";
  font-family: "SSStandard";
  font-size: 63.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
}

.ie6 .leftCol .subNav li a:hover,
.ie6 .leftCol .subNav li a:active,
.ie6 .leftCol .subNav li a:focus,
.ie7 .leftCol .subNav li a:hover,
.ie7 .leftCol .subNav li a:active,
.ie7 .leftCol .subNav li a:focus,
.ie8 .leftCol .subNav li a:hover,
.ie8 .leftCol .subNav li a:active,
.ie8 .leftCol .subNav li a:focus {
  background: #dbeed8 url(../images/leftCol-pointer.gif) center right no-repeat;
}

.ie6 .leftCol .subNav li mark a:hover,
.ie6 .leftCol .subNav li mark a:active,
.ie6 .leftCol .subNav li mark a:focus,
.ie7 .leftCol .subNav li mark a:hover,
.ie7 .leftCol .subNav li mark a:active,
.ie7 .leftCol .subNav li mark a:focus,
.ie8 .leftCol .subNav li mark a:hover,
.ie8 .leftCol .subNav li mark a:active,
.ie8 .leftCol .subNav li mark a:focus {
  background: #ececec url(../images/leftCol-pointer.gif) center right no-repeat;
}

.leftCol {
  display: block;
  float: left;
  width: 160px;
  margin: 40px 0 0 0;
  padding: 0px 0 10px 0;
  background-image: url(../images/leftCol-shadow.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}


.rightContent{
width: 740px;
display: block;
float: left;
padding: 40px 0 0 15px;
}

.leftCol h2{
	margin: 0;
	padding: 0;
	}

.leftCol h2 a{
display: block;
  border-bottom: 1px solid #ececec;
  margin: 0 0 0 -10px;
  padding: 20px 0 20px 10px;
}
.leftCol h2 a.active{
	  background: url(../images/subnav-mark.png) top right repeat-y;
}

.leftCol h2 a{
  text-decoration: none!important;
}
.leftCol .subNav {
  margin: 0px 0 20px -10px;
  padding: 0;
  list-style: none;
}
.leftCol .subNav li {
  margin: 0;
  padding: 0;
  display: block;
}
.leftCol .subNav li a:link,
.leftCol .subNav li a:visited {
  margin: 0;
  padding: 20px 10px 20px 10px;
  display: block;
  font-size: 100%;
  font-weight: 600;
  color: #211651;
  text-decoration: none;
	border-bottom: 1px solid #ececec;
	}
.leftCol .subNav li a:hover,
.leftCol .subNav li a:active,
.leftCol .subNav li a:focus {
  margin: 0;
  padding: 20px 10px 20px 10px;
  display: block;
  font-size: 100%;
  font-weight: 600;
  color: #211651;
  background: rgba(33, 22, 81, 0.2) url(../images/leftCol-pointer.gif) center right no-repeat;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #ececec;
}
.leftCol .subNav li mark a:link,
.leftCol .subNav li mark a:visited,
.leftCol .subNav li mark a:hover,
.leftCol .subNav li mark a:active,
.leftCol .subNav li mark a:focus {
  background: url(../images/leftCol-pointer.gif) center right no-repeat;
	border-bottom: 1px solid #ececec;
}
.leftCol .subNav li mark{
  display: block;
  background: url(../images/subnav-mark.png) top right repeat-y;
}
.leftCol .subNav li mark a:link:before,
.leftCol .subNav li mark a:visited:before,
.leftCol .subNav li mark a:hover:before,
.leftCol .subNav li mark a:active:before,
.leftCol .subNav li mark a:focus:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 4px;
  bottom: -4px;
  left: 0;
  display: block;
  background: url(../images/left-return.png) top left no-repeat;
}

/* //////////// GOOGLE MAP ////////////// */
.gmapHolder {
  border: 1px solid #ececec;
  padding: 10px;
  height: 400px;
}
.gmapHolder h2 {
  position: relative;
  display: block;
  padding: 10px;
  width: 100%;
  top: -10px;
  margin: -10px 0 0 -10px;
  color: white;
  background: #000;
  font-weight: bold;
}
.gmapHolder h2 .largeMap {
  display: block;
  float: right;
  font-size: 60%;
  font-weight: normal;
  line-height: 200%;
}
.gmapHolder h2 .largeMap .ss-icon {
  position: relative;
  top: 2px;
  font-size: 150%;
}
.gmapHolder h2 .largeMap:link,
.gmapHolder h2 .largeMap:visited {
  color: #ccc;
  text-decoration: none;
}
.gmapHolder h2 .largeMap:hover,
.gmapHolder h2 .largeMap:active,
.gmapHolder h2 .largeMap:focus {
  color: #fff;
  text-decoration: noee;
  background: none;
}

/* //////////// FORMS ////////////// */
dl {
  font-size: 75%;
  border: 1px solid #ececec;
  padding: 10px;
  margin: 0 0 10px 0;
}
dl dd {
  color: #666666;
}
dl .ss-icon {
  position: relative;
  top: -3px;
  display: block;
  float: left;
  margin-right: 5px;
  background: white;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
}

dl.error {
  background: #fee;
}
dl.error .ss-icon {
  color: red;
}
dl.error dt {
  font-weight: bold;
  color: #fff;
  background: red;
  padding: 10px;
  margin: -10px -10px 10px -10px;
}

dl.success {
  background: #efe;
}
dl.success .ss-icon {
  line-height: 24px;
  color: #211651;
}
dl.success dt {
  font-weight: bold;
  color: #fff;
  background: #211651;
  padding: 10px;
  margin: -10px -10px 10px -10px;
}

form#contact.expandForm {
  height: inherit;
}

form#contact {
  height: 400px;
  background: #ececec;
  padding: 10px;
}
form#contact fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
form#contact h2 {
  position: relative;
  display: block;
  padding: 10px;
  width: 100%;
  top: -10px;
  margin: 0px 0 0 -10px;
  color: white;
  background: #211651;
  font-weight: bold;
  line-height: 100%;
}
form#contact h2 .ss-icon {
  display: block;
  float: left;
  margin-right: 5px;
  color: #211651;
  background: white;
  width: 20px;
  height: 20px;
  font-size: 0.6em;
  text-align: center;
  line-height: 24px;
  border-radius: 10px;
}
form#contact label {
  font-size: 75%;
  display: block;
  margin: 0 0 0.5em 0;
  line-height: 100%;
}
form#contact input, form#contact textarea {
  padding: 5px;
  display: block;
  width: 415px;
  margin: 0;
  font-size: 75%;
  font-family: arial, helvetica, sans-serif;
  border: 1px solid #ccc;
  line-height: 100%;
}
form#contact input:focus, form#contact textarea:focus {
  background: #ffc;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
form#contact .counter {
  float: right;
  margin-right: 5px;
  font-size: 70%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
  color: #666666;
  border-radius: 0 0 4px 4px;
}
form#contact .counter.warning {
  color: #f90;
}
form#contact .counter.exceeded {
  color: #c00;
}
form#contact .formhelper {
  font-size: 70%;
  padding: 5px 0;
  color: #666666;
}

/* ///////////////////////////////// */
/* ////////// SITEMAP //////////// */
.siteMap {
  list-style: none;
}

.siteMap ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style: none;
}

.siteMap li a:link,
.siteMap li a:visited {
  display: block;
  margin: 0 0 10px 0;
  font-size: 1.6em;
  text-decoration: none;
}

.siteMap li a:hover,
.siteMap li a:active,
.siteMap li a:focus {
  display: block;
  margin: 0 0 10px 0;
  font-size: 1.6em;
}

/* ///////////////////////////////// */
table {
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table caption {
  margin: 0;
  padding: 5px 0.4em 5px 0;
  text-align: right;
  font: 0.6em/1.2em Arial, Helvetica, sans-serif;
  color: #666;
  font-style: italic;
}
table th {
  margin: 0;
  padding: 0.4em;
  background: #ccc;
  font: 0.75em/1.2em Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  color: #333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table th.blank {
  margin: 0;
  padding: 0.4em;
  background: #fff;
  font: 0.75em/1.2em Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  color: #333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table td {
  margin: 0;
  padding: 0.4em;
  font: 0.75em/1.2em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table td.currency {
  text-align: right;
}
table td p {
  margin: 0;
  padding: 0;
}

/* ////////// COOKIES //////////// */
.cookieHolder {
  position: relative;
  background: white;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}

#cookieBox {
  display: block;
  margin: 0 auto;
  padding: 20px 0px 20px 20px;
  font-size: 100%;
  color: #fff;
  width: 960px;
  overflow: hidden;
}

#cookieBox button {
  margin-bottom: 10px;
}

#cookieBox a:link,
#cookieBox a:visited {
  text-decoration: underline;
  color: #211651;
}

#cookieBox a:hover,
#cookieBox a:active,
#cookieBox a:focus {
  text-decoration: none;
  color: #211651;
}

#cookieBox .heading {
  display: block;
  width: 90px;
  float: left;
}

#cookieBox .textCol {
  margin: 0 10px 0 0;
  padding-right: 10px;
  display: block;
  width: 600px;
  float: left;
  border-right: 1px solid #211651;
}

#cookieBox p {
  margin: 0 0 0.5em 0;
}

/* ////////////////////////////////////// */
footer{
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0;
	background: #ececec url(../images/footer-shadow.png) top left repeat-x;
	overflow: hidden;
	}

.ie6 a.btt {
  padding: 10px 0 10px 45px;
  background: url(../images/ie-btt.gif) 30px 14px no-repeat;
}

.ie7 a.btt {
  padding: 10px 0 10px 45px;
  background: url(../images/ie-btt.png) 30px 14px no-repeat;
}

.ie8 a.btt:before {
  content: "";
  line-height: 100%;
  height: 1em;
  width: 10px;
  display: inline-block;
  background: url(../images/ie-btt.png) left center no-repeat;
}

a.btt {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 10px 0px;
  display: block;
  font-size: 70%;
  color: black;
  float: left;
}

a.btt:link,
a.btt:visited {
  color: black;
  text-decoration: none;
}

a.btt:hover,
a.btt:active,
a.btt:focus {
  color: black;
  text-decoration: underline;
}

a.btt:before {
  content: "\F500";
  font-family: "SSStandard";
  font-size: 63.5%;
  padding-right: 3px;
}

.footernav ul {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 0px;
  display: block;
  float: right;
  list-style: none;
  overflow: hidden;
  text-align: right;
}
.footernav ul li {
  display: block;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #666666;
  font-size: 70%;
  color: #666666;
}
.footernav ul li.return {
  padding-top: 5px;
  clear: both;
  float: right;
}
.footernav ul li a {
  padding: 0 2px;
  border-radius: 2px;
}
.footernav ul li a:link,
.footernav ul li a:visited {
  color: #666666;
  text-decoration: none;
}
.footernav ul li a:hover,
.footernav ul li a:active,
.footernav ul li a:focus {
  color: #666666;
  text-decoration: underline;
}
.footernav ul li mark a:link,
.footernav ul li mark a:visited,
.footernav ul li mark a:hover,
.footernav ul li mark a:active,
.footernav ul li mark a:focus {
  color: white;
  background: #666666;
  text-decoration: none;
}
.footernav ul li.noLine {
  padding-right: 0;
  border-right: none;
}
.noLinkBack:hover,
.noLinkBack:active,
.noLinkBack:focus{
	background: none!important;
	}







