/****************************

Copyright the David Turner

Design CSS

Coded by David Turner
www.davidturner.info

NOTE: This code is copyrighted. No unauthorized use
is allowed. Dont steal code. However, please feel free
to look at how we did something then write it yourself.

*/
@import '/css/screen.css';

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #F5F5F5 url(/images/bg.gif) center top repeat-x;
}


#header {
	width: 100%;
	height: 310px;
	float: left;
	background:url(/images/header_bg.png) top center no-repeat;
}

#header h1 {
	text-indent: -9999em;
	background:url(/images/header.gif) center center no-repeat;
	height: 80px;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 86px;
	margin-bottom: 0;
	padding: 0;
}

#header h2 {
	width: 100%;
	color: #D2F1FF;
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
}

#content {
	float: left;
	width: 50%;
	margin-left: 50%;
}
#content div{
	float: left;
	width: 700px;
	margin: 40px 0 10px -350px;
}

#content div dl {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}

#content div dl dt {
	color: #006795;
	font-size: 4.8em;
}

#content div dl dd p {
	color: #58595B;
	font-size: 2.4em;
	margin-bottom: 0.6em;
}

#firefox { 
	float: left;
	width: 100%;
	text-align: center; 
	margin-top: 2em;
	padding-top: 20px;	
}

#footer { 
	float: left;
	width: 100%;
	text-align: center; 
	margin-top: 2em;
	background: url(/images/footer_bg.gif) center 50px no-repeat;
	padding-top: 20px;	
}

#footer ul {
	padding: 0;
	margin: 0 0 3em;
	display: block;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 0.5em;
}

#footer ul li a {
	font-size: 1.2em;
	text-transform:uppercase;
	color: #006795;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover { text-decoration: underline; }

#footer h2 {
	font-size: 2em;
	font-weight: normal;
	color: #999;
}

#footer p{
	color: #006795;
	font-weight: bold;
}

div.atffc { display: none; }