html {
	width: 100%
}

/* DropDown Menu */
#navigation { margin:0;
padding: 0;
clear:both;
width: 100%;
height:48px;
border-color: #fff #DB8D9A #DB8D9A;
background-color: #8F2E3F;
}
ul.nav-main, ul.nav-main li { list-style: none;
margin: 0;
padding: 0;
}
ul.nav-main { position: relative;
z-index: 597;
}
ul.nav-main li:hover >
ul { visibility: visible;
}
ul.nav-main li.hover, ul.nav-main li:hover { position: relative;
z-index: 599;
cursor: pointer;
background: url(images/dropdownbghover364.gif) repeat-x left top;
}
ul.nav-main li { float:left;
display:block;
height: 48px;
color: #FFFFFF;
font: 14px Arial, Helvetica, sans-serif;
background: url(separator.gif) no-repeat right center;
}
ul.nav-main li a { display:block;
padding: 12px 12px 0 10px;
height: 35px;
color: #FFFFFF;
font: 14px Arial, Helvetica, sans-serif;
text-decoration:none;
}
.ul.nav-main li a:hover { color:#DB8D9A;
}
ul.nav-main *.list { padding-right: 22px;
background: url(images/navigationarrow529.gif) no-repeat right top;
}
ul.nav-sub { visibility: hidden;
position: absolute;
padding: 10px;
top: 48px;
left: 0;
z-index: 598;
background: #8F2E3F url(images/dropdownlist.gif) repeat-x left top;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
ul.nav-sub li { list-style:none;
display:list-item;
padding: 0;
height: 47px;
float: none;
width:145px;
border-bottom: 1px solid #5a5a5a;
background: none;
}
ul.nav-sub li a { list-style:none;
display:list-item;
padding: 6px 5px 6px 5px;
height: 15px;
float: none;
width:145px;
background: none;
font: 12px Arial, Helvetica, sans-serif;
}


body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background-color: #E4E5E0;
	background-image: url(images/walmsleys_background.jpg);
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

/*holds the menu and Page location at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
}

/*holds the logo and image*/
.header {
	background-color: #8F2E3F;
    background-image: url(images/walmsleys-header.jpg);
    background-repeat: no-repeat;
	height: 195px;
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 15px; 
	text-align: left; 
	width: 85%;
}

/* BackToTop */
.BackToTop {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 70%;
	color: #3D3535;
	text-align: right; 
	width: 100%;
}

/* thumbnail */

.gallerycontainer{
	position: absolute;
	height:100;
}

.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: 300;
	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 #A53512;
}

/*right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 40px;
	width: 245px;
	float: right;
}

.newsbar h1 {
	background-color: #8F2E3F;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.newsbar h2 {
	background-color: #8F2E3F;
	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: #8F2E3F;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.newsbarleft h4 {
	background-color: #8F2E3F;
	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: #8F2E3F;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.newsbarmid h6 {
	background-color: #8F2E3F;
	color: #FFFFFF;
	padding: 3px;
	font-size: 100%;
	font-weight: lighter;
}

/*"comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F9EDEF;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 10px 15px 10px 15px;
	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;
}

.p3 {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 90%;
	background-image: url(images/links_background.jpg);
	background-repeat: no-repeat;
    list-style-image: url(images/b.gif);
	list-style-position: outside;
}

/*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;
	table-layout:auto
}

thead tr{
	background-color: #8F2E3F;
	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;
}

td a:visited, th a:visited{
	color: black;
	text-decoration: none; color: red;
}

td a:hover, th a:hover, tr a:hover{
	color: blue;
	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;}
.tablethree {width:680px; border-collapse:collapse; margin:0 auto;}
.tablefour {width:620px; 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;}

.tp1 {width:125;}
.tp2 {width:125;}
.tp3 {width:125;}
.tp4 {width:125;}

.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%;}

.tdp1 {width:100px;}
.tdp2 {width:125px; font-size: 85%;}
.tdp3 {width:100px; font-size: 85%;}
.tdp4 {width:125px; 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;}

.tablethree {background:#697210; border:1px solid #fff; color:#fff;}
.tablethree td {border:1px solid #fff; color:#fff;}
.tablethree tbody {background:#f0c992; color:#000;font-size:1.2em;}
.tablethree caption {background:#fff; color:#697210; font-size:1.2em; margin:0 auto;}
.tablefour td {background:#eee; color:#000;}
.tablethree th, .tabletwo th {text-align:left;}
.tablefour tr.odd td {background:#ddd; color:#000;}

.innerb {height:18em; overflow:auto;}

/*contact form*/

#page-wrap {
	width: 390px;
	background: white;
	padding: 0px 0px 0px 0px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 400px;
}

#contact-area {
	width: 390px;
	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;
}

/*Tabbed Table*/

div.tabcontent {
	border: #8F2E3F solid 3px;
	padding: 1em;
}
ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 1em;
}

ol#toc a {
	background: url(tabs.gif) 100% 0;
	color: #008;
	line-height: 2em;
	outline: none;
	padding-right: 60px;
	text-decoration: none;
}

ol#toc li.current {
	background-color: #8F2E3F;
	background-position: 0 60px;
}

ol#toc li.current a {
	background-position: 100% 60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li {
	background: #bdf url(tabs.gif);
	float: left;
	margin: 100 1px 0 0;
	padding-left: 10px;
}

