@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* DEFAULTS */

html,body,div,form,fieldset,input {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background: #FFFFFF;
}

img, div {
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */

body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #8C8C8C;
}

a:link, a:visited, a:active {
	color: #86A9C2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 {
	font-family: "Myriad Pro", Myriad, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #002F59;
}

h2 {
	font-family: "Myriad Pro", Myriad, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bolder;
	color: #9AB7CC;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #366F99;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	color: #9AB7CC;
	font-weight: bold;
}

h5 {
	color: #4D4D4D;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

/* SEARCH */

div.searchPanel {
	float: right;
	margin-top: 22px;
	width: 197px;
}

.searchField {
	background: transparent url(/SiteFiles/1377/Images/search-field.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	border: medium none;
	color: #ABAFAE;
	float: left;
	font-size: 11px;
	height: 20px;
	padding: 6px 0 0 13px;
	width: 132px;
}

.searchButton {
	background: transparent url(/SiteFiles/1377/Images/search-button.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	border: none;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 26px;
	line-height: 0;
	text-indent: -1000px;
	width: 52px;
}

/* SIDE NAV */

div#sideNav {
	float: left;
	margin-top: 20px;
}

#sideNav h2 {
	margin-top: 0;
}

#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sideNav li a {
	font-size: 16px;
	line-height: 1.6em;
	color: #FFF;
	font-weight: bold;
}

#sideNav li a:hover {
	color: #D6E6ED;
	text-decoration: none;
}

#sideNav p, #sideNav p a {
	color: #9AB7CC;
}

/* SUB NAV */

div#subnavWrapper {
	margin-top: 35px;
}

#subnavWrapper p {
	display: none;
}

#subnavWrapper h2 a {
	color: #608EAF;
}

#subnavWrapper h2 a:hover {
	color: #366F99;
	text-decoration: none;
}

#subnav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnav li {
	font-size: 16px;
	padding: 0;
	margin: 0;
	background: none;
}

#subnav a {
	color: #97B3CB;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 6px 6px 6px 0;
	text-decoration: none;
}

#subnav a:hover {
	color: #366F99;
}

#subnav a.current {
	font-weight: normal;
}

/* WRAPPERS */

#topWrapper {
	background: #366E98 url(/sitefiles/1377/Images/top-bkgd.gif) repeat-x scroll center top;
	border-bottom: 5px solid #5485A8;
	text-align: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

#topWrapper-default {
	background: url("/sitefiles/1377/Images/top-default-bkgd.gif") repeat-x scroll center top #4383A7;
	border-bottom: 5px solid #5485A8;
	text-align: left;
	width: 100%;
}

#contentWrapper {
	background: transparent url(/sitefiles/1377/Images/default-content-bkgd.jpg) no-repeat scroll center bottom;
	width: 100%;
	float: left;
	text-align: left;
}

#toggleWrapper {
	background-color: #5485A8;
	width: 100%;
	text-align: left;
}

#bottomWrapper {
	background: url("/sitefiles/1377/Images/bottom-bkgd.jpg") repeat-x scroll center bottom #EDEDED;
	height: 169px;
	padding: 10px 0;
	text-align: left;
	width: 100%;
}

#footerWrapper {
	width: 100%;
	text-align: left;
}

/* TOP */

#topWrapper hr {
	width: 100%;
	background-color: #144870;
	border-color: #144870;
	color: #144870;
	height: 5px;
	width: 100%;
}

#top {
	height: 134px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
	z-index: 1000000;
}

#top-default {
	height: 144px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

div#toplinks {
	float: right;
	margin: 20px 0 30px;
}

#toplinks a {
	font-size: 12px;
}

#logo {
	float: left;
	width: 246px;
	height: 51px;
	margin: 0px;
	z-index: 200;
}

#logo a {
	background: transparent url(/sitefiles/1377/Images/logo.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	display: block;
	font-size: 0;
	height: 51px;
	line-height: 0;
	overflow: hidden;
	text-indent: -1000px;
	width: 246px;
	cursor: pointer;
}

img, #logo a {
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
}

/* CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	background: transparent url(/sitefiles/1377/Images/content-bkgd.png) no-repeat scroll center bottom;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	margin: 0px auto;
	position: relative;
	width: 960px;
}

#content-def {
	background: transparent url(/sitefiles/1377/Images/content-bkgd.png) no-repeat scroll center bottom;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	margin: 0px auto;
	width: 960px;
}

#contentLeft {
	float: left;
	width: 220px;
	min-height: 400px;
}

#contentRight {
	float: right;
	margin-bottom: 20px;
	margin-top: 40px;
	min-height: 400px;
	width: 710px;
}

#contentRight h1 {
	margin-top: 0;
}

/* TOGGLE */

#toggle {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

h2.trigger {
	margin: 0;
}

h2.trigger a {
	display: block;
}

h2.trigger a:hover {
	color: #ccc;
}

.toggle_container .block {
	padding: 20px;
	width: 920px;
}

#sneak-preview a {
	background: transparent url(/sitefiles/1377/Images/sneakpeak-button.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	display: block;
	font-size: 0;
	height: 34px;
	line-height: 0;
	margin-top: -7px;
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	top: -32px;
	width: 221px;
	z-index: 1;
}

/* SLIDER */

#sliderWrapper {
	background: transparent url(/sitefiles/1377/Images/slider-bkgd.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	float: right;
	height: 381px;
	margin-bottom: 37px;
	margin-top: 20px;
	overflow: hidden;
	width: 686px;
}

#sliderWrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sliderWrapper li {
	margin: 13px 14px;
}

div#slider {
	margin: 13px 14px;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	height: 353px;
	overflow: hidden;
	width: 658px;
}

#prevBtn, #nextBtn {
	display: block;
	height: 38px;
	width: 38px;
}

#prevBtn a, #nextBtn a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	width: 38px;
	height: 38px;
	background: no-repeat 0 0;
}

#prevBtn a {
	background: transparent url(/SiteFiles/1377/Images/prev.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	left: 261px;
	position: absolute;
	top: 190px;
}

*html #prevBtn a {
	left: 260px;
}

html>body #prevBtn a {
	*left: 260px;
}

#nextBtn a {
	background: transparent url(/SiteFiles/1377/Images/next.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	position: absolute;
	right: -32px;
	top: 190px;
}

*html #nextBtn a {
	left: 260px;
}

html>body #nextBtn a {
	*right: -33px;
}

/* BOTTOM */

#bottom {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

div#bottom-listen, div#bottom-read, div#bottom-browse {
	float: left;
	margin-top: 32px;
	width: 262px;
}

#bottom-listen {
	border-right: 5px solid #E6E6E6;
	padding-right: 41px;
}

* html #bottom-listen {
	padding-right: 30px;
}

#bottom-read {
	border-right: 5px solid #E6E6E6;
	padding: 0 41px;
}

* html #bottom-read {
	padding: 0 30px;
}

#bottom-browse {
	padding-left: 41px;
}

* html #bottom-browse {
	padding-left: 30px;
}

#bottom-listen a {
	background: transparent url(/sitefiles/1377/Images/bottom-listen.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	display: block;
	padding-left: 52px;
	width: 225px;
}

#bottom-listen a:hover {
	background: transparent url(/sitefiles/1377/Images/bottom-listen-on.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
}

#bottom-read a {
	background: transparent url(/sitefiles/1377/Images/bottom-read.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	display: block;
	padding-left: 52px;
	width: 225px;
}

#bottom-read a:hover {
	background: transparent url(/sitefiles/1377/Images/bottom-read-on.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
}

#bottom-browse a {
	background: transparent url(/sitefiles/1377/Images/bottom-browse.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
	display: block;
	padding-left: 47px;
	width: 225px;
}

#bottom-browse a:hover {
	background: transparent url(/sitefiles/1377/Images/bottom-browse-on.png) no-repeat scroll left top;
	behavior: url(/SiteFiles/1377/Scripts/iepngfix.htc);
}

#bottom-listen a:hover, #bottom-read a:hover, #bottom-browse a:hover {
	text-decoration: none;
}

#bottom p {
	margin: 5px 0 0;
}

#bottom h5 {
	margin: 0;
}

/* FOOTER */

#footer {
	margin: 20px auto;
	width: 960px;
	text-align: center;
}

a.twitter {
	background: transparent url(/sitefiles/1377/Images/twitter.gif) no-repeat scroll left center;
	padding-left: 20px;
}

a.facebook {
	background: transparent url(/sitefiles/1377/Images/facebook.gif) no-repeat scroll left center;
	padding-left: 20px;
}

a.youtube {
	background: transparent url(/sitefiles/1377/Images/youtube.gif) no-repeat scroll left center;
	padding-left: 20px;
}

address, p#site-credit {
	font-size: 12px;
	font-style: normal;
}

#footer p {
	margin: 0;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: underline;
}

/* PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0px 0px 80px;
	list-style: none;
}

.photogallery li {
	list-style: none;
	padding: 0 6px;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	display: block;
}

.photogallery li img {
	height: 75px;
	width: 75px;
}

ul.photo-list {
	margin: 0;
	padding: 0;
}

/* BREADCRUMBS */

#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	margin: 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1377/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: none;
	margin-right: 8px;
}

#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1377/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

#breadcrumbs a.first:hover {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: underline;
}

#breadcrumbs a.current {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1377/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

/* UPCOMING EVENTS */

div.upcoming-events-wrapper {
	margin-top: 30px;
}

.upcoming-events-wrapper ul {
	margin: 0;
	padding: 0;
}

.upcoming-events-wrapper li {
	border-bottom: 5px solid #F0F0F0;
	list-style: none;
	margin: 0;
	padding: 0;
}

p.upcoming-events-date {
	color: #9AB7CC;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: -8px;
}

p.upcoming-events-name a {
	font-size: 16px;
	font-weight: bold;
}

.upcoming-events-view-link a {
	background: transparent url(/sitefiles/1377/Images/full-calendar.gif) no-repeat scroll left center;
	color: #6893B2;
	display: block;
	height: 21px;
	padding-left: 28px;
	padding-top: 6px;
	width: 120px;
	font-weight: bold;
	font-size: 16px;
}

/* DROPDOWN TABS */

#tabContent1, #tabContent2, #tabContent3, #tabContent4 {
	display: none;
}

.tabContent {
	height: 404px;
	left: 280px;
	overflow: hidden;
	padding-top: 5px;
	position: absolute;
	top: 144px;
	width: 674px;
	z-index: 1000;
	background-color: #45789F;
}

.ie7 .tabContent, .ie8 .tabContent {
	height: 410px;
	top: 140px;
	padding-top: 17px;
}

html>body .tabContent {
	*top: 156px;
	*height: 412px;
}

.tabContent-def {
	height: 417px;
	left: 249px;
	overflow: hidden;
	position: absolute;
	top: 149px;
	width: 711px;
	z-index: 1000;
	background-color: #45789F;
}

.tabContent2 {
	background: transparent url(/sitefiles/1377/Images/drop-bkgd.png) repeat scroll 0 0;
	height: 417px;
	left: 0;
	overflow: hidden;
	padding: 30px 50px;
}

*html .tabContent2 {
	background: #45789F url(/sitefiles/1377/Images/drop-bkgd.png) repeat;
	margin-top: 16px;
	height: 417px;
}

.tabContent dl, .tabContent-def dl {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-right: 10px;
	width: 180px;
}

.tabContent dl a, .tabContent-def dl a {
	color: #FFF;
}

.tabContent dt, .tabContent-def dt {
	font-weight: bold;
}

.tabContent2 dd {
	margin: 0;
	padding: 0;
}

.tabContent2 dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabContent2 dd li {
	margin: 0;
	padding: 0;
}

#default-bg {
	height: 530px;
	width: 100%;
}