@charset "utf-8";
/* CSS Document */

html, body {
	background: #2a292f;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #db6f06;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

p, li {
	line-height: 1.4em;
	margin: 0;
}

a:link, a:visited {
	color: #1ce4a2;
}

a:hover, a:active {
	color: #db6f06;
}

#container {
	background: url(images/sky-bg.jpg) 186px 0 no-repeat;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	margin: auto;
	padding-bottom: 9px;
	width: 985px;
}

#header {
	height: 140px;
	position: relative;
}

#logoLink {
	background: url(images/logo.png) no-repeat;
	height: 94px;
	left: 0;
	top: 30px;
	position: absolute;
	width: 252px;
}

#logoLink a {
	display: block;
	height: 100%;
	width: 100%;
}

#left {
	border-top: 1px solid #87827b;
	float: left;
	margin-right: 10px;
	padding: 60px 0 0 0;
	text-transform: uppercase;
	width: 186px;
}

#left ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#left li {
	line-height: 20px;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 150px;
}

#left li a, #left li span {
	display: block;
	height: 20px;
	padding: 5px 5px 5px 15px;
	width: 130px;
}

#left li a, #right a {
	color: #FFF;
	text-decoration: none;
}

#right a, #right span {
	display: block;
	padding-bottom: 10px;
}

#right a.emailLink {
	color: #1ce4a2;
	display: inline;
	text-decoration: underline;
}

#left li a:hover, #right a:hover, #right span {
	color: #db6f06;
}

#left li span {
	background: #0c1514;
}

#middle {
	background: url(images/content-bg.png) repeat-y;
	float: left;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	margin: 60px 10px 0 0;
	padding: 10px;
	width: 525px;
}

#right {
	border-top: 1px solid #87827b;
	float: left;
	font-size: 11px;
	padding: 60px 0 0 35px;
	text-transform: uppercase;
	width: 199px;
}

#footer {
	color: #666;
	font-size: 10px;
	margin: auto;
	padding: 10px 235px 10px 0;
	text-align: right;
	width: 750px;
}

.green {
	color: #1ce4a2;
}

ul.orangeBullets {
	color: #db6f06;
	margin: 1em 0 0 0;
	padding: 0 0 0 1.6em;
}

ul.orangeBullets span {
	color: #FFF;
}

.clearFix {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.imageRight {
	float: right;
	margin: 0 0 1em 1em;
}