@charset "utf-8";

/* CSS Document */

/* IE6 behavior fixes */

body {
	behavior: url(csshover.htc);
}

/* End of IE6 behavior fixes */

html, body {
	margin: 0;
}

body {
	background-color: #a9c6ee;
	color: #333;
}

body, input, select, option {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

p, li {
	line-height: 1.6em;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

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

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

a:hover {
	color: #069;
	text-decoration: underline;
}

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

#container {
	width: 980px;
}

#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 140px;
	padding: 10px 8px 0 0;
	text-align: right;
}

#header a, #header a:visited, #header a:hover, #header a:active {
	color: #FFF;
}

#menu {
	float: left;
	padding: 20px 0 0 20px;
	width: 130px;
}

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

#menu ul li {
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	padding: 0;
}

#menu ul li.selected {
	background-color: #999;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding: 0 8px 0 8px;
	width: 114px;
}

#menu a, #menu a:visited, #menu a:active {
	background-color: #333;
	color: #FFF;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px 0 8px;
	width: 114px;
}

#menu a:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}

#content {
	float: left;
	padding: 20px 0 0 30px;
	width: 800px;
}

#footer {
	color: #666;
	clear: left;
	font-size: 10px;
	padding: 30px 0 10px 150px;
	text-align: center;
}

.teamImage {
	border: 1px solid #333;
	margin-bottom: 0.5em;
}

.mainTeamImage {
	border: 1px solid #333;
	float: right;
	margin: 0 7px 1em 1em;
}

.rightImage {
	border: 1px solid #333;
	clear: right;
	float: right;
	margin: 0 15px 1em 1em;
}

.contactDetails {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
}

.noBottomPadding {
	padding-bottom: 0;
}

.telephone {
	float: right;
	padding: 0 15px 0 0;
}