﻿@charset "utf-8";
/* CSS Document */

/* ---- Common Styles ---- */
body  { 
	margin:0; 
	padding:0; 
	background:url('../images/bDrop_page2.jpg') repeat-x; 
	background-color: #9a9686;
	background-position:50% top; 
	font-family:   Helvetica, Verdana, Arial, sans-serif; 
	font-size:14px; 
	color:#dbd9d1; 
}

p { 
	padding:10px; 
	margin:0; 
	font-weight:normal; 
	line-height:1.25em; 
}

span { 
	padding: 10px; 
}

a { 
	text-decoration:none; 
	color:#dbd9d1; 
}

a:hover {
	text-decoration:underline; 
	color:#dbd9d1; 
}

a:visited { 
	color:#dbd9d1; 
}

h1 { 
	margin:0; 
	padding:0; 
}

h2 { 
	margin: 0; 
	padding: 0 0 5px 10px; 
	font-size:24px; 
	border-bottom:1px dotted #dbd9d1;
	text-transform: lowercase;
}

h3 {
	padding:10px; 
}

/* ---- Page Styles ---- */
#topPane { 
	width:100%; 
	height:300px; 
}

#topPane img { 
	border: 0px solid #FFFFFF;
}

#header{
	width:950px; 
	height:300px; 
	margin: 0pt auto;
}
#logo { 
	float: left;
	width:397px; 
	height:300px; 
}

#feature { 
	float: right;
	width:553px; 
	height:300px; 
}


#page { 
	margin:0 auto; 
	width:950px; 
	text-align:left; 
}

#content { 

}

#colLeft { 
	width:396px; 
	background:url('../images/bDrop_colLeftSep.jpg') top right no-repeat; 
	min-height:350px; 
	text-align:right; 
	padding:40px 1px 0 0; 
}

#colLeft ul {
	list-style-type: none;
	background:url('../images/bDrop_largeText.jpg') right repeat-y; 
	padding: 0 120px 0 0;
	font-size: 1.1em; 
	font-weight: bold;
	text-align: right;
}

#colLeft li {
	margin: 0 0 15px 0;
	color: #5C5952;
}

#colRight { 
	float:right; 
	width:550px;  
}

.largeText { 
	font-size:26px; 
	font-weight:bold; 
	background:url('../images/bDrop_largeText.jpg') right repeat-y; 
	padding:0 33px 0 0;  
	/*filter:alpha(opacity=80);	
	opacity: .8; 
	-moz-opacity:.8;*/ 
}

.textBlock { 
	padding:30px 0 0 30px; 
}

.emphasised {
	font-size: 1.3em;
}

.copyright { 
	margin: 30px 0px 5px 30px; 
	font-size:11px;
	padding: 10px 0px 0px 10px; 
	border-top: 1px dotted #dbd9d1; 
}

.accessibilityNav { 
	margin:0 0px 10px 40px; 
	font-size: 11px; 
}

.textBtn { 
	margin:0 10px 0 10px; 
}

.textBtn a { 
	border-top:1px dotted #dbd9d1; 
	border-bottom:1px dotted #dbd9d1; 
	background-color:#dbd9d1; 
	filter:alpha(opacity=80);
	opacity: .8; 
	-moz-opacity:.8; 
	display:block; 
	color:#403f3d; 
	padding:5px 0 5px 10px; 
	font-weight:bold; 
}

.ContentDisplay {
	display: block;	
}

.ContentHide {
	display: none;
}

.subList {
	margin-top: 15px;
	padding: 0 30px 0 0 !important;
	font-weight: normal !important;
	font-size: 1em !important; 
}

/* ----- Image Gallery ----- */
.imageTable {
	width: 100%; 
	text-align: center; 
}

.imageTable td {
	padding: 10px 0px 0px 0px;
}

.imageTable img
{
	border-bottom: 4px solid #B7B4A1;
}

.imageTable a:hover img
{
	border-bottom: 4px solid #EB5F22;
}