@charset "utf-8";
/* CSS Document */

#wrapper #mainContent {
	background-image:url(/images/homePageBg.jpg);
	height: 507px;
}
#wrapper #mainContent #leftColumn #flashArea {
	width: 608px;
	height: 261px;
	background-image: url(/images/grfx_01.jpg);
	background-repeat: no-repeat;
}
#wrapper #mainContent #leftColumn #flashArea #flash {
	width: 320px;
	padding: 10px 10px 0 20px;
	float: left;
}
#wrapper #mainContent #leftColumn #flashArea #pdf {
	width: 228px;
	padding: 0 20px 0 10px;
	margin-top: 20px;
	float: left;
}
#wrapper #mainContent #leftColumn #flashArea #pdf p {
	font-size: 12px;
	font-weight: bold;
	color: #b24141;
}
#wrapper #mainContent #leftColumn #flashArea #pdf img {
	margin: 0;
}

#wrapper #mainContent #leftColumn #flashArea #pdf div {
	text-align: center;
	margin-top: 20px;
}
#wrapper #mainContent #leftColumn #tabs {
	width: 608px;
	height: 240px;
	margin-top: 15px;
}
/*PDF Rollover Coding*/
.rollOver {
	position: relative;
	background: url(../images/grfx_04.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 217px;
	height: 25px;
	margin: 10px 0;
	padding: 0;
}
.rollOver a {
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	width: 217px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
}
.rollOver img {
	width: 217px;
	height: 25px;
	border: 0
}
* html a:hover {
	visibility:visible
}
.rollOver a:hover img {
	visibility:hidden
}
.rollOver span {
	position: absolute;
	left: 32px;
	top: 6px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*END PDF Rollover Coding*/

/*TabsRollover Coding*/
#tabsContent .infoRollOver {
	position: relative;
	float: right;
	background: url(../images/grfx_06.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 115px;
	height: 37px;
	margin: 5px;
	padding: 0;
}
#tabsContent .infoRollOver a {
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	width: 115px;
	height: 37px;
	display: block;
	float: right;
	text-decoration: none;
}
#tabsContent .infoRollOver img {
	width: 115px;
	height: 37px;
	border: 0
}
* html a:hover {
	visibility:visible
}
#tabsContent .infoRollOver a:hover img {
	visibility:hidden
}
#tabsContent .infoRollOver span {
	position: absolute;
	left: 25px;
	top: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*Tabs Rollover Coding*/

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0;
}

a:hover {
	
	text-decoration: none;
}

#wrapper #mainContent #rightRail #theDish {
	width: 268px;
	height: 210px;
	background-image: url(/images/grfx_09.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
}
#wrapper #mainContent #rightRail #theDish li {
	width: 268px;
	list-style: none;
	margin: 9px 0;
	background: url(/images/dishNewsBg.jpg) no-repeat;
}
html>body #wrapper #mainContent #rightRail #theDish li {
	margin: 5px 0;
}
#wrapper #mainContent #rightRail .mediaContacts {
	width: 258px;
	height: 500px;
	background-image: url(/images/grfx_01.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 5px 20px 5px 15px;
}
#wrapper #mainContent #rightRail .mediaContacts ul {
	margin-top: 20px;
}
#wrapper #mainContent #rightRail .mediaContacts ul li {
	margin: 13px 0;
	list-style: none;
}
#wrapper #mainContent #rightRail #theDish li a:hover {
	text-decoration: none;
}
#wrapper #mainContent #rightRail #theDish li #spnlink a:hover {
	color: #76A3C7;
	text-decoration: underline;
}
#wrapper #mainContent #rightRail .mediaContacts ul li a:hover {
	text-decoration: none;
}