body {
	margin: 0;
	padding: 0;
	font: 80%/1.8 Helvetica, Arial, sans-serif;
	background-color: #dcdee3;
}

h1 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}

p {
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 929px;
	margin: 0 auto;
	overflow: hidden;
}

#branding {
	background: #242b7a url(/images/branding-bg.jpg) repeat-x top left;
	height: 389px;
}

#header {
	height: 95px;
}

#header h3 {
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	font-size: 2.9em;
	font-weight: normal;
	margin: 0;
	color: #fff8b8;
}

#header h4 {
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: -20px 0 0 0;
	color: #fff8b8;
}

#header h4 a {
	color: #fff8b8;
	text-decoration: none;
}

#header h4 a:hover {
	text-decoration: underline;
}

#logo {
	width: 430px;
	margin-left: 45px;
}

#contact-tel {
	float: right;
	margin-right: 55px;
}

#flash-pics {
	width: 929px;
	height: 252px;
}

#top-menu {
	height: 43px;
	background: #272f78 url(/images/nav-bg.jpg) repeat-x top left;
}

#top-menu ul {
	list-style: none;
	margin: 0;
}

#top-menu li {
	display: inline;
	margin-left: 50px;
	line-height: 43px;
}

#top-menu li.first {
	margin-left: 25px;
}

#top-menu li a {
	color: #fff8b8;
	text-decoration: none;
}

#top-menu li a:hover {
	text-decoration: underline;
}


#content {
	clear: both;
	padding: 10px 50px 10px 50px;
	background-color: #1e428d; /*did have content-bg.jpg here until 17/3/10*/
}

#content img {
	margin: 10px;
}

#footer {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#footer p {
	font-size: 0.9em;
	color: #84c4fd;
}

#footer a {
	color: #84c4fd;
	text-decoration: none;
}

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

/* Form Styling */

form p.clear {
	clear: both;
}

label {
	color :#fff;
	float :left;
	width: 100px;
}

input {
	width: 175px;
}

textarea {
	width: 175px;
	height: 120px;
}

input.submit-button {
	width: auto;
}