@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background_RepeatY.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#111111;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
A:link { color: #D6DE21 }       /* unvisited link */
A:visited { color: #D6DE21 }   /* visited links */
A:hover{ color: #FFFFFF }    /* active links */
.oneColElsCtr #container {
	
	overflow:visible;
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #flashhead {
width:820px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #centerContent {
width:659px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom:20px;
	padding-top:20px;
	border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
}
.oneColElsCtr #headlineContent {
width:659px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom:20px;
}
.oneColElsCtr #navigation {
width:659px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom:20px;
}
.oneColElsCtr #leftpanel {
float:left;
width:328px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		padding-top:10px;
		padding-bottom:20px;
}
.oneColElsCtr #rightpanel {
float:right;
width:329px;
border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
	border-left:dotted;
	border-left-color:#666666;
	border-left-width:1px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: right; /* this overrides the text-align: center on the body element. */
		padding-top:10px;
				padding-bottom:20px;

}
.oneColElsCtr #leftpanelHome {
float:left;
width:328px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		padding-top:10px;
		padding-bottom:20px;
		font-size:10px;
letter-spacing:.1em;
color:#CCCCCC;
}
.oneColElsCtr #rightpanelHome {
float:right;
width:329px;
border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
	border-left:dotted;
	border-left-color:#666666;
	border-left-width:1px;
	
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: right; /* this overrides the text-align: center on the body element. */
		padding-top:10px;
				padding-bottom:20px;

}
.oneColElsCtr #footer {
width:659px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
	border-bottom:dotted;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	clear:both;
}
.footer_text{
font-size:8px;
letter-spacing:.2em;
color:#D6DE21;
padding-top:5px;
padding-bottom:5px;
}
.welcomeHead_gray{
font-size:12px;
letter-spacing:.1em;
color:#CCCCCC;
padding-top:5px;
padding-bottom:5px;
}
.press_underline{
font-size:11px;
letter-spacing:.1em;
color:#ffffff;
text-decoration:underline;
}
.press_white{
font-size:11px;
letter-spacing:.1em;
color:#ffffff;
}
.welcomeHead_normal{
font-size:10px;
letter-spacing:.1em;
color:#CCCCCC;
}
.welcomeHead_white{
font-size:12px;
letter-spacing:.1em;
color:#ffffff;
}
.Headline_gray{
font-size:16px;
letter-spacing:.1em;
color:#CCCCCC;
}
.Headline_orange{
font-size:16px;
letter-spacing:.1em;
color:#ed4c15;
}
.Headline_green{
font-size:16px;
letter-spacing:.1em;
color:#D6DE21;
}
.byline_orange{
font-size:14px;
letter-spacing:.1em;
color:#ed4c15;
}
.press_orange{
font-size:11px;
letter-spacing:.1em;
color:#ed4c15;
}
.press_orange_12{
font-size:12px;
letter-spacing:.1em;
color:#ed4c15;
}
.byline_gray{
font-size:14px;
letter-spacing:.1em;
color:#CCCCCC;
}
.byline_white{
font-size:14px;
letter-spacing:.1em;
color:#FFFFFF;
}

.navigation_green{
font-size:12px;
letter-spacing:.1em;
color:#D6DE21;
padding-top:5px;
padding-bottom:5px;
padding-right:15px;
}
.welcomeHead_orange{
font-size:12px;
letter-spacing:.1em;
color:#ed4c15;
padding-top:5px;
padding-bottom:5px;
}
.tenpoint_orange{
font-size:10px;
letter-spacing:.1em;
color:#ed4c15;
padding-top:5px;
padding-bottom:5px;
}
.tenpoint_white{
font-size:10px;
letter-spacing:.1em;
color:#FFFFFF;
padding-top:5px;
padding-bottom:5px;
}
.bigImage{
margin-right:10px;
margin-bottom:10px;
}
a.bigImage:link{
border-color:#D6DE21;
border-style:solid;
border-width:1px;
}
a.bigImage:visited{
border-color:#D6DE21;
border-style:solid;
border-width:1px;
}
a.bigImage:hover{
border-color:#ffffff;
border-style:solid;
border-width:1px;
}
.currentshow_body{
font-size:10px;
color:#CCCCCC;
padding-bottom:5px;

}
.press_body{
font-size:11px;
color:#CCCCCC;
padding-bottom:1px;
}
.currentshow_title_green{
font-size:10px;
letter-spacing:.1em;
color:#D6DE21;
padding-bottom:5px;

}
.currentshow_headline_orange{
font-size:12px;
letter-spacing:.1em;
color:#ed4c15;
padding-bottom:10px;

}
.rightalign{
margin-left:10px;
}
a.green:link {
color:#D6DE21;
text-decoration:none;
}
a.green:visited {
color:#D6DE21;
text-decoration:none;
}
a.green:hover {
	color:#ffffff;
	text-decoration:none;
	text-align: center;
}
a.orange:link{
color:#ed4c15;
text-decoration:none;
}
a.orange:visited{
color:#ed4c15;
text-decoration:none;
}
a.orange:hover{
color:#ffffff;
text-decoration:none;
}
a.greennav:link {
color:#CCCCCC;
text-decoration:none;
}
a.greennav:visited {
color:#CCCCCC;
text-decoration:none;
}
a.greennav:hover {
color:#D6DE21;
text-decoration:none;
}
a.greennav:active {
color:#D6DE21;
text-decoration:none;
}
.green {
	color: #D3C316;
}