@charset "utf-8";
/* CSS Document */

body
{
	min-height:100%;
	width:auto;
	margin: 0;
	padding:0;
	font-family: Calibri, Helvetica-Neue, Arial;
	font-weight:lighter;
	font-style:italic;
	font-size: 18px;
	color:#888888;
}

#background
{
	background-image: url(images/background.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	z-index:-1;
}

#header
{
	width:973px;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/header.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}

#content
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.header-background
{
	background-image: url(images/header-background.png);
	background-position: 145px 0;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:949px;
	height:240px;
}

.logo-wrapper
{
	padding-left: 15px;
	padding-top: 13px;
	float:left;
}

.navigation
{
	text-align:center;
	background-image: url(images/header-photo.png);
	background-position: right top;
	background-repeat:no-repeat;
	height:240px;
}

.navigation .contact-details
{
	padding-right: 225px;
	padding-top:25px;
	font-size: 22px;
	line-height: 32px;
}

.navigation .nav-buttons
{
	margin-top:40px;
	margin-right:50px;
}

.navigation .button
{
	float:right;
	width:150px;
}

a
{
	color:#5d09af;
	text-decoration:none;
}

.navigation .button a
{
	font-size: 22px;
	color:#888888;
	font-weight:lighter;
	font-style:italic;
	text-decoration:none;
}

.image-blocks
{
	float:left;
	width:300px;
}

.text-blocks
{
	float:right;
	width:640px;
	color:#5d09af;
}

.text-blocks a
{
	font-weight:normal;
}

.focus-text
{
	font-size: 20px;
}

.left-images
{
	float:left;
	margin:20px;
}

.right-image
{
	float:right;
	margin:20px;
}

.form-label
{
	float:left;
	width:100px;
	font-weight:normal;
}

.form-field
{
	float:left;
	width:auto;
	min-width:350px;
}

.form-field input[type=text], .form-field input[type=number]
{
	width:200px;
}

.form-field textarea
{
	width:300px;
	height:120px;
}

.clear
{
	clear:both;
}

.err
{
	color: #b20000;
}

.noerr
{
	color: #099401;
}

