/* *********************************************************
   Test splash page
   ********************************************************* */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, helvetica, tahoma, arial;
 	background-color: #294d96;
}

h1 {
   font-size: 16px;
   font-weight : bold;
   padding : 0px 0 0px 0;
   margin : 0;
}

h2 {
   font-size: 16px;
   font-weight : bold;
   padding : 0px 0 0px 0;
   margin : 0;
}
a {
  color : #ffffff;
  background : none;
  text-decoration : none;
}

a:hover {
		color : #ffffff;
		text-decoration : underline;
}

a.map {
font-size:16pt;
color:#2F2F2F;
}

.content {
		 margin : 0 auto;
		 width : 900px;
}

#main_pic {
 		  position:relative;
 		  margin-top: 20px;
 		  background-image: url(images/splash_1.jpg);
 		  width: 900px;
 		  height: 675px;
}

#main_pic2 {
 		  position:relative;
 		  margin-top: 20px;
 		  background-image: url(images/splash_2.jpg);
 		  width: 900px;
 		  height: 675px;
}

#text_block {
	position:absolute;
	top: 234px;
	left: 400px;
	width: 465px;
	height: 230px;
	font-size: 13px;
	color: #2F2F2F;
	text-align : justify;  /* can have left right center */
		  
}

body.powerflush #text_block {
	top: 224px;
	  
}

#text_block2 {
	position:absolute;
	top: 368px;
	left: 400px;
	width: 465px;
	height: 230px;
	font-size: 13px;
	color: #2F2F2F;
	text-align : justify;  /* can have left right center */
}

#footer {
	display: block;
	clear: both;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-align: center;
}

.clear {
	clear: both;
}

/* hide ugly dotted lines */
* html a:hover {
	border: 1px solid #acb3b7;
}

/* hack for IE to display correct font size */
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for other IE versions */
}
