/* GilesFiles Splash Page */

body{
	background: #FFFFFF url(img/gf_spl3_r2_c3.jpg) repeat-x;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#content{
	background: url(img/gf_spl_r1_c1.jpg) no-repeat left top;
	width: 100%;
	text-align: center;
}
#splashBox{
	width: 850px;
	height: 500px;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#splashBox img{
	padding-bottom: 6px;
}	
#splashBox .tagline{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
#splashBox .text{
	padding: 8px 20px 12px 20px;;
	text-align: left;
	font-size: 14px;
	color: #333333;
	background: #93BED2 url(img/text_bg.png) repeat-x;
	border: #5485AB 1px solid;
}
#splashBox .launch{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#splashBox .launch a{
	color: #00789A;
	text-decoration: underline;
}
#splashBox .launch a:hover{
	color: #333333;
	text-decoration: underline;
}
#splashBox .footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}
#splashBox .footer a{
	color: #00789A;
	text-decoration: underline;
}
#splashBox .footer a:hover{
	color: #333333;
	text-decoration: underline;
}
h3{
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
