/*-----------------------------------------------
NLW splash page css
Author:	Peter Gill and Associates 
Version:	9 October 2006
Revision: 
----------------------------------------------- */

body {	text-align: center;	background: #8FB0C0; margin:0px; padding:0px;}

hr {display: none;}

/* clear classes */
.cb {clear: both;}

body {
	font: 11px/1.5em Verdana, Arial, Helvetica, serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font: 11px/1.5em Verdana, Arial, Helvetica, serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #000;
}

form {margin:0; padding:0;}

/*###################################
/* splash */
#splash #container2 {
	text-align: left;
	width:560px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -210px;
}
#splash #masthead {background: none; height:85px; padding:0; margin:0;}

#splash .titleSplash{float:right;text-align:right;color:#000;line-height:1.3em;padding: 10px 0 0 0;font-size: 1.2em;}
#splash .tag{ display:none; text-align:right; font-size:1em; color:#FFFFFF; font-weight:bold; width:100%;}

#splash #languageBar{float:left; background:#333; width:100%; padding:2px 0px; color:#FFFFFF; display:block; line-height:2.2em; text-align:center}
#splash .lang {margin:0px 10px; font-size:0.8em; display:inline; color:#FFFFFF;}
#splash .lang a{margin-right:10px; font-size:1.5em; color:#FFFFFF;}

/* footer */
#splash #footer {
	margin:-5px 0px -20px 0px;
	padding:8px 0 0 0;
	font-size:78%;
	height:55px;
}

#splash #footer img{
	float:left;	
	margin:5px 10px 0 0; padding:0;
	border: 1px solid #DF0031;
}

#splash #footer #footeritems{
	margin:5px 0px 5px 0px;
	padding:5px 5px;
}

/* ie6 hack */
* html #splash #footer #footeritems{padding:10px 0 0 0;}
/* ie7 hack */
*+html #splash #footer #footeritems{padding:10px 0 0 0;}

#splash .footerCopyright { width:100%; text-align:center;}

/* ie6 hack */
* html #splash .footerCopyright{margin:25px 0 0 0;}
/* ie7 hack */
*+html #splash .footerCopyright{margin:25px 0 0 0;}
