/************** RESET ****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}

tables still need 'cellspacing="0"' in the markup
table {	border-collapse: collapse; border-spacing: 0;}
/***************************************/


body
{
	background-color: #262626;
	font-family: IM Fell DW Pica;
	letter-spacing: 1px;
}

a, a:link, a:visited, a:active
{
	color: #E0E5EC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
 
h2
{
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 20px;
	/* text-shadow: 1px 2px 2px #111; disabled because of a chrome bug */
}
 
p
{
	font-family: helvetica;
}

#container 
{
	background-color: #262626;
	height: 100%;
	width: 100%;
}
 
#banner
{
	background: #262626 url(images/bannerBlueDay4.jpg) repeat-x 0 0;
	height: 370px;
}
 
#content
{
	color: #a2cee7;
	margin: auto;
	width: 910px;
}

#mainContent
{
	background: url(images/mainContentBG.gif) repeat-x 0 0;
	float: left;
	width: 630px;
}

#mainContent h1
{
	color: #e0e5ec;
	font-size: 50px;
	margin: 0 0 20px 0;
	text-shadow: 2px 4px 4px #111;
}

#mainContentContent
{
	float: left;
	padding: 0 30px;
}

#mainContentContent p
{
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 20px;
}

#mainContentFooter
{
	background: url(images/mainContentFooterBG.gif) no-repeat 0 0;
	clear: both;
	height: 32px;
}

	#quickLinksWrapper
	{
		background: url(images/quickLinksBG.gif) repeat-x 0 0;
		float: left;
		margin: 23px 0 0 0;
		width: 270px;
	}
	
	.quickLinksHeadline
	{
		color: #e0e5ec;
		font-size: 22px;
		padding: 0 0 8px 0;
		/* text-shadow: 1px 2px 2px #111; disabled bc of chrome bug */
	}
	
	.quickLinksSet
	{
		padding: 0 23px 25px 23px;
	}

	.quickLinksSet a
	{
		color: e0e5ec;
		text-decoration: none;
	}
	
	.quickLinksSet a:hover
	{
		color: white;
		text-decoration: underline;
	}
	
	.quickLinksSet p
	{
		font-size: 11px;
		line-height: 14px;
		padding-bottom: 10px;
	}

	.quickLinksSet img

	{
		float: left;
		padding: 4px 10px 3px 0;
	}

	#quickLinksFooter
	{
		background: url(images/quickLinksFooterBG.gif) no-repeat 0 0;
		clear: both;
		height: 30px;
	}

#nav
{
	color: #b9ad85;
	font-family: Lobster;
	font-size: 25px;
	list-style-type: none;
	margin-left: 50px;
	padding: 10px 0;
}
 
#nav li
{
	color:#515151;
	display: inline;
	padding: 0 25px;
}

#nav li a
{
	color: #E0E5EC;
	background: -moz-linear-gradient(center bottom, rgb(100,149,179) 0%, rgb(70,126,158) 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(100,149,179)), color-stop(1, rgb(70,126,158)));	
	padding: 7px 25px 1px 25px;
	box-shadow: 0 4px 6px rgba(0,0,0,.05);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.05);
}

#nav li a:hover
{
	background: -moz-linear-gradient(top, #487f9e, #009cff);
	background: -webkit-gradient(linear, center bottom, center top, from(#009cff), to(#487f9e));	
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

#footer
{
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 130px;
	background: url(images/footer.jpg) bottom left;
}

.footerText
{
	font-size: 14px;
	margin: 90px 0 5px 50px;
}

.footerCopyright
{
	float: right;
	font-size: 14px;
	margin: 90px 50px 5px 0;

}

.fourOFour
{
	font-size: 80px;
	padding-bottom: 30px;
}