/* Four Mind Site - default Theme */
/* Splash Page CSS - splash.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: June 2, 2008 */

/* Basic Elements */

body {
	background-color: #F0F0EC;
	margin: 0px;
	padding: 0px;
	min-width: 772px;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #847B72;
	text-align: center;
}
a:link {
	color: #006daa;
	text-decoration: none;
}
a:visited {
	color: #006daa;
	text-decoration: none;
}
a:hover, a:active {
	color: #0085CF;
	text-decoration: underline;
}
a img { border: none; }
.hidden { display: none; }
.clear { clear: both; height: 0px; }

h2 {
	margin: 0 0 5px;
}

#container {
	margin: 80px 0 0;
	border-color: #CABEB2;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background: #fff url(images/splash_bg.jpg) no-repeat center bottom;
	height: 380px;
}
#header {
	margin-top: 80px;
}
#splash-logo {
	text-align: right;
	width: 772px;
	margin: 40px auto 20px;
}
.splash-text {
	text-align: right;
	width: 772px;
	margin: 40px auto 20px;
}
.splash-text p {
	text-align: left;
	margin-left: 280px;
}

#Footer {
	margin: 0 auto;
	padding: 8px 72px 0;
	text-align: right;
	color: #999;
	clear: both;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	width: 772px;
}


/* End Splash CSS */