*{
	margin: 0;
	padding: 0;
	text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px; /* Fixes bad text rendering in safari 3 and 4  */
}

html {
	height: 100%;
}

body{
	height: 100%;
	font-family: arial, sans-serif;
	background-color: #2A2A2A;
}

img{
	border-width: 0px;
}

h1, h2, h3{
	margin-bottom: 5px;
}

h1, h2, h3{
	margin-top: 20px;
	font-family: "Trebuchet MS", arial, sans-serif;
	letter-spacing: 1px;
}

h1{
	padding-left: 40px;
	border-bottom: 1px solid #9C9C9C;
	color: #8DC63F;
	font-size: 24px;
	font-weight: normal;
}

h2{
	color: #54BCEB;
	font-size: 20px;
	font-weight: normal;
}

h3{
	color: #C8DF8E;
	font-size: 16px;
	font-weight: bold;
}

p, ul, ol, table{
	margin-bottom: 10px;
}

p, li, td, th{
	color: #FFFFFF;
}

p, li, a, td, th{
	font-size: 14px;
}

p{
	line-height: 20px;
}

a{
	color: #9C9C9C;
}

a:hover{
	color: #C8DF8E;
}

th{
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #C8DF8E;
	vertical-align: top;
}

th, td{
	padding: 2px;
}

input, textarea, select{
	padding-bottom: 1px;
	font-size: font-size: 14px;
	background-color: #3A3A3A;
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
	width: 150px;
}

input.button{
	width: auto!important;
	padding: 0 5px;
	color: #54BCEB;
}

div#wrapper{
	min-width: 605px;
	min-height: 99%;
	margin: 0;
	text-align: left;
}

div#header{
	height: 60px;
	padding: 20px 40px 0 40px;
	font-size: 36px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, sans-serif;
	letter-spacing: 1px;
}

div#header span.c1{
	color: #C8DF8E;
}

div#header span.c2{
	color: #8DC63F;
}

div#header span.c3{
	color: #FFFFFF;
}

ul#topNav{
	height: 30px;
	margin-bottom: 60px;
	padding: 0 40px;
	list-style-type: none;
	border-top: 2px solid #9C9C9C;
	background-color: #3A3A3A;
}

ul#topNav li{
	display: block;
	float: left;
	margin: 5px 70px 5px 0;
	position: relative;
}

ul#topNav li.last{
	margin-right: 0;
}

ul#topNav li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-transform: lowercase;
}

ul#topNav li a:hover, ul#topNav li.active a{
	color: #54BCEB;
}

ul#topNav li ul{
	display: none;
	position: absolute;
	width: 200px;
	left: 0;
	top: 1em;
	margin-top: 3px;
}

ul#topNav li:hover ul{
	display: block;
}

ul#topNav li ul li{
	float: none;
	width: 200px;
	height: 20px;
	margin-left: -10px;
	padding-left: 10px;
	background-color: #3A3A3A;
}

ul#topNav li.active ul li a{
	color: #FFFFFF;
}

ul#topNav li ul li a:hover, ul#topNav li ul li.active a{
	color: #9C9C9C;
}

ul#topNav li ul li.first{
	margin-top: 12px;
}

ul#topNav li ul li a{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

div#content{
	max-width: 900px;
	padding: 0 40px 65px 40px;
}

div#footer{
	clear: both;
	height: 20px;
	margin-top: -35px;
	padding: 5px 40px;
	border-top: 2px solid #9C9C9C;
	font-size: 12px;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #9C9C9C;
}

div#footer a{
	font-size: 12px;
}

.contact th{
	width: 100px;
}

.contact input, textarea{
	width: 200px;
}
