
/*THE HOMEPAGE'S BIG FLASH / IMAGE HOLE.. CURRENTLY HTML'D TEXT*/

#body{
	z-index: 15;/*this and sideimgbanner need to fall below the nav.  nav is on 100*/
	width: 780px;
	height: 256px;
	position: relative;
	background-color: #111116;
}
#body #callout1{
	position: absolute;
	left: 27px;
	top: -14px;

	color: #fff;
	font-size: 71px;
	font-weight: bold;
}
#body #callout2{
	position: absolute;
	left: 140px;
	top: 17px;

	color: #c9730b;
	font-size: 120px;
	font-weight: bold;
	letter-spacing: -.5px;

}
#body #description{
	position: absolute;
	left: 477px;
	top: 85px;

	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	width: 358px;
	z-index: 13;
}

#body #sideImgBanner{
	position: absolute;
	/*left: 780px;*/
	left: 00px;
	top: -82px;
	z-index: 12;
}


#body #description strong{
	display: block;
	color: #c9730b;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
}

/*THE ORANGE BAR JUST BELOW THE FLASH HOLE. */

#orangeBar{
	position: relative;
	height: 93px;
	background-color: #c9730b;
}

#orangeBar #orangeContent{
	width: 980px;
	padding: 4px 10px;
}

/*Head Shot Blurbs..  kinda like news items*/
/*Most of this is defined in global, we're just overriding colors here*/
#orangeContent .hsBlurb{
	width: 25%;
	float: left;
	color: #000;
}
#orangeContent .hsBlurb a{
	color: #000;
}

/* Added from normal pages per Aurora Fox request */
#purchaseTickets{
	position: absolute;
	right: 0;
	top: 38px;
	text-align: right;
	padding-right: 20px;
}
#purchaseTickets a{
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

/* Strike this for changes per Aurora Fox */
/* #orangeBar #purchaseTickets{
	position: absolute;
STRIKE	height: inherit;  ie7 doesn't do this either.  STRIKE
	height: 73px;
	width: 189px;
	top: 0;
	right: 0;
	padding: 10px 15px;
	color: #fff;
	background-color: #303032;
	font-size: 1.1em;
	letter-spacing: 1px;
	
}
#orangeBar #purchaseTickets a{
	color: #fff;
	text-decoration: none;
}
*/

/*THE BOTTOM COLUMN CONTENT */

#bottomColumns{
	/*An ie bug, if height isn't specified at all, background color doesn't display*/
	height: 1%;
	position: relative;
	background-color: #E4E4E4;
	color: #813900;
	font-size: 12px;
}

/*setup bigass margins for all divs in the bottom hole.*/
#bottomColumns div{
	margin: 2em 0 2em 3em;
}
/*override the bigass margins for right, it's not text*/
#bottomColumns div.right{
	margin: 0;
}

#bottomColumns h1{
	font-size: 1em;
	font-weight: bold;
/*	color: inherit;  IE didn't understand this.. cuz it sucks.*/
	color: #813900;
}

/*TODO: is this link color global? don't know yet.*/
#bottomColumns a.CTA{
	color: #008ffe;
}

#bottomColumns #left{
	width: 340px;
	float: left;
}
#bottomColumns #center{
	width: 340px;
	float: left;
}
#bottomColumns #right{
	position: absolute;
	right: 0;
	top: 10px;
	width: 199px;
	padding: 0 10px;
}

