* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
pre, code {
	font-family: monospace;
}
html {
	background: #95b3bb url('/skin/bg.png') repeat top center;
}
body {
	min-height: 512px;
	background: transparent url('/skin/top.png') repeat-x top center;
}
body, table {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
ul, ol, dd {
	padding-left: 14px;
}
img {
	border: 0;
}
h1 {
	font-size: 75px;
	line-height: normal;
	font-weight: normal;
	color: #1c3137;
	z-index: 1;
	position: absolute;
	top: 43px;
	left: 279px;
}
	h1 strong {
		color: #ffffff;
	}
h2 {
	margin-bottom: 10px;
	border-top: 1px solid #1c3137;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}
	h2 strong {
		color: #1c3137;
	}
h3 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #1c3137;
}
input, textarea {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #1c3137;
	line-height: normal;
	font-size: 12px;
	color: #1c3137;
}
input.invalid, textarea.invalid {
	border-color: #ff0000;
}
input.btn {
	margin-right: 3px;
	border: 0;
	background: #1c3137;
	text-align: center;
	color: #ffffff;
}
input.btn:hover, input.btn:active {
	background: #ffffff;
	cursor: pointer;
	color: #1c3137;
}
.noborder {
	border: 0;
}
a, a:visited {
	text-decoration: none;
	color: #1c3137;
	outline: none;
}
a:hover, a:active {
	background-color: #1c3137;
	color: #ffffff;
}
a.active, a.active:visited {
	color: #ffffff;
}
span.invalid {
	margin-left: 5px;
	font-weight: bold;
}

div#container {
	width: 900px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
	position: relative;
}
	div#header {
		height: 170px;
		margin: 1px 1px 0;
		padding: 0 20px;
		text-transform: uppercase;
		position: relative;
	}
		div#header ul {
			padding-left: 0;
			line-height: 25px;
			letter-spacing: 3.5px;
			font-size: 21px;
			z-index: 2;
			position: absolute;
			top: 32px;
			left: 269px;
		}
		div#header li {
			display: block;
			float: left;
			list-style: none;
		}
			div#header a, div#header a:visited {
				display: block;
				padding: 0 10px;
				border-left: 1px solid #1c3137;
			}
			div#header li:first-child a, div#header li:first-child a:visited {
				border-left: 0;
			}
			div#header a.active, div#header a.active:visited,
			div#header a:hover, div#header a:active {
				text-decoration: none;
				color: #ffffff;
			}
	div#footer {
		margin: 0 1px 1px;
		padding: 0 20px;
		text-align: right;
		position: relative;
	}
	div#content {
		width: 200000px;
		overflow: hidden;
		position: relative;
	}
		div#content div.content {
			float: left;
			width: 858px;
			margin: 0 1px;
			padding: 0 20px;
		}
		div#content form.contact label {
			display: block;
			float: left;
			width: 150px;
		}
		div#content div#response {
			font-weight: bold;
			color: #ff0000;
		}
		div#content div#websitefield {
			display: none;
		}
		div#loading {
			padding: 15px 15px 10px;
			border: 1px solid #012b56;
			background-color: #ffffff;
			visibility: hidden;
			opacity: 0;
			filter: alpha(opacity=0);
			text-align: center;
			position: absolute;
			top: 235px;
			left: 369px;
		}
