/*
*	Modifies the normal page styles into the homepage's layout.
*/

div#content
{
	border-top: none;
	padding: 0px;
	width: 31.9em;
}

div#splash 
{
	background: #961616 url(./images/splash-bg.jpg) no-repeat top right;
}

div#splash h1
{
	background: url(./images/home-map.gif) no-repeat top right;
	color: white;
	font: italic 1em/1.7em georgia, serif;
	margin: 0px;
	margin-right: 250px;
	padding: 1em 90px 1em 1.7em;
}

div#introduction
{
	float: left;
	padding: 0em 1.7em;
	width: 17.6em;
}

div#take-action
{
	background: #F0F0F0;
	float: left;
	padding: 0em 1em;
	width: 7.4em;
}

div#take-action ul
{
	padding-left: 1.4em;
	margin-left: 0em;
}

h2
{
	color: #0A0A7D;
	font-weight: normal;
}

p#next-page
{
	text-align: right;
	margin-top: 1.5em;
	margin-bottom: 0em;
}

ul#navigation
{
	border-top-color: #A64343;
}
