﻿/* Splash Page Styles */

html, body {
	height: 100%;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ecddba;
	/*background-color: #E4C86C;*/
	margin: 0;
}

#corner { 
	  display: block;
	  left: 0;
	  top: 0px;
	  overflow: visible;
	  width: 150px;
	  height: 150px;
	  margin: 0;
	  padding: 0;
	  z-index: 9999;
	  border: none;
	  float: left;
	}
	
#corner2 { 
	  display: block;
	  right: 0;
	  top: 0px;
	  overflow: visible;
	  width: 150px;
	  height: 150px;
	  margin: 0;
	  padding: 0;
	  z-index: 9999;
	  border: none;
	  float: right;
	}

#wrap {
	width: 403px;
	margin: 0 auto;
}	

#splashHeader {
	margin-left: auto;
	margin-right: auto;
	width: 403px;
	height: 100px;
}

#splash {
	position: relative;
	width: 403px;
	height: 400px;
	margin: 5px auto 20px auto;
}

#splashTopL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#splashTopR {
	float: left;
	margin-bottom: 10px;
}

#splashBottomL {
	float: left;
	margin-right: 10px;
}

#splashBottomR {
	float: left;
}

.splashLink a:link {
	border: 10px solid #1D3164;
	display: block;
	width: 175px;
	height: 175px;
}

.splashLink a:visited {
	border: 10px solid #1D3164;
	display: block;
	width: 175px;
	height: 175px;
}

.splashLink a:hover {
	border: 10px solid #D7A329;
	display: block;
	width: 175px;
	height: 175px;
}

.splashLink a:active {
	border: 10px solid #D7A329;
	display: block;
	width: 175px;
	height: 175px;
}

#splashFooter {
	margin-left: auto;
	margin-right: auto;
	background-color: #EEE8AA;
	border: 1px solid #1D3164;
	width: 391px;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 20px 10px;
	-webkit-border-top-right-radius: 20px 10px;
	-webkit-border-bottom-left-radius: 20px 10px;
	-webkit-border-bottom-right-radius: 20px 10px;
	text-align: center;
	font-size: 80%;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* End Splash Page Styles */