/*
	COLOURS:
	Dark Blue:		21409a
	Light Blue:		215a9a
	Light Purple:	92a0cf
	Gold:			dfd38b
	Light Grey:		e6e6e6
	Dark Grey:		9e9fa1
*/

body {
	font-size: 76%;
	font-family: arial, helvetica, sans-serif;
	background-color: #92a0cf;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-position: top center;
	color: #000000;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 900px;
	font-size: 1.0em;
	border: 1px solid #21409a;
}

#header {
	margin: 0px auto;
	width: 860px;
	height: 106px;
	background-image: url('images/header-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 75px 0px 0px 40px;
}

#nav a {
	float: left;
	padding: 3px 10px;
	border-right: 1px solid #21409a;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0px;
}
#nav a.last { border: none;}
#nav a:link {color: #21409a; text-decoration: none;}
#nav a:visited {color: #21409a; text-decoration: none;}
#nav a:hover {color: #dfd38b; text-decoration: none;}
#nav a:active {color: #dfd38b; text-decoration: none;}

#content {
	padding: 15px 20px;
	margin: 0px auto;
	width: 860px;
	line-height: 1.4em;
	font-size: 1.1em;
	background-image: url('images/shadow.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}

#sidebar-home {
	float: left;
	width: 290px;
	padding-right: 20px;
}
#sidebar-home .home-btn {
	width: 180px;
	min-height: 100px;
	padding: 10px 0px 0px 110px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.2em;
}
#sidebar-home .home-btn a:link {color: #21409a; text-decoration: none; font-weight: bold;}
#sidebar-home .home-btn a:visited {color: #21409a; text-decoration: none; font-weight: bold;}
#sidebar-home .home-btn a:hover {color: #21409a; text-decoration: underline; font-weight: bold;}
#sidebar-home .home-btn a:active {color: #21409a; text-decoration: underline; font-weight: bold;}
#home-button-1 {	background-image: url('images/home-btn-1.jpg');}
#home-button-2 {	background-image: url('images/home-btn-2.jpg');}
#home-button-3 {	background-image: url('images/home-btn-3.jpg');}
#home-button-4 {	background-image: url('images/home-btn-4.jpg');}

#content-home {
	float: left;
	width: 526px;
	padding-left: 23px;
	border-left: 1px solid #dfd38b;
	overflow: hidden;
	min-height: 425px;
}

#sidebar {
	float: left;
	width: 99px;
	padding-right: 10px;
}

#inner-content {
	float: left;
	width: 740px;
	padding-left: 10px;
	border-left: 1px solid #dfd38b;
	min-height: 306px;
}

#subnav {
	margin:0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
	border-bottom: 1px solid #dfd38b;
}

#footer {
	margin: 0px auto;
	width: 900px;
	background-color: #e6e6e6;
	background-image: url('images/shadow-footer.gif');
	background-repeat: repeat-y;
	background-position: left;
	color: #9e9fa1;
	border-top: 1px solid #dfd38b;
	padding: 5px 0px;
	line-height: 1.3em;
	text-align: center;
}
#footer a {
	margin: 0px 20px;
}
#footer a:link {color: #9e9fa1; text-decoration: none;}
#footer a:visited {color: #9e9fa1; text-decoration: none;}
#footer a:hover {color: #21409a; text-decoration: none;}
#footer a:active {color: #21409a; text-decoration: none;}
.copyright {text-align: center;color: #21409a;}

#contactText {
	float: left;
	width: 470px;
	overflow: hidden;
}
#commentForm {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}
#commentForm .text {
	width: 97%;
}


#credits {color: #21409a; font-size: 0.8em; text-align: center;}
#credits a:link {color: #21409a; text-decoration: none; font-weight: normal;}
#credits a:visited {color: #21409a; text-decoration: none; font-weight: normal;}
#credits a:hover {color: #ffffff; text-decoration: none; font-weight: normal;}
#credits a:active {color: #ffffff; text-decoration: none; font-weight: normal;}

p.pdf-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-pdf.gif'); background-repeat: no-repeat; background-position: left;}
p.doc-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-doc.gif'); background-repeat: no-repeat; background-position: left;}
p.xls-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-xls.gif'); background-repeat: no-repeat; background-position: left;}
p.file-download {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-file.gif'); background-repeat: no-repeat; background-position: left;}
p.print {margin: 0px; padding: 10px 0px 10px 26px; font-size: 0.9em; background-image: url('images/icon-print.gif'); background-repeat: no-repeat; background-position: left;}

p.alpha-nav a {
	font-weight: bold;
}
p.alpha-nav a:link {color: #21409a; text-decoration: underline;}
p.alpha-nav a:visited {color: #21409a; text-decoration: underline;}
p.alpha-nav a:hover {color: #215a9a; text-decoration: none;}
p.alpha-nav a:active {color: #215a9a; text-decoration: none;}

table.membertable {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	height: auto;
}

table.membertable td {
	border: 1px solid #e6e6e6;
	vertical-align: top;
	padding: 5px;
	width: 350px;
}
table.membertable p {
	margin: 0px;
	padding: 0px;
}

#calendartable {
	float: left;
	width: 500px;
}
#gallery-list {
	float: left;
	width: 220px;
	padding-left: 10px;
	margin-left: 10px;
	background-color: #e6e6e6;
}

a:link {color: #21409a; text-decoration: none;}
a:visited {color: #21409a; text-decoration: none;}
a:hover {color: #215a9a; text-decoration: underline;}
a:active {color: #215a9a; text-decoration: underline;}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.2em;
	margin: 10px 0px;
	padding: 0px;
	color: #21409a;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0px;
	padding: 0px;
	color: #21409a;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0px;
	padding: 0px;
	color: #dfd38b;
}

h4 {
	font-size: 1.0em;
	margin: 10px 0px;
	padding: 0px;
	color: #21409a;
}

.hr {
	display: block;
	margin: 15px 0px;
	border-bottom: 1px solid #dfd38b;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.thumbnail {
	display: block;
	float: left;
	margin: 4px;
	border: 1px solid #e6e6e6;
}

.mceContentBody {
	background-image: none;
	background-color: #ffffff;
}


.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color: #dfd38b;
	border: 1px solid #21409a;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	opacity: 0.90;
	color: #21409a;
	width: 155px; /* default width for menu */
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.0em;
}

.anylinkmenu ul li a{
	width: 145px;
	display: block;
	border-bottom: 1px solid #21409a;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #21409a;
	text-decoration: none;
}

.anylinkmenu a:hover{ /*hover background color*/
	background-color: #21409a;
	color: #dfd38b;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
hr {
	display:block;height:1px;line-height:0;border:none;background-color:#dfd38b;
}
span.selected {
	font-size:1.2em;
	font-weight:bold;
}