html { 
    margin : 0; 
    padding : 0; 
    width : 100%;
} 

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background-color: #E4E5E0;
    max-width : 900px; 
	margin: 0 4em;
	padding: 0px;
	line-height: 140%;
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	padding: 20px; 
	text-align: left; 
	margin: 0 4em;
	width: 90%;
}

/* BackToTop */
.BackToTop {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 70%;
	color: #3D3535;
	text-align: right; 
	width: 100%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
	background-color: #EDEEEA;
        background-image: url(images/header_bckgnd.jpg);
/*        background-repeat: repeat;*/
	padding: 10px; 
	margin-top:3px;
	height: 95px;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(images/corner.gif) no-repeat right top;
	color: #3D3535;
    list-style: none;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(images/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.submenu a:link, .submenu a:active, .submenu a:visited {cursor: crosshair; color: #C0FFC0;
	background: transparent url(images/button_blankr.gif) no-repeat center center;
	text-align: center;
	width: 154px;
	height: 3px;
	color: #C0FFC0;
	font-size: 80%;
    list-style: none;
	text-decoration: none;
	margin: 3 3 3 3px;
}

.submenu a:hover {cursor: crosshair; color: #C0FFC0;
	background: transparent url(images/button_blankb.gif) no-repeat center center;
	text-decoration: none;
	font-size: 80%; 
	margin: 3 3 3 3px;
}

/* thumbnail */

.gallerycontainer {
	position: absolute;
	height: 100px;
}

.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 1px solid blue;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #D3D3D3;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-align: left; 
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 300px;
	left: 400px;
	z-index: 50;
}	
	

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */
 html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 255px;
	padding: 20px;
}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #B11A1B;
}

/*right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 40px;
	width: 245px;
	float: right;
}


.newsbar h1 {
	background-color: #B11A1B;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.newsbar h2 {
	background-color: #B11A1B;
	color: #FFFFFF;
	padding: 3px;
	font-size: 100%;
	font-weight: lighter;
}

/*left hand bar, news bar, links bar w/e*/
.newsbarleft {
	margin-top: 10px;
	width: 245px;
	float: left;
}

.newsbarleft h3 {
	background-color: #B11A1B;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.newsbarleft h4 {
	background-color: #B11A1B;
	color: #FFFFFF;
	padding: 3px;
	font-size: 100%;
	font-weight: lighter;
}

/*central bar, news bar, links bar w/e*/
.newsbarmid {
	margin-top: 40px;
	width: 245px;
}

.newsbarmid h5 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.newsbarmid h6 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	font-size: 100%;
	font-weight: lighter;
}

/*"comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: outside;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*the footer*/
.footer {
clear:both;
	background-color: #E4E5E0;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #A53512;
}

a:hover {
	color: #A53512;
	text-decoration: none;
}

/* Scrolling table */
table {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  75%;
    	color: #3D3535;
	border-collapse: collapse;
}

thead tr {
	background-color: #B11A1B;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

tfoot tr {
	background-color: #FFFFFF;
}

thead th {
	padding: 0.5em;
	white-space: nowrap;
}

tfoot th {
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
}

tfoot td {
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

.tfoot td:hover {
	background-color: red;
	color: white;
}

tr {
	background-color: #EAFDFF;
}

tr.odd {
	background-color: #FFFFFF;
}

tr.location {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 110%;
}

tbody a:hover {
	/*background-color: #FFCCCC;*/
}

td, th {
	border: 0;
}

tbody td {
	padding: 0.5em;
}

td a:link, th a:link {
	color: black;
	text-decoration: none
}

td a:visited, th a:visited {
	color: black;
	text-decoration: none; color: #990000;
}

td a:hover, th a:hover, tr a:hover {
	color: #666666;
	text-decoration: underline;
}

td:last-child a:hover {
	color: red;
	text-decoration: underline overline;
}
.tableone {width:580px; border-collapse:collapse; margin:0 auto;}
.tabletwo {width:520px; border-collapse:collapse;}
.th1 {width:180px;}
.th2 {width:40px;}
.th3 {width:40px;}
.th4 {width:40px;}
.th5 {width:40px;}
.th6 {width:40px;}
.th7 {width:40px;}
.th8 {width:40px;}
.th9 {width:40px;}
.th10 {width:40px;}
.th11 {width:40px;}
.th12 {width:40px;}


.td1 {width:120px; font-size: 85%;}
.td2 {width:40px; font-size: 85%;}
.td3 {width:40px; font-size: 85%;}
.td4 {width:40px; font-size: 85%;}
.td5 {width:40px; font-size: 85%;}
.td6 {width:40px; font-size: 85%;}
.td7 {width:40px; font-size: 85%;}
.td8 {width:40px; font-size: 85%;}
.td9 {width:40px; font-size: 85%;}
.td10 {width:40px; font-size: 85%;}
.td11 {width:40px; font-size: 85%;}
.td12 {width:40px; font-size: 85%;}


.tableone {background:#697210; border:1px solid #fff; color:#fff;}
.tableone td {border:1px solid #fff; color:#fff;}
.tableone tbody {background:#f0c992; color:#000;font-size:1.2em;}
.tableone caption {background:#fff; color:#697210; font-size:1.2em; margin:0 auto;}
.tabletwo td {background:#eee; color:#000;}
.tableone th, .tabletwo th {text-align:left;}
.tabletwo tr.odd td {background:#ddd; color:#000;}

.innerb {height:18em; overflow:auto;}

/*contact form*/

#page-wrap {
	width: 380px;
	background: white;
	padding: 0px 0px 0px 0px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 400px;
}

#contact-area {
	width: 380px;
	margin-top: 5px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 5px;
	width: 260px;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #849DB1;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	padding: 1px;
	float: right;
	margin: 0px 0px 0px 5px;
}

#contact-area input.reset-button {
	width: 100px;
	padding: 1px;
	float: right;
	margin: 0px 0px 0px 5px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}
