body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background: #e5e5e5 url('body.gif') repeat-x;	
}

#layoutContainer {
	margin: auto;
	text-align: left;
	width: 916px;
}

#header {
	margin:0px;
	background: transparent url('header.png') no-repeat;
	height: 122px;
}

#header .siteLink {
	display: block;
}

#header h1 {
	position: relative;
	top: 19px;
	left: 15px;
	width: 650px;
	padding: 10px 10px;
}

#header h2 {
	position: relative;
	top: 0px;
	left: 15px;
	width: 650px;
	padding: 10px 10px;

}

#header .awardsLink {
	display: block;
	position: relative;
	top: -92px;
	left: 700px;
	width: 114px;
	height: 112px;
}

#printHeader, #printFooter {
	display:none;
}

#bodyContainer {
	float: left;
	clear:both;
	margin:0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	padding-bottom: 10px; /* cant use margin because IE is stupid */
	padding-top: 10px; /* cant use margin because IE is stupid */
	background: #ffffff url('page-layout.gif') repeat-y;	
}

#bodyContainer, #footerContainer {
	padding: 0px 8px 0px 8px; /* 8px to account for shadow */	
	width: 900px;	/* 916px - (2*8px padding) = 899px */
}

.promoBlock {
	width: 420px;
	float: left;
	margin:0px 15px 0px 15px;
	padding: 0px 0px 10px 0px;
}

.rotator {
	height: 214px;
	margin: 0px 0px 14px 14px;
	float: right;
}

.promoBlock .proud-past {
	width: 425px;
	height: 333px;
	background: url('proud-past.gif');
	margin-bottom: 12px;
}

.promoBlock #player2 {
	/*position:relative;
	top: 45px;
	*/
}

.promoBlock h2 {
	text-align: center;
}


.promo-video-holder {
	text-align: center;
	padding: 14px 0px;
	margin: 10px 0px;
	border: 1px solid #999;
}

.promo-video {
	margin-top:6px;
}

.front-page-copy {
	width: 400px;
	float: left;
	padding: 10px;
}

.rotatorCaption {
	font-color: #444444;
	font-style: italic;
	margin-left: 2px;
}

#footerContainer {
	background: #ffffff url('page-layout.gif') repeat-y;	
	text-align: center;
	clear: both;
	height: 82px;
	position: relative;
	margin: 0px auto 0px auto;
	background: #00355f url('page-layout.gif') repeat-y;	
}

#footer {
	padding: 0px;
	width: 900px;
	margin: auto;
	position: relative;
	border-top: 8px solid #6c9d30;	
}

.page-end {
	background: url('footer-shadow.png') no-repeat;
	height: 10px;
	margin-bottom: 20px;
}

.heroBlock {
	width:210px;
	padding:0px;
	margin:0px 5px 10px 5px;
	float:left;
}


.heroImage a {
	height: 282px;
	width: 230px;
	display: block;
	margin-left: 10px;
}

.home .heroImage a {
	border:3px solid #e4e2e2;
	height: 249px;
	width: 205px;
	display: block;
	margin-left: 0px;
}

.home .heroBlock-live .heroImage a:hover {
	border: 3px solid #e76b18;
}

.home .heroBlock-work .heroImage a:hover {
	border: 3px solid #4d63ae;
}
.home .heroBlock-play .heroImage a:hover {
	border: 3px solid #6c9d40;
}
.home .heroBlock-partners .heroImage a:hover {
	border: 3px solid #7d60a9;
}

.heroImage a img {
	border: 0px;
}

.heroFooter {
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 10px;
	padding: 0px;
	font-size: 95%;
}

.heroFooter p {
	padding: 0px;
	margin-top:0px;
	margin-bottom: 4px;
}

.heroFooter .readMoreLink {
	margin-left:0px;
}

.contentBlock {
	float: right;
	width: 632px;
	padding-top: 6px;
	padding-right: 14px;
	padding-left: 10px;
}

.content {
}

.contentBlock p {
	margin-top: 0px;
	margin-bottom:12px;
}

.content img {
	border: 0px;
}

.content .imgLeft {
	margin: 0px 6px 6px 0px;
	float: left;
}

.content .imgRight {
	margin: 0px 0px 6px 6px;
	float: right;
	font-size: 0.8em;
}


.caption {
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	clear: both;
}

.content-twoColumn-wrapper {
	float:left;
	clear:both;
	margin-bottom: 10px;
}

.content-twoColumn, 
.content-twoColumn-left,
.content-twoColumn-right {
	float: left;
	width:265px;
}

.content-twoColumn-left {
	clear: left;
	padding-right: 10px;
}

.content-twoColumn-right {
	clear: right;
	padding-left: 10px;
}


.content-singleColumn-wrapper {
	float:left;
	clear: both;
	width: 530px;
}

.content .pullQuote {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.content .pullQuote-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/**************************************************************************************/
/* PIE/ASLAN Clear float hack - http://www.positioniseverything.net/easyclearing.html */
/*           (aka the most amazing css hack ever)                                     */

.content .teaser:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content .teaser {display: inline-block;}

/* Hides from IE-mac \*/
* html .content .teaser {height: 1%;}
.content .teaser {display: block;}
/* End hide from IE-mac */

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


.content .teaser {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.content .teaser:hover {
	background-color: #F9F9F9;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;	
	
}

.content .teaser img {
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	border: 0px;
}

.content .teaser h3 {
	clear: right;
}

.content .teaser div {
	float: right;
	width: 462px;
}


.footerImage {
}

.footerImage img {
	border: 0px;
}

.footerImage-left {
	position: absolute;
	left: 15px;
	margin-top: 6px;
	height: 62px
}

.footerImage-right {
	left: 710px;
	position: absolute;
	margin-top: 12px;
	height: 51px;
}

.footerContent {
	position:absolute;
	left: 136px;
	width: 574px;
	height:74px;
	text-align: center;
	/*background-color: #ffffff;*/
}

.footerContent .aboutLinks,
.footerContent .copyrightLinks {
	margin:10px;
}


.mapHolder {
	float: left;
	width: 150px;
	padding: 10px;
	/*text-align:center;*/
	margin: 5px;
}

.mapHolder img {
	border: 1px solid black;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
 /* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

