html, body {
	margin:0;
	padding:0;
	font-size: .88em;
	font-family: "Arial", "Helvetica", Sans-Serif;
	color: #000;
	background-color:#bfb9ad;
}
#global-nav {
	margin:0;
	margin-left:4px;
	width:944px;
	padding-left:6px;
	background:url(images/nav-bg.gif) repeat-x;
}
#container {
	width: 958px;
	margin: 0 auto;
	background:#bfb9ad url(images/main-body-bg.gif) repeat-y top;
	min-height:100%;
	height:100%;
}
#header {
	height: 90px;
	width: 950px;
	text-align:left;
	margin-left:4px;
	background-color:#4b372d;
}
#header #logo {
	margin:16px 0 0 16px;
	float:left;
	width:400px
}
img {
	border:none
}
/* style the outer div to give it width */
.menu {
	width:942px;
	background:url(images/nav-bg.gif) repeat-x;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	background:transparent;
}
/* style the sub-level lists */
.menu ul ul {
	width:180px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:36px;
	line-height:3em;
	display:block;
	white-space:nowrap;
	text-align:center;
}
/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:350px;
	height:auto;
	line-height:1em;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	width:120px;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	color:#000;
	background:url(images/nav-bg.gif) repeat-x;
	padding:0 1em 0 1em;
	border-left:1px solid #7c5c36;
	border-right:1px solid #000;
}
.menu a.last-child, .menu a.last-child:visited {
	border-right:1px solid #7c5c36;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:11em;
	w/idth:7em;
}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:#7c5c36 url(sub_grad.gif);
	color:#fff;
	width:350px;
	height:100%;
	text-align:left;
	line-height:1em;
	padding:0.5em 1em;
	border-bottom:1px solid #7aa;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:14em;
	w\idth:260px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:1;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#b4be9c url(sub_grad.gif);
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#c4ceac url(sub_grad.gif);
}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background:#447b7b;
}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:#447b7b;
}
/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#ff0;
	background:#493218 url(top_grad_2.gif) center center;
	position:relative;
	z-index:100;
}
.menu li:hover {
	position:relative;
	z-index:2000
}
.menu :hover > a {
	color:#ff0;
	background:#493218 url(top_grad_2.gif) center center;
}
/* second */
* html .menu ul ul a:hover {
	color:#ff0;
	background:#493218;
	position:relative;
	z-index:110;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	color:#ff0;
	background:#503920;
}
/* third */
* html .menu ul ul ul a:hover {
	background:#7aa;
	position:relative;
	z-index:120;
}
.menu ul ul ul :hover > a {
	background:#7aa;
}
/* fourth */
.menu ul ul ul ul a:hover {
	background:#7aa;
	position:relative;
	z-index:130;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	left:0;
	width:14em;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:12em;
	top:0;
	width:14em;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility:visible;
	height:auto;
	padding:0 3em 3em 3em;
	background:transparent url(images/trans.gif);
	left:-3em;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
	left:9em;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}
#photos #IMG1 {
	margin-left:4px;
	
}
#navigation, #navigation2 {
	position: relative;
	width: 100%;
	padding-bottom:10px;
}
#sidebar {
	float:right;
	width: 249px;
	margin:10px 4px 20px 0;
	padding:0;
	background:#553a22 url(images/sidebar-bg.gif) repeat-x;
}
#photos {
	width: 943px;
	height:166px;
}
#content, #content2 {
	color: #000;
	margin-left:20px;
	float:left;
	text-align:left;
	width: 620px;
	padding: 20px;
}
#content {padding-top:30px}
#content img, #content2 img {
	border:6px solid #3b1609
}
#photocontainer {
	float: left;
	height: 150px;
	width:120px;
	margin:0 10px 10px 0
}
#footer {
	font-size: 88%;
	color: #333;
	text-align:center;
	width:900px;
	clear:both;
	margin:22px auto;
}
#footer .disclaimer {
	padding-top:12px;
	display:block;
	width:800px;
}
h1 {
	color: #522410;
	font-size:1.4em !important;
	text-align:left;
	font-weight: bold;
	font-family: Georgia;
}
h2 {
	color: #683218;
	font-size:1.2em;
	text-align:left;
	font-weight: bold;
	font-family: Georgia;
}
h3 {
	color: #4d1215;
	font-size:1.0em;
	text-align:left;
}
#header a:link {color:#f6edd0}
a:link {
	color: #2d437e;
}
a:visited {
	color: #2d437e;
}
a:hover {
	color: #2d437e;
	text-decoration:none
}
#global-nav a:link {
	color: #fff;
}
#global-nav a:visited {
	color: #fff;
}
#global-nav a:hover {
	color: #fff;
}

p {
	margin-bottom:16px !important
}
#content ul li {
	margin-bottom:12px;
}
.module {
	width:100%;
	color:#fff;
	text-align:left;
	padding-top:12px;
	padding-left:8px;
}
#sidebar label {
	color:#fff
}
#sidebar .sep {
	border-top:1px dotted #f6edd0;
	margin:12px 6px;
	height:1px;
}
.module #Label2, .module #Label3, #ctl00_Text, #ctl00_Label2 {
	font-family: Georgia;
	font-size:120%;
}
.module a:link {
	color:#f6edd0
}
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img.left {
	float:left;
	margin:0 20px 20px 0
}
legend {
	color:#522410;
	font-weight:bold;
	font-size:120%;
	margin: 0 5px 0 5px;
	top: -0.55em;
	padding: 0;
	position: relative;/*  Gecko ignores this, but IE moves the legend up accordingly */
}
fieldset {
	display: block;
	border: 1px solid #3a76bc;
	margin-bottom: 2em;
	width:95%;
	position: relative;
	padding: 0px 10px 10px 10px;
	background:#fff url(images/fieldset-bg.gif) repeat-x left 0;
}
fieldset div {
	padding:20px
}
strong {
	font-weight:bold
}
#text-resize {
	float:right;
	width:120px;
	padding-top:30px;
	margin-right:30px;
	color:#fff;
	text-align:right
}
a .sm, a .med, a .lg {
	color:#fff
}
.sm {
	font-size:11px;
	margin-right:8px;
}
.med {
	font-size:14px;
	margin-right:8px;
}
.lg {
	font-size:18px;
	margin-right:8px;
}
#content li {
	list-style:disc;
	margin-left:16px;
}
#form2 a:link, #form2 a:visited {color:#fff}