@charset "utf-8";
/* CSS Document */

/* SPLASH PAGE LAYOUT */

#container {   /*Wraps around the whole layout with rule */
	width: 1024px;
	/*margin: 15px auto 0px auto;*/ /*trbl*/
	position:relative;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	
}
#splashheader {
	position: relative;
	background-repeat: no-repeat;
	background-image:url(images/splashnclogo.jpg); 
	background-position:bottom center;
	height:125px;
	background-color:#fff;
		
}

#splashmiddle {
	position:relative;
	height:320px;
	background-repeat: no-repeat;
	background-image:url(images/splashmid.jpg); 
	background-position:top;
	color:#fff;
	font-size:80%;
	text-align:center;
	
}

#splashmiddle_inner {
padding-top:290px;
}

#splashmiddle a {
	text-decoration: underline;
	color:#fff;
	font-weight:bold;
	text-align:center;
	

}

#splashmiddle a:hover {
	color:#b25b2e;

}


#splashtag {
	position:relative;
	text-align:center;
	margin-top:10px;

}

#splashtag  h2 {
	font-size:110%;
	
}

#splashtag  h1 {
	font-size:140%;
	
}


#splashfooter {
	position:relative;
	height:50px;	
	padding: 10px 0px 10px 0px;  /*trbl*/
	text-align:center;
	margin-top:20px;
		
}

#splashfooter p {
text-align:center;
	font-size: 75%;
}


#splashfooter a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	
}
		
#splashfooter a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}

#splashfooter a:hover {
	color: #aa5e24;
	font-weight:bold;
	text-decoration:underline;
		}




/* Specialty Formatting */


.splashTextSmall
{
	letter-spacing: 1.5px;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 20px 5px 5px 250px;/*trbl*/
	line-height: 3em;
}


.splashTextMain
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;

}

.rust {
	color:#b25b2e;
	}

.black {
	color:#000;
	}

	