html
{
	height: 100%;
	background-color: #FFFFFF;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #FFFFFF;
}

a
{
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
}

a:hover
{
	color: #f19321;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

span.subway
{
	margin: 0;
	padding: 0;
	border: 0;
}

div#contactInfo
{
	margin-bottom: 0;
	border: 0;
	color: #717074;
	margin-left: 25%;
	margin-right:20%;
	margin-top:0px;
}

div#contactContainer
{
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	height: 401px;
	top: 50%;
	margin-top: -200px;
}

p
{
	margin: 0;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 0;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

h1, h2, h3
{
	margin: 0;
	padding: 10px;
	border: 0;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

a#logo
{
	position: absolute;
	margin-top: 25px;
	margin-left: 48px;
	z-index: 1;
}

div#homeWords
{
	height: 401px;
	width: 600px;
	position: absolute;
	top: 50%;
	margin-top:-200px;
	margin-left: 28%;
}

/*****
Navigation
Code for Nav tree taken and tweaked with permission from:

� Copyright 2009 
Timothy Anderson
Voltec Design
voltecwebservices.com

*****/

ul.navigation
{
	position: absolute;
	height: 401px;
	top: 50%;
	margin-top:-200px;
	padding-left: 45px;
	font-family: Verdana, sans-serif;
	opacity:0.7;
	z-index: 1;
}

ul.navigation, ul.navigation ul, li 
{
	list-style: none;
}
 
.navigation a 
{
	display: block;
	line-height: 18px;
	font-size: 11pt;
	vertical-align: middle;
	width: 80px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	background: #FFFFFF;
	z-index: 1;
}
 
.navigation a:hover 
{
	color: #f19321;
	z-index: 1;
}

.navigation a[href="#"]:hover
{
	color: #333333;
	background: #FFFFFF;
	z-index: 1;
	text-decoration: none;
}
 
/*****
 Move each submenu over, and then reset the 
 top lever to where it's supposed to be. 
*****/
 
.navigation ul 
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 85px;
	width: 85px;
	z-index: 1;
}
 
.navigation 
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 1;
}
/*****
 We need to get the li's to show up in the
 right spot and then hide them initially
*****/
 
.navigation li 
{
	position: relative;
	padding-bottom: 15px;
}
 
ul.navigation li ul 
{
	display: none;
}
 
/*****
 Now we show the submenu's on hover
*****/
 
.navigation li:hover > ul 
{
	display: block;
}