@charset "ISO-8859-1";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	background-image: url(../BG_tile.jpg);
	margin: 25px 0px 0px;
	padding: 0px;
}
#wrapper {
	/*	background-image: url(../dropshadow_LR.jpg);
	background-repeat: repeat-y; */
	width: 900px;
	margin-right: auto;
	margin-left: auto;/*	padding-right: 5px;
	padding-left: 5px; */
}
#masthead {
	background-color: #FFFFFF;
	height: 120px;
	border-style: none;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#main_nav {
	text-align: center;
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#main_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#main_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#main_nav img {
	margin: 0px;
	padding: 0px;
}
#sub_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	font-size: 0.9em;
	color: #FFFFFF;
}
.SubMenuItem {
	background: #655d55;
	cursor: pointer;
	border-bottom: 2px solid #999;
}
#sub_nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 110px;
	padding: 5px 0px 5px 10px;
}
#sub_nav a:hover {
	text-decoration: none;
	background-color: #46252d;
}
#content {
	width: 780px;
	margin: 0px 0px 0px 120px;
	background-color: #ECEBEA;
	background-image: url(../images/twig_backgrnd.jpg);
	background-repeat: no-repeat;
}
.imagefloatleft {
	float: left;
	margin: 20px 50px 30px 20px;
	border: 3px solid #FFFFFF;
	padding: 0px;
}
.imagefloatleft_nopad {
	float: left;
	margin: 20px 50px 30px 0px;
	border: 3px solid #FFFFFF;
	padding: 0px;
}
.imageBorder {
	margin-right: 20px;
	border: 3px solid #FFFFFF;
}
.textNarrowCol {
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding-bottom: 100px;
	padding-left: 10px;
}
.textWideCol {
	padding-top: 20px;
	padding-bottom: 200px;
	padding-left: 360px;
	margin: 0px 40px 0px 0px;
}
.textWideCentred {
	margin: 0px;
	padding: 20px 80px 100px 80px;
}
#content h2 {
	margin-top: 50px;
	text-align: right;
}
img {
	border-style: none;
}
.cat_table {
	margin: 20px;
	text-align: center;
}
.cat_table td {
	text-align: center;
}
.tablerow_separator {
	border-bottom: 2px solid #999999;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	color: #999999;
	text-align: center;
	font-size: 0.5em;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	color: #B3881C;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
/* Formatting for image matrices begins here
*/
#imageMatrix {
	margin: 40px 0px 0px;
	padding: 0px;
	width: 620px;
}
#imageMatrix img {
	margin: 5px;
	padding: 0px;
	border: 3px solid #FFF;
}
.floatleft_narrow {
	float: left;
	width: 207px;
}
.textBelowImages {
	clear: both;
	margin: 0px;
	padding-top: 20px;
}
.floatleft_wide {
	float: left;
}
/* formatting for main dropshadow begins here
*/
.shadow-one {
	position: relative;
	padding-top: 14px;
	padding-left: 14px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
} 
.corner-a { 
	position: absolute; 
	right: 0; top: 0; 
	width: 14px; 
	height: 14px; 
	background: url(../dropshadow_main.png) right top no-repeat;
} 
.corner-b { 
	position: absolute; 
	left: 0; bottom: 0; 
	width: 14px; height: 14px; 
	background: url(../dropshadow_main.png) left bottom no-repeat;
} 
.shadow-two { 
	background: url(../dropshadow_main.png) right bottom no-repeat; 
} 
.shadow-three { 
	position: relative; 
	left: -14px; top: -14px; 
	background: url(../dropshadow_main.png) left top no-repeat; 
} 
.shadow-four { 
	position: relative; left: 7px; top: 7px; 
}

