/* CSS Document */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#013668;
	overflow:hidden;
}

#centreContent {
	background-image:url(background_images/page.gif);
	background-repeat:no-repeat;
	background-position:top 50%;
	border:1px solid #013668;
	width:888px;
	height:638px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#address {
	width:868px;
	margin-right:20px;
	text-align:right;
	height:37px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:11px;
	line-height:16px;
}

#menu {
	background-color:#82B29B;
	border-top:1px solid #013668;
	border-bottom:1px solid #013668;
	width:888px;
	height:26px;
	margin-bottom:40px;
}

#menu a {
	display:block;
	float:left;
	text-decoration:none;
	color:white;
	margin-top:4px;
	margin-left:15px;
	margin-right:8px;
	text-transform:lowercase;
}

#menu a:hover {
	color:#013668;
}

#footer {
	margin-left:24px;
	margin-right:32px;
	margin-top:12px;
	width:832px;
	height:20px;
	color:white;
	font-size:12px;
}

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

#mainContent {
	height:460px;
	width:828px;
	margin-left:30px;
	margin-right:30px;
}

#textContent {
	float:right;
	width:440px;
	text-align:left;
}

.linkImage {
	float:left;
	display:inline;
	margin:10px;
	background-color:#013668;
	border:1px solid #013668;
	width:138px;
	height:131px;
	text-align:left;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:50% 5px;
}

.linkImage a {
	display:block;
	margin-top:111px;
	border-top:1px solid #013668;
	padding-left:6px;
	text-decoration:none;
	color:white;
}

h1 {
	font-size:20px;
}

label {
	float:left;
	display:block;
	width:60px;
}

.thumbImage {
	float:left;
	width:112px;
	height:112px;
	background-color:white;
	display:inline;
	text-align:center;
	margin-right:3px;
	margin-bottom:3px;
	border: 1px solid #013668;
	cursor:pointer;
}

#imageHolder {
	position:absolute;
	width:495px;
	height:0px;
	background-color:#FFFFFF;
	border-left:1px solid #013668;
	border-top:1px solid #013668;
	border-right:1px solid #013668;
	background-repeat:no-repeat;
	background-position:50% 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#imageNav img {
	cursor:pointer;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
