/* Reset all margins */
* {
	margin: 0px;
	padding: 0px;
}

/* Set paragraph top/bottom margins */
p {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	line-height: 1.5;
}

/* Set body */
body {
	min-width: 950px;
	font-family: "Verdana";
	text-align: center;
	font-size: small;
	color: #005070;
	background-color: #eBf9f7;
	margin: 0 auto;
}

h1 { color: #005070; font-size: large; }

/* Header Section (full width) */
#header {
	margin: 0px;
	padding: 0px;
	height: 68px;
	background-color: #005070;
}

/* Menu Section (full width) */
#menu {
	background-color: #007090;
	height: 1.8em;
	font-size: 100%;
	margin: 0 auto;
/*	width: 950px; */
}

/* Breadcrumb Secion (full width) */
#breadcrumb {
	background-color: #0090b0;
	margin: 0 auto;
	height: 1.6em;
	font-size: 75%;
	font-weight: normal;
        font-style: italic;
	/*width: 950px; */
	text-decoration: none;
	border-top: 1px solid #005070;
}

/* Background Image */
#background {
	width: 1024px;
	height: 700px;
	margin: 0 auto;
	background: url(../images/backgroundlogo.png) center top no-repeat;
}

/* Container for Columns */
#container {
	width: 950px;
	margin: 0 auto;
}

/* Main Column */
#main {
	float: left;
	width: 692px;
	padding: 4px;
	text-align: justify;
}

#main td { padding: 0.2em; }

#main ul { margin: 1.5em; line-height: 1.5; }

/* Right Column */
#right {
	float: right;
	clear: right; /* is this right? */
	width: 242px;
	padding: 4px;
	text-align: justify;
}

/* Footer Section */
#footer {
	clear: both;
	float: right;
	padding: 4px;
}

#logo {
	display: block;
	width: 460px;
	height: 64px;
	text-indent: -1000px;
	border-style: none;
	background: url(../images/logo2.gif) no-repeat;
	margin: 0 auto;
}


/* Navigation Menu Class */
.navcontainer ul {
	list-style-type: none;
	text-align: center;
	font: bold 120% "Verdana";
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a {
	text-decoration: none;
	padding: 0.1em 0.7em 0.1em 0.7em;
	color: #ffffff;
}

.navcontainer ul li a:hover {
	background-color: #005070;
}

.navcontainer .active a {
	background-color: #005070;
}

/* Thumbnail Image Class */
.thumb li {
	list-style-type: none;
	float: left;
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0px;
}

.thumb img {
	width: 60px;
	height: 60px;
	padding: 10px;
	margin: 0px;
	border: 0;
}

.blog {
	display: block;
	clear: both;
	border-left: 2px solid #005070;
	border-top: 2px solid #005070;
	border-right: 2px solid #0080c0;
	border-bottom: 2px solid #0080c0;
	line-height: 1.5;
	margin-bottom: 1em;
}

.blog h1 {
	display: block;
	clear: both;
	background-color: #005070;
	color: #ffffff;
	padding-left: 1em;
	padding-right: 1em;
}

.blog h2 {
	display: block;
	clear: both;
	background-color: #0080c0;
	color: #ffffff;
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
	font-size: small;
	font-style: italic;
	font-weight: normal;
}

.blog h2 a {
        color: #ffffff;
	font-size: smaller;
	float: left;
}

.blog p {
	padding-left: 6px;	
	padding-right: 6px;	
}

/* .blog img {
	float: right;
	margin: 1em;
} */

/* Gallery Box Thing */
.gallery {
	clear: both;
	border-left: 2px solid #005070;
	border-top: 2px solid #005070;
	border-right: 2px solid #0080c0;
	border-bottom: 2px solid #0080c0;
	text-align: left;
	padding: 8px;
	margin: 10px;
	min-height: 80px;
	line-height: 2;
	background: url(../images/sidegrad.gif) top left repeat-y;
	background-color: #ffffff;
}

.gallery p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.gallery img {
	float: right;
	clear: none;
	border: 0;
	width: 80px;
	height: 80px;
}

.gallery a {
	text-decoration: none;
	color: #005070;
	display: block; /* Make whole box clickable */
	width: 100%;
	height: 100%
}

.gallery a:link { text-decoration: none; color: #005070; }
.gallery a:visited { text-decoration: none; color: #005070; }
.gallery a:hover { text-decoration: none; color: #005070; }

/* Override to add filmstrip gif on a gallery for movies */
.filmgallery { background: url(../images/filmstrip.gif) left center no-repeat; background-color: #ffffff; }

/* News Box */
.box {
  padding: 0; margin: 0;
  font-family: verdana;
  width: 234px;
  background: url(../images/bottomb.gif) bottom left no-repeat;
  color: #005070;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

/* Top of News Box */
.box h1 {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  background: url(../images/topb.gif) top left no-repeat;
  font-size: large;
  line-height: 32px;
  color: #ffffff;
}

.box p {
  padding-left: 6px;
  padding-right: 6px;
}

.box img {
	float: right;
	margin: 1em;
}

/* Prev, Next etc Gallery Buttons */
.button {
  border: 0;
  margin: 8px;
  width: 24px;
  height: 24px;
}

/* Centrered Text Class */
.center {
	text-align: center;
}

.floatleft {
	float: left;
	margin-left: 0em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.floatright {
	float: right;
	margin-left: 1em;
	margin-right: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.blogleft {
	float: left;
	margin: 1em;
}

.blogright {
	float: right;
	margin: 1em;
}

.blogcomment {
	text-align: left;
	margin: 0px;
	margin-left: 6px;
	font-size: smaller;
}

.blogname {
	text-align: right;
        font-style: italic;
	margin: 0px;
	border-bottom: 1px solid #005070;
	font-size: smaller;
}

form {
	margin-left: 6px;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 11em;
}



