/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
  height:400px;
	height: 100%;
}
/* end hide */

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

img.logo {
	margin: 15px;
	padding: 0;
	border: none;
}

img.email {
	margin: 10px 0 10px 15px;
}

#navList {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#navList li {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navList li a {
	color: #FFFFFF;
	text-decoration: none;
	background: #222222;
}

h1 {
	margin: 0 0 0 15px;
	color: #FFFFFF;
	background: #222222;
	font-family: Tahoma, helvetica, geneva, sans-serif;
	font-size: 36px;
	width: 600px;
}

p {
	margin: 0 0 0 15px;
	color: #FFFFFF;
	background: #222222;
	font-family: Tahoma, helvetica, geneva, sans-serif;
	font-size: 10px;
	width: 600px;
}

#noFlash {
	color: #999999;
	background: #222222;
}

.getFlash {
	color: #aca899;
	background: #222222;
}
