/* Splash page specifics */
.splashPage #top
{
	background: none;
}

.splashPage #logo
{
	margin: 19px 0px 0px 36px;
	width: 932px;
	height: 54px;
}

.splashPage #systemWideMenu, #systemWideMenu_hlContact a
{
	color: #491966;
	text-transform: none;
}

.splashPage #systemWideMenu label,
.splashPage #systemWideMenu a,
.splashPage #systemWideMenu a:visited
{
	color: #491966;
}

.splashPage #systemWideMenu input.image
{
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	background: url(/Site/Presentation/Design/GeneralImages/search.gif) no-repeat top left;
	width: 17px;
	height: 17px;
}

.splashPage #firstLevelNavigation
{
	height: 9px;
	background-color: #cecd00;
}

/* Splash menu */
#splashMenu
{
	width: 100%; 
	font-size: 0.85em;
	position: relative;
	z-index: 2;
	background-color: #491966;
	height: 25px;
}

/* remove all the bullets, borders and padding from the default list styling */
#splashMenu ul
{
	padding: 0;
	margin: 0;
	list-style: url();
	list-style: none;
	width: 100%;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#splashMenu li
{
	float: left;
	position: relative;
}

#splashMenu ul ul li 
{
	width: 100%;
}

/* style the links for the top level */
#splashMenu a, #splashMenu a:visited
{
	display: block;
	text-decoration: none; 
	color: #fff; 
	height: 25px;
	padding: 0px 0px 0px 16px;
	line-height: 25px;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
	border-right: 2px solid #fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#splashMenu ul ul
{
	visibility: hidden;
	position:  absolute;
	height: 0;
	top: 25px;
	left: 0;
}

/* another hack for IE5.5 */
* html #splashMenu ul ul
{
	top: 25px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#splashMenu table 
{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

#splashMenu td 
{
	padding: 0px;
}

/* style the second level links */
#splashMenu ul ul a:link, #splashMenu ul ul a:visited
{
	color: #491966;
	background-color: #cecd00;
	height: auto; 
	line-height:1em; 
	padding: 5px 0px 5px 16px;
	font-size: 11px;
	cursor: pointer;
	border-right: 0px;
}

/* style the top level menu for each channel */
/* orange channel */
#splashMenu ul .splashChannel a, #splashMenu ul .splashChannel a:visited
{
	width: 186px;
}

/* style the second level menu for each channel */
#splashMenu ul ul a,
#splashMenu ul ul a:visited
{
	/*filter: alpha(opacity=77);
	-moz-opacity: 0.77;*/
}

* html #splashMenu ul ul a
{
	width: 100%;
}


/* style the top level hover */
#splashMenu a:hover
{
	color: #fff; 
	border: 0px solid black; /* hack so IE5.5 shows the submenu */
	border-right: 2px solid #fff;
}

#splashMenu ul .splashChannel ul a:hover
{
	color: #fff;
	background-color: #491966;
	filter: none;
	-moz-opacity: 1.0;
	border-right: 0px;
}

/* make the second level visible when hover on first level list OR link */
#splashMenu ul li:hover ul,
#splashMenu ul a:hover ul
{
	visibility:visible; 
}

#splashBlocks
{
	height: 220px;
	padding: 12px 0px 10px 0px;
}

#splashBlock1
{
	float: left;
	width: 320px;
	height: 220px;
}

#splashBlock2
{
	float: right;
	width: 320px;
	height: 220px;
}

#splashMessageBlock
{
	float: left;
	width: 320px;
	height: 220px;
	margin-left: 16px;
	border: 1px solid #491966;
	background-color: #491966;
}

#splashMessageBlock h2
{
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	border-bottom: 8px solid #cecd00;
	padding-left: 15px;
}

#splashMessageBlock #links
{
	padding-top: 0px;
}

#splashMessageBlock a
{
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	display: block;
}

#splashMessageBlock a:hover 
{
	text-decoration: underline;
}

#splashMessageBlock #morenews
{
	font-weight: normal;
	position: relative;
	width: 290px;
	top: 153px;
	text-align: right;
}