html {
	height: 100%;
	background-color: #FEFEFF;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

body { 
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -460px;
	font-family: Arial, Verdana, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 942px;
	height: 426px;
}

#header { }

#header .image, #header .details {
	white-space: nowrap;	
}

#header .image {
	width: 460px;
	height: 210px;
	margin: 2.5px 5px 2.5px 35px;
	float: left;
}

#header .details {
	width: 460px;
	height: 210px;	
	margin: 2.5px 5px 2.5px 5px;
	margin-right: -35px;
	float: right;
}

#header .details table {
	font-size: 16px;
	font-color: #242021;
}

#header a { 
	text-decoration: none;
	font-size: 16px;
	background: transparent;
	white-space: nowrap;
	color: #242021;
}

#header a:hover {
	color: #0D81C2;
}

#header p {
	font-size: 16;
	padding-top: 10px;
	margin: 2.5px 5px 2.5px 2.5px;
}

#footer { 
	width: 942px;
	clear: both;
}

#footer-left {
	width: 510px;
	height: 210px;
	margin: 2.5px 5px 2.5px 5px;
	float: left;
}

#footer-right {
	width: 410px;
	height: 210px;	
	margin: 2.5px 5px 2.5px 5px;
	margin-right: -35px;
	float: right;
}

#footer p {
	margin: 0 auto;
	font-size: 12px;
	font-color: #242021;
}

#footer .nav {
	top: 5%;
	padding-bottom: 10px;
}

#footer ul li {
	display: block;
	margin-bottom: -5px;
}

#footer ul { 
	list-style-type: none; 
	width: 100%;
	text-align: left;
	padding-left: 0;	
	margin: 0;
	margin-left: -50px;
}

#footer ul li a {
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	text-align: right;
	padding-left: 5px;
	padding-right: 2px;
}

#footer ul li a:link {
	color: #242021;
	text-decoration: none;
}

#footer ul li a:visited {
	color: #242021;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #0A96BE;
	text-decoration: none;
}

#footer ul li a:active {
	color: #0A96BE;
	text-decoration: none;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
}

#footer a:link {
	color: #303030;
	text-decoration: none;
}

#footer a:visited {
	color: #303030;
	text-decoration: none;
}

#footer a:hover {
	color: #0A96BE;
	text-decoration: none;
}

#footer a:active {
	color: #303030;
	text-decoration: none;
}

/* ============================================================================
   Dialogs
========================================================================== */
#dialog h3 { margin:30px 0 10px; font-size:16px; font-weight:normal; color:#4891D7; }
#dialog p { margin:0 0 15px; line-height:18px; }
#dialog ol { padding:0 0 0 25px; }
#dialog li { margin:0 0 20px; }

#contactForm label {
	font-size: 14px;
	font-weight: bold;
}

#contactForm input, #contactForm textarea {
	display: block;
	width: 80%;
	margin: 0 auto;
}

#allFields {
	display: none;
	color: red;
	margin: 15px 0 0 0 !important;
}

button.contactFormToggle:hover {
	background: #242424;
	color: #72C0DF;
}

#dialog {
	text-align: center;
}

#contactForm {
	display: block !important;
}

#contactForm textarea {
	font-family: Arial, sans-serif;
}

#contactForm input {
	margin-bottom: 10px;
}