
body#splash {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  background: #000000;
  background-image: url('/img/splash/splash1.jpg');
}


/* Splash Header
 * --------------------------------------------------------------------- */
#splashheader {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	color: #fff;
	padding: 8px 0 6px 0;
	font-size: 12px;
	line-height: 1.2em;
}

#splashheader h1 { font-size: 100%; font-weight: normal; color: #fff;}

#splashheader select { margin: 0px; }

#splashheader p { margin: 0;
	color: #fff;
	padding-top: 6px;
}

#splashheader p a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#splashheader p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#splashlogo {
	height: 72px;
}


#splashlogo a {
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 72px;
	width: 175px;
	text-decoration: none;	
}

/* Header Nav - from 'Tabs' plugin, needs a tidy-up -- 15/2/09 PA
 * --------------------------------------------------------------------- */

.tabs { 
	height:1%; /* fixing IE 6 */
	margin:0 0 1em 0;
	min-height:auto;
	overflow:auto;
}
.tabs li {
  border-bottom:none;
  line-height:1.5; 
  margin:0 0 0 0;
  padding:0;
  list-style-type: none;
}

.tabs li a { 
  color:#fff;
  cursor:pointer;
  font-weight:normal;
  margin: 0 0 0 0;
  border-bottom: 1px transparent #000;

}

li.blanktab, li.blanktab a {
	margin:0;
	padding:0;
	width:0;
	border: none;
	text-decoration: none;
}

.tabs li a.selected { 
  color:#fff;
  border-bottom: 1px solid #fff;
  cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover { 
  outline:none;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
  border-bottom: 1px solid #fff;
}	
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}



/* Main Content Styles
 * --------------------------------------------------------------------- */
#main { margin: 0; }

.smallprint {
	font-size: 75%;
	color: #fff;
	line-height: 1em;
}

#about {
color: #fff;
	font-size: 15px;
	line-height: 1.6em;
background: none;
margin-left: 160px;
margin-right: 160px;
margin-top: 100px;
float: left;
display: inline;
}


#about a, #about a:visited {
	border-bottom: 1px dotted;
	color: #fff;
	text-decoration: none;
}

#about a:hover, #about a:active {
	border-bottom: 1px solid;
	color: #fff;
	text-decoration: none;
}

  
/* Page Footer - Sticky Footer by Steve Hatcher - http://www.cssstickyfooter.com
 * --------------------------------------------------------------------- */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

.container {padding-bottom: 15px;}  /* must be same height as the footer */

#footer {position: relative;
    margin-top: -15px; /* negative value of footer height */
	height: 15px;
	clear: both; 
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#foot {
	margin: 0 auto;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #fff;
	background: none;
	font-size: 9px;
	line-height: 10px;
	height:15px;  /* also same height as the footer */
	width: 950px;
}

#foot p {
	margin: 0;
	float: left;
	text-align: left;

}

#foot p a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#foot p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}


/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

/* EOF */
