/* Element positioning */

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 0 0;
	margin:	0 auto 0 auto;
	width: 800px;
	background: #FFFFFF;
}
#header {
	clear: both;
	width: 100%;
	text-align: center;
	height: 150px;
	margin-top: 15px;
}
#navigation {
	clear: both;
	position: absolute;
	top: 170px;
	z-index: 2;
	display: block;
	height: auto;	
}
#splash {
	position: relative;
	margin:	15px auto 0 auto;
	height:	300px;
	overflow: hidden;
	z-index: -1;
	display: block;
	-moz-box-shadow: 0px 2px 4px #CCC;
	-webkit-box-shadow: 0px 2px 4px #CCC;
	box-shadow: 0px 2px 4px #CCC;
	behavior: url(ie-css3.htc);
}
#content {	
	clear: both;
	width: 720px;
	padding: 20px 40px;
	height:	auto;
}
#signup {
	width: 720px;
	text-align:	center;
	margin:	0 auto 0 auto;
}	
#footer {
	position: relative;
	clear: both;
	text-align:	center;
	width: 700px;
	margin:	10px auto;
	padding: 0px;
	font-size: 0.8em;
}

/* Formatting */

img {
	border:	0;
}
h1 {	
	font-size: 3.5em;
	border-bottom: 1px solid #333;
	font-weight: 100;
	letter-spacing: -1px;
}
h2 {		
	clear: both;
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing:	-0.5px;
	margin: 25px 0px 15px 0;
	font-weight: 100;
	text-align: center;
}
p {	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.3em;
	line-height: 1.8em;
}
#content p {
	font-size: 1.5em;
}
#content a, #footer a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	font-weight: 600;
	border-bottom: 1px solid black;
	text-decoration: none;
}
#header img {
	border: none;
}	
#content ol {
	margin: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
}
#content ol li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	margin: 5px;
}
#content ul {
	margin: 20px;
	list-style-type: square;
}
#content ul li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	margin: 5px;
}	
#content ol a {
	color: black;
	text-decoration: underline;
	border:	none;
	font-weight: 300;
}
dl {
	display: inline;
	width: 720px;
}
#applinks {
	width: 650px;
	margin:	40px auto 20px auto;
	border:	1px solid #222;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.8em;
	padding: 10px;
	-moz-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
}
#applinks p {
	margin: 5px;
}
#needtoknow {
	margin-left: -20px;
}
#needtoknow li {
	clear: both;
	float: left;
	margin: 0 0 0px 0;
	line-height: 1.6em;
	width: 680px;
	list-style-type: none;
	text-align: justify;
}
#needtoknow span {
	list-style-type: none;
	clear: both;
	float: left;
	font-weight: 300;
	text-decoration: underline;
	margin: 20px 0 5px -15px;
	width: auto;
}
	
/* Dropdown Navigation */

#navigation ul {
	position: relative;
	list-style-type: none;
	z-index: 2;
	margin-left: -40px;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	width: 200px;
	background-color: #002C58;
	opacity: 0.95;
	color: black;
	font-size: 14px;
	text-align: center;
	position: relative;
	text-transform:	uppercase;
	padding: 5px 0;
	z-index: 2;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
}
#navigation ul li:hover {
	background: #FFFFFF;
}
#navigation ul li:hover > a {
	color: #000;
}
#navigation li:hover > ul {
	display: block;
	margin: 26px 0 0 0px;
}

#navigation ul ul {
	margin: 40px;
	width: 160px;
	display: none;
	position: absolute;
	top: 0px;
	list-style-type: none;
	-moz-box-shadow: 3px 3px 5px #333;
	-webkit-box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 5px #333;
}
#navigation li li {
	font-size: 11.5px;
	text-transform:	none;
	text-align:	left;
	padding: 7px 5px 7px 15px;
	line-height: 1.3em;
	display: block;
	background: #FFF;
	width: 180px;
	margin-left: -40px;
}
#navigation li li a {
	color: #000;
}
#navigation li li:hover {
	background:	#EEEEFF;
	color: black;
}
#navigation li li a:hover {
	text-decoration: underline;	
}
	
/* Contact Form */

#contact h2 {
	padding: 10px;
}
#mailing {
	clear: both;
	width: 355px;
	float: left;
}
#location {
	width: 355px;
	float: left;
	margin-top: 0px;
}			
#phone {
	margin: 0px;
	clear: both;
	float: left;
}
#contact li {
	list-style: none;
	clear: both;
	width: 600px;
	position: relative;
}			
#contact label {
	display: inline-block;
	clear: left;
	margin: 3px 15px 3px 3px;
	padding: 1px;
	width: 150px;
	text-align: right;
	vertical-align: top;
}			
#contact input, #contact textarea {
	position: relative;
	padding: 3px;
	font-size: 100%;
}
#contact {
	width: 720px;
}
