/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(background_images/header.gif);
	background-repeat:no-repeat;
	background-position: 50% 54px;
}

#centreContent {
	background-image:url(background_images/page.gif);
	background-repeat:repeat-y;
	min-height:90%;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid white;
	overflow:auto;
	height:auto;
}

#header {
	text-align:left;
	height:110px;
	border-top:1px solid white;
}

#header a {
	text-decoration:none;
	color: #00177D;
}

#header a:hover {
	color:#BD39E5;
}

#logo {
	float:left;
	background-image:url(background_images/logo.gif);
	width:248px;
	text-align:right;
	height:200px;
	z-index:1;
	margin-left:20px;
}

#logo a {
	margin-top:90px;
	display:block;
	margin-right:10px;
}

#menu {
	margin-top:90px;
}

#menu ul {
	margin-left:100px;
}

#menu li {
	display:inline;
	float:left;
	margin-left:12px;
	margin-right:3px;
}

#standardContent {
	border-left:3px solid #EAEBEA;
	border-right:3px solid #EAEBEA;
	border-bottom:3px solid #EAEBEA;
	height:auto;
	min-height:646px;
	width:898px;
	z-index:-2;
	text-align:left;
	overflow:auto;
	margin-left:6px;
}

#footer {
	width:900px;
	text-align:left;
	font-size:10px;
	color: #8F8B8B;
	clear:both;
	display:inline;
	height:auto;
}

#footer div {
	margin-top:5px;
}

#leftPanel {
	margin-top:auto;
	clear:both;
	margin-left:50px;
	width:200px;
	margin-right:40px;
	color:#001179;
	float:left;
	position:absolute;
	top:205px;
}

#rightContent {
	float:right;
	width:600px;
	height:auto;
	margin-top:25px;
	overflow:auto;
}

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

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

.thumbLink {
	width:130px;
	height:130px;
	float:left;
	display:inline;
	margin-right:8px;
	margin-bottom:8px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	border: 1px solid white;
}

.thumbLinkHigh {
	border: 1px solid #BD39E5;
}

.thumbLink div p {
	display:none;
}

h1 {
	font-size:18px;
	color: #BD39E5;
}

#navLarger {
	color: #437EE5;
	background-color:#EAEBEA;
	width:600px;
	margin-left:1px;
}

#navPages {
	color: #437EE5;
	background-color:#EAEBEA;
	width:550px;
	margin-left:1px;
	margin-top:110px;
	clear:both;
	margin-bottom:0px;
}

#navLarger td {
	text-align:center;
	cursor:pointer;
}

#navPages td {
	text-align:center;
	cursor:pointer;
}

.navLargerHigh {
	color: #BD39E5;
}

.navPagesHigh {
	color: #BD39E5;
}

.thumbLink div {
	margin-top:115px;
	height:25px;
	width:130px;
	text-align:center;
	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; // first!
	filter: alpha(opacity=75);	
	-moz-opacity:0.75;
	background-color:white;
}

.thumbLink div table {
	height:25px;
	width:130px;
}

.thumbLink div table tr td {
	text-align:center;
}

#imageOverlay {
	text-align:left;
}

#rightContent form label {
	float:left;
	width:150px;
	display:inline;
	padding-top:4px;
}

#tabs p {
	background-color: #EAEBEA;
}

#nav a {
	margin-right:5px;
}

h2 {
	font-size:13px;
}

#textContent {
	margin-right:10px;
}

#textContent a {
	color: #BD39E5;
}

#textContent p {
	display:none;
	text-align:justify;
}

#hoverBox {
	height:auto;
	width:100px;
	background-color:white;
	border: 1px solid #BD39E5;
	display:none;
}

#newsBox {
	width:300px;
	float:left;
	display:inline;
	margin-top:30px;
}