body {
	overflow-y: scroll; /* Keeps browsers from bouncing between long and short pages */
	min-width: 960px;
	
	background-image: url("images/bg.jpg");
}

form {
	display: inline;
}

#pageBar {
	background-color: #ffffff;
	padding-bottom: 15px;
	min-height: 400px;
}

.center {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footerBar {
	line-height: normal;
	border-top: solid 8px #901f30;
	padding-top: 21px;
	padding-bottom: 30px;
	background-image: url("images/footer-bg.png");
	background-repeat: repeat-x;
}
#footerBar,
#footerBar a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#footerBar .credit {
	position: absolute;
	right: 0px;
}
#footerBar .credit,
#footerBar .credit a {
	font-weight: normal;
	color: #c5a3a7;
}
#footerBar .footerNav {
	margin-left: 15px;
}


/* Header */
#headerBar {
	position: relative;
	height: 110px;
	overflow-y: hidden;
	background-image: url("images/header-bg.gif");
	background-repeat: repeat-x;
	line-height: normal;
}
#headerBar .logo {
	position: absolute;
	top: 28px;
	left: 0px;
}
#headerBar .utility {
	position: absolute;
	right: 0px;
	top: 22px;
}
#headerBar .utility .social {
	border-right: solid 1px #999999;
	padding-right: 20px;
	margin-right: 14px;
}
#headerBar .utility .social img {
	margin-left: 14px;
	margin-bottom: 4px;
}
#headerBar .utility a {
	color: #231f20;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#headerBar .utility .searchButton {
	margin-bottom: 4px;
}
#headerBar .utility .searchField {
	margin-left: 16px;
	margin-right: 4px;
	width: 150px;
	font-size: 12px;
	height: 19px;
	border: inset 1px #bbbbbb;
}


/* Nav */
#navBar {
	position: relative;
	height: 41px;
	line-height: normal;
	overflow-y: hidden;
	border-top: solid 4px #8c081c;
	background-image: url("images/nav/bg.jpg");
	z-index: 5;
}
#navBar a,
#navBar .navLinkOff {
	position: relative;
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	
	font-size: 12px;
	font-weight: bold;

	text-transform: uppercase;
	text-decoration: none;
	
	height: 48px;
	top: 8px;
	
	margin-right: 2px;
	
	padding: 8px 16px;
}
#navBar a:hover,
#navBar .navLinkOn {
	background-color: #ffffff;
	color: #ac2c3d;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .6);
}
#hideDhtml {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}

/* Subnav */
#subnavBar {
	position: relative;
	height: 38px;
	overflow-y: hidden;
	line-height: normal;
	background-color: #ffffff;
	z-index: 5;
}
#subnavBar .addthis {
	position: absolute;
	right: 0px;
	top: 7px;
}
#subnavBar .subnav {
	background-color: #ffffff;
	margin-left: 16px;
}
.visible {
	display: block !important;
}

#subnavBar .dhtmlnav {
	position: absolute;
	display: none;
	z-index: 5;
	width: 870px;
	overflow: hidden;
}
#subnavBar .subnav a {
	display: block;
	float: left;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-image: url("images/nav/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 16px;
	background-color: #ffffff;
	padding: 11px 14px 12px 12px;
}
#subnavBar .subnav a.on,
#subnavBar .subnav a:hover {
	color: #ac2c3d;
}
#subnavBar .subnav .home {
	color: #ac2c3d;
	font-size: 12px;
	padding: 11px 0px 12px 0px;
}

/* Third level (right nav) */
.subnav {
	margin-bottom: 15px;
}
.subnavHeader {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 11px;
	padding-bottom: 3px;
	border-bottom: solid 1px #333333;
	line-height: normal;
}
.subnavitemseparator {
	background: url("images/uploads/hr-gray.gif");
	height: 1px;
}
.tertiarynavitem {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: normal;
	background: url("images/nav/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
.tertiarynavitem:hover, .tertiarynavitemOn,  .tertiarynavitemOn:hover {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ac2c3d;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: normal;
	background: url("images/nav/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
.quaternarynavitem {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: normal;
}
.quaternarynavitem:hover, .quaternarynavitemOn,  .quaternarynavitemOn:hover {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ac2c3d;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: normal;
}

/* Content area */
.contentLeft {
	float: left;
	width: 702px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.contentRight {
	float: left;
	width: 235px;
	margin-left: 23px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.contentLeft.utility {
	width: 960px;
}

.short .gradientTableCell {
	background-image: url("images/table-gradient-bg-short.jpg");
	min-height: 85px;
}

.dnmBox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.contentLeft .banner {
	position: relative;

	width: 702px;
	height: 235px;
	overflow: hidden;
	margin-bottom: 12px;
}
.contentLeft .banner img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
.contentLeft .banner .bannerBar {
	background-color: #252423;
	opacity: .55;
	
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 69px;
	top: 166px;

	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.contentLeft .banner .bannerCaption {
	position: absolute;
	z-index: 3;
	
	height: 69px;
	top: 173px;
	left: 21px;
	
	color: #ffffff;
}
.contentLeft .banner .bannerCaption p {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.contentLeft .banner .bannerCaption .header {
	font-size: 26px;
	font-weight: normal;
}

/* Sitemap */
.sitemapCell {
	width: 306px;
	line-height: normal;
}
.sitemapCell a:hover {
	text-decoration: underline;
}
.sitemapSplitter {
	width: 21px;
}
.sitemapLevel1 {
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
.sitemapLevel2 {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 7px;
	background: url("images/sitemap-arrow.gif");
	background-repeat: no-repeat;
	line-height: normal;
}
.sitemapLevel3 {
	display: block;
	padding-left: 19px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	line-height: normal;
}

.prHeader {
	font-size: 13px;
	text-transform: uppercase;
	color: #515151;
	font-weight: bold;
	margin-bottom: 5px;
}


/* Home page */
.contentLeft.home {
	width: 960px;
}
.contentLeft.home a {
	text-decoration: none;
}
.contentLeft.home a:hover {
	text-decoration: underline;
}

.contentLeft.home .dnmBox {
	position: absolute;
	right: 0px;
	top: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.contentLeft.home .banner {
	position: relative;
	width: 737px;
	height: 338px;
	margin-bottom: 0px;
	overflow: hidden;
}
.contentLeft.home .banner .bannerImg {
	position: absolute;
	z-index: 1;
	display: none;
}
.contentLeft.home .banner .bannerImg img {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.contentLeft.home .banner .bannerBar {
	position: absolute;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 6px;
	top: 233px;
	height: 105px;
	z-index: 3;
	display: none;
}
.contentLeft.home .banner .bannerCaption {
	z-index: 5;
	top: 250px;
	left: 26px;
	padding-right: 15px;
	display: none;
	font-size: 12px;
	font-weight: bold;
}
.contentLeft.home .banner .bannerCaption .header {
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}
.contentLeft.home .banner .bannerCaption p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.contentLeft.home .banner .bannerCaption a {
	color: #ffffff;
}
.contentLeft.home .banner .bannerCaption a:hover {
	text-decoration: none;
}

.contentLeft.home .banner #bannerNavDots {
	position: absolute;
	display: none;
	z-index: 5;
	bottom: 4px;
	right: 8px;
}
.contentLeft.home .banner #bannerNavDots img {
	margin-right: 3px;
	zoom: 1;
	opacity: .4;
}
.contentLeft.home .banner #bannerNavDots img.on,
.contentLeft.home .banner #bannerNavDots img:hover {
	opacity: 1;
}


.alertBar {
	background-color: #ba3246;
	background-image: url("images/home/alert-bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	overflow-x: hidden;
	overflow-y: visible;
	
	min-height: 27px;
	margin-top: 14px;
	
	color: #ffffff;
	
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 18px;
	padding-right: 18px;
}
.alertBar p {
	color: #ffffff;
	margin: 0px !important;
	padding: 0px !important;
}
.alertBar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline !important;
}

.programsBar {
	position: relative;
	
	background-color: #f2f2f2;
	background-image: url("images/home/programs-bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	width: 960px;
	overflow-x: hidden;
	overflow-y: hidden;
	
	margin-top: 14px;
}
.programsBar .programsTab {
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 2;

	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.programsBar table {
	margin: 13px 0px 8px 62px;
}
.programsBar table td {
	width: 201px;
	padding-right: 24px;
	padding-bottom: 1px;
}

.bottomBar {
	margin-top: 34px;
}

.newsBox {
	position: relative;
	display: inline-block;
	background-color: #f4f3f3;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	width: 710px;
}

.nbContainer {
	display: inline-block;
	margin-top: 18px;
	margin-left: 21px;
	margin-bottom: 22px;
	
	background-image: url("images/home/dots-vertical.gif");
	background-repeat: repeat-y;
	background-position: 310px;
}

.news {
	float: left;
	width: 290px;
	margin-right: 40px;
	overflow-x: hidden;
	overflow-y: visible;
}
.newsBox .header {
	color: #6c0313;
	font-size: 16px;
	margin-bottom: 9px;
	font-weight: normal;
	text-transform: uppercase;
}
.newsBox .hr {
	margin-top: 18px !important;
	margin-bottom: 16px !important;
}
.nbLinks {
	font-size: 12px;
	text-align: right;
	padding: 0px 15px 10px 0px;
}
.nbLinks a {
	text-decoration: none;
}
.nbLinks a:hover {
	text-decoration: underline;
}

.video {
	float: left;
	width: 339px;
	overflow-x: hidden;
	overflow-y: visible;
}
.video p {
	margin: 0px;
	padding: 0px;
}

.fbBox {
	float: right;
	width: 233px;
}



.formField {
	font-size: 11px;
	line-height: normal;
	width: 300px;
}

.formTextarea {
	font-size: 12px;
	line-height: normal;
	width: 500px;
}


.ecardBox {
	background-color: #ffffff;
	margin: 5px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .6);
	background-image: url("images/e-cards/layout/card-bg.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.ecardImage {
	float: left;
	margin: 0px;
	padding: 0px;
}

.ecardText {
	float: left;
	padding: 10px;
	padding-top: 20px;
	padding-left: 15px;
	max-width: 475px;
}

.ecardCaption {
	margin-left: 5px;
}
