﻿@import url('layout.css');

/* Palette color codes */
/* Feel free to copy&paste color codes to your application */

.primary-1 { background-color: #FF0000 }
.primary-2 { background-color: #BF3030 }
.primary-3 { background-color: #A60000 }
.primary-4 { background-color: #FF4040 }
.primary-5 { background-color: #FF7373 }

/* end */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	background: #000 ;
}
#container {
	width: 765px;
	margin: 0 auto;
	color: #000;
	background-color: #FFF;
}
#masthead {
	text-align: right;
	overflow: auto;
	color: #000;
	background-color: #FFF;
}
/*
img#Badge25year {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 256;
}
*/
img#Badge25year {
	margin-left: 5px;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #FFF;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	padding: 0; 
	 /* overflow: auto; */
	background-color: #FFF;
	margin: 0 0 0 185px;
	position: relative;
}
#content img {
	display: block;
	/* width: 90px; */
	/* height: 96px; */
	float: left;
}
table.sevenPlusOne TD {
	position: relative; top: 0; left: 0;
	width: 134px;
	height: 84px;
	overflow: hidden;
}
#bigCell {
	position: relative; top: 0; left: 0;
	width: 404px;
	height: 254px;
	overflow: hidden;
}
#imageCaption {
 width: 530px; 
 height: auto;
	
	
}
#footer {
	clear: both;
	background-color: #FFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 10px 10px 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
}
#masthead_address {
	color: #F00;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #F00;
	margin-left: 5px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F00;
	display: block;
	padding: 2px 5px;
	border-bottom: 1px solid #F00;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF4040;
	border-bottom: 1px solid #FF4040;
	background-color: #FCC;
}

/* Styles for image gallery */
div.imageGallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.imageGallery ul li {
	float: left;
	display: inline;
	padding: 0 0 5px 5px;
	margin-left: 0; 
}

div.imageGallery li img {
	border: 1px solid #F00;
}


#ccardbadges {
	font-size: .8em;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0 10px;
	padding: 2px;
}
#footer a {
	color: #F00;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF4040;
	text-decoration: none;
	background-color: #FCC;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
#container a {
	color: #000;
}
a:hover {
	color: #FF4040;
	text-decoration: underline;
	background-color: #FCC;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.centred {
	text-align: center !important;
}

#content td {
	margin: 0; padding: 0;
}
td#imageCaption {
	text-align: center; 
	height: 4em;
}

a img {
	border: 0;
}
.smallPrint { font-size: .75em; text-align: center; padding: 1.5em 4em; }
