﻿/* hide from ie on mac \*/
* html #wrapper {
	height: 1%;
}
#flashobj {
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	display: block;
	margin-left: auto; 
	margin-right: auto;
}
/* end hide */

* { margin: 0; padding: 0; }
body { 
	height: 100%;
	background-color: #000000;
	background-image: url('images/background.jpg');
	background-position: right 0px;
	background-repeat: no-repeat;
	font-size: 80%;
}

p, h1, #navigation a {	font-family: Century Gothic, Geneva, Verdana, Arial, sans-serif; }
p { font-size: 1em; color: #cccccc; line-height: 23px; }
h1 { font-size: 1em; font-weight: bold; color: #ffffff; margin-bottom: 10px; }
a { color: #f2b0b0; }

#form {
	font-family: Century Gothic, Geneva, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
#nav, #header, #copy {
	display: block;
}
#nav {
	width: 40em;
	margin: 50px 0px 0px 130px;
	min-height: 10px;
}
#header {
	margin: 100px 0px 0px 96px;
}
#copy {
	position: relative;
	left: 130px;
	width: 500px;
	margin-top: 50px;
}

/*//////////     Navigation     //////////*/

#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation a {
	display: block;
	font-size: 1.1em;
	color: #eeeeee;
	text-decoration: none;
}
#navigation a:hover {
	color: #f2b0b0;
}
#navigation li {
	float: left;
	margin-right: 3em;
	height: 20px;     /* this is to exted the hit-box down far enough to maintain a rollover state when moving down to sub-categories */
}
#navigation li ul {
	position: absolute;
	padding-top: 5px;     /* this cannot exceed the height of the li above or rollover state will be lost */
	width: 25em;
	font-size: .8em;
	line-height: 15px;     /* distance between each subcategory */
	left: -999em;
	
}
#navigation li:hover ul {
	left: auto;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}