/* CAUSEWAY SPLASH STYLE SHEET */

body{
	margin: 15px;
	padding: 0;
	background: #fff;
	color: #000;
	font: 12px/1.3em arial, helvetica, sans-serif;
	text-align: center;
}

#wrap {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #9aa1b1;
	text-align: center;
}

#container {
	margin: 15px 160px;
}

#splashfooter {
	margin: 1em 0 0;
	font-family: times new roman, times, serif;;
}

div.block {
	position: relative;
	float: left;
	width: 169px;
	min-height: 213px;
	height: auto !important;
	height: 213px;
	margin: 0 25px;
	padding: 10px 21px 10px 14px;
	background: url(../images/splash_subbg.jpg) 0 0 no-repeat;
}

div.clear {
	clear: left;
	height: 10px;
}

p {
	margin: 0.2em 0 1em;
}

h1 {
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../images/splashheadernob.jpg) 0 0 no-repeat;
	border: 1px solid #888;
	text-indent: -999em;
}

h2 {
	margin: 0.5em 0 0.8em;
	padding: 0 0 3px;
	color: #122550;
	background: url(../images/splash_greylines.gif) 50% 100% no-repeat;
	font: bold 16px/1.4em times new roman, times, serif;
	text-transform: uppercase;
}

a {
	color: #122550;
}

a.learnmore {
	position: absolute;
	left: 48px;
	bottom: 25px;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/splash_button.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
