@charset "UTF-8";
body {
	background: #611f05 url(/graphics/bg.png) repeat left top;
	/* background: #611f05; */
	font: 14px Arial, Helvetica, sans-serif;
	/* text-transform: lowercase; */
}
#wrapper{
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/graphics/shadowback.png) repeat-y center top;
	margin: 0px auto;
	padding: 0px 5px;
}
#shadowtop{
	background: url(/graphics/topshadow.png) repeat-x center top;
	padding: 10px;
}
#container {
	width: 983px;
	margin: 0px 14px; 
	text-align: left;
	background: #958087;
	border: 1px solid #fff;
}
#header {
	padding: 0; 
	background: #fff url(/graphics/header.png) no-repeat 292px 0px;
	height: 190px; 
}
#header h1 a {
	float: left;
	text-indent: -9999px;
	background: url(/graphics/logo.jpg) no-repeat left top;
	display: block;
	width: 250px;
	height: 150px;
	margin-left: 45px;
	margin-top: 20px;
}

#content{
	clear: both;
	border-top: 1px solid #7e7356;
}

img.leftpic{
	float: left;
	border: 1px solid #fff;
	border-left: 0px solid #fff;
	text-align: left;
}

#left{
	float: left;
	border: 1px solid #fff;
	border-left: 0px solid #fff;
	text-align: left;
	margin-top: 0px;
}
#FBlink {
	margin: 12px 0;
	text-align: center;
}
div.gallery {
	background: url(/graphics/bg_fade.jpg) repeat-x left top;
	/*background-color: #8D7980;*/
	color: #fff;
	padding: 20px 40px 40px 40px;
}
div.gallery h1 {
	font-size: 34px;
	margin: 10px 0px 10px -12px;
	display: inline;
}
div.gallery h2 {
	font-size: 18px;
	margin: 10px 0;
	display: inline;
}

#mainContent {
	padding: 20px 40px 40px 40px;
	background: #958087 url(/graphics/content_bg.png) no-repeat left top;
	float: right;
	width: 580px;
	color: #fff;
	min-height: 387px;
	border-top: 1px solid #fff;
}

#mainContent h1 {
	font-size: 34px;
	margin: 10px 0px 10px -12px;
}

#mainContent-gallery h1 {
	font-size: 34px;
	margin: 10px 0px 10px 24px;
}

table.formTable {
	border: 1px solid #bbb;
	padding: 4px;
	background-color: #6E5E64;
	color: #ffffff;
}

table.formTable a {
	color: #ffffff;
}
#content table.formTable a {
	color: #F0B20F;
}

table.formTable h2 {
	margin: 0px 0px 8px 0px;
}

#mainContent h2, table.formTable h2 {
	font-size: 18px;
	margin: 10px 0;
}

#mainContent p {
	margin: 8px 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

#footer {
	clear: both;
	padding: 8px 0 6px 0;
	background: #7e7356;
	border-top: 1px solid #fff;
	text-align: center;
	color: #ccc;
	width: 100%;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footerLeft {
	float:left;
	/* width:610px; */
	padding-top:18px;
	padding-left: 8px;
}
#footerRight {
	float:right;
	width:260px;
}

#content a {
	color: #fff;
}

#shadowbottom { 
	background: url(/graphics/bottomshadow.png) repeat-x;
	padding: 8px;
}

td.WD {
	background-color: #BBBBBB;
	text-align: center;
}
td.PD {
	background-color: #7E7356;
	text-align: center;
}
td.PH {
	background-color: #B75735;
	text-align: center;
}
td.SE {
	background-color: #EFB611;
	text-align: center;
}
td.SR {
	background-color: #732916;
	text-align: center;
}
td.WE {
	background-color: #5B947C;
	text-align: center;
}

.form-error, .error, .reqd {
	color: #DAA520;
}
.yellow {
	color: #F7AF3A;
}
.green {
	color: #06BA06;
}

.gmnoprint {
	color: #6F5F64;
}

.clearDiv {
	clear: both;
}

table.formTable td.hdg {
	border-bottom: 1px #ffffff solid;
}
table.formTable td.highlight {
	font-weight: bold;
}
table.formTable td.hdg h2 {
	padding: 0;
	margin: 8px 0 0 0;
	display: inline;
}

.small {
	font-size: 10px;
}
.mid {
	font-size: 13px;
	background-color: #F7B74D;
}

div.recommendation img {
	margin-left: 8px;
}

div.accreditation {
	margin-bottom: 12px;
}

#mainContent div.accreditation h2 {
	margin-top: 0;
}

div.accreditation .div-left {
	float: left;
	width: 100px;
}
div.accreditation .div-right {
	float: left;
	width: 420px;
}

.ysMapDiv {
	z-index:1;
}

ul.bandc {
	padding-left: 24px;
	list-style-type: disc;
}

button, input.button, input.submit, a.button {
	-moz-border-radius: 4px;
	margin-top: 12px;
	padding: 3px 6px 3px;
	border: 1px solid #666;
	background-color:#f7f7f7;
	background:transparent url(/images/button-bg.jpg) repeat-x left top;
	font-weight: bold;
	font-size: 0.8em;
	color: #706065;
	cursor: pointer;
}
button:hover, input.button:hover, input.submit:hover, a.button:hover {
	color: #6F2206;
}
button.nm {
	margin-top: 0;
}

