@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/*margin: 0;
	padding: 0;*/
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
	margin:0;
	padding:0;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) top center no-repeat #093737;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
    position: relative;
	width:975px;
    min-height: 100%;
}

#header {
	margin:0;
	width:962px;
	padding: 0 5px 0 8px;
	height:93px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:125px;
	height:93px;
	text-indent:-999px;
}

#header #nav {
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}

#header #nav li {
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

#header #nav li a {
	margin:0;
	float:left;
	display:block;
	height:93px;
	width:140px;
	color:#fff;
	background: url(images/nav-button.png) top left no-repeat;
	line-height:150px;
	text-align:center;
	font-size:14px;
	letter-spacing:0.15em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#header #nav li a:hover {
	background: url(images/nav-button.png) 0 -93px no-repeat;
}

#header #nav li a.active {
	background: url(images/nav-button.png) 0 -186px no-repeat;
}

#content {
	width:915px;
	margin:0;
	padding: 25px 30px;
}

#content p {
	clear:both;
	margin: 0 0 10px;
	padding:0;
	color: #EDE9DD;
	font-size:13px;
	line-height:24px;
}

#content ul {
	margin: 0 0 10px;
	padding:0;
}

#content ul li {
	margin: 0 0 10px;
	color: #EDE9DD !important;
	font-size:13px;
	line-height:16px;
}

.clear-float {
	display: block;
	height: 0px;
	width: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0 0 55px 0;
	clear: both;
	}

#footer {
	position:absolute;
	bottom:0;
	height:40px;
	width:100%;
	text-align: center;
}

#footer ul {
	list-style:none;
	margin:0;
	padding: 0 0 10px;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	color: #EDE8D6;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-right: 1px solid #EDE8D6;
	padding: 0 10px;
}

#footer ul li a.right {
	border-right:none;
}

#footer ul li a:hover, #footer ul li a.active {
	text-decoration:underline;
}

#footer p {
	color:#EDE8D6;
	font-size:10px;
}

#footer p a{
	color:#EDE8D6;
	font-size:10px;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}
