/* SWF Home CSS - Author: Jeff Griffiths:  Revision: 0  Date: 12-12-2007 */

/* Revision 1 Date: 04-20-2010 */

/* Import CSS Reset to zero everything out */

@import url(reset.css);

/* ***Begin our Formatting*** */

a:link {
	text-decoration: none;
}	

a:hover {
	color: #FFFF00;
	cursor: pointer;
	text-decoration: none;
}

body {
	margin: 0px;
	width: 100%;
	text-align: center;
	background-color: #4C1601;
}

img {
	border: 0;
}

#floatclear {
	height: 1px;
	clear: both;
}

#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#contentwrapper {
	margin-left: -340px; /* .5 width */
	position: absolute;
	top: -212px; /* negative .5 height */
	left: 50%;
	width: 680px;
	height: 424px;
	visibility: visible
	background-color: #yellow;
	background-image: url(images/backgrounds/home_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 160px;
	background-color: transparent;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 19px;
	color: #FFFFFF;
}

#nav {
	width: 220px;
	height: 250px;
	margin-top: 55px;
	background-color: transparent;
	text-align: left;
	float: left;
}

#content {
	width: 460px;
	height: 250px;
	margin-top: 65px;
	background-color: transparent;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 13pt;
	color: #FFFFFF;
	float: right;
}

#footer {
	height: 13px;
	background-color: transparent;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	font-style: italic; 
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 13pt;
	color: #FFFFFF;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

.links-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

@media print {

	/* Hide everything we're not printing */

		.noprint {display:none; margin:0; padding:0;}
		.novis {visibility:hidden;}
}
/* ***EOF*** */
