/* CSS Document  for Splash Page*/

/*********************/
/* RESET */
/*********************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/*********************/
/* BASIC */
/*********************/

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #767575;
}

/***********************************/
/* COMPANY NAME FOR SEARCH ENGINES*/
/**********************************/
.companyName h1 {
	position: absolute;
	float: left;
	margin-left: -999px;
}

/*********************/
/* CONTAINER*/
/*********************/
#splash_container {
	width: 85%;
	margin: 10px auto 5px auto;
	background: #fff;
	border: 2px solid #c4102f;
}

/*********************/
/* SPLASH PAGE BANNER */
/*********************/
.splash_banner {
	width: 800px;
	margin: 10px auto 0 auto;
}

/*******************************/
/* MAIN CONTENT  FOR SPLASH PAGE*/
/*******************************/

#splash_content {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

#splash_content p {
	font-size: .70em;
	color: #767575;
	text-align: justify;
	line-height: 16px;
	padding: 0 175px 0 65px;
	margin: 10px 0;
}

#splash_content h1 {
	font-family: Candara, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: bolder;
	line-height: 20px;
	margin-top: 20px;
	padding-left: 65px;
}

.enter_site img {
	padding-left: 595px;
	padding-bottom: 10px;
	border: hidden;
}

