html {
	height: 100%;
}
body {
	background-color: #590101;
	height: 100%;
	background-image: url(/assets/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #6b4444;
	font-family: "Times New Roman", Times, serif;
	width: auto;
	padding-bottom: 5px;
}
span.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 40px;
	padding-bottom: 5px;
}

p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 950px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg_wrapper.png);
	_background-image: url(/assets/images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#nav-top1 {
	height: 2em;
	width: 945px;
	margin-bottom: 20px;
	padding-left: 5px;
	position: relative;
	z-index: 2;
	top: 0px;
	right: 0px;
	background-color: #cccccc;
}
#nav-top1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-top1 li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#nav-top1 a {
	color: #272727;
	text-decoration: underline;
	line-height: 2em;
	font-size: .9em;
}
#nav-top1 a:hover {
	color:#8a3333;
	text-decoration: underline;
}

#search {
	position: absolute;
	top: 0px;
	right: 63px;
	height: 21px;
	width: 128px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 10;
}
#searchfield {
	height: 17px;
	width: 128px;
	font-size: 11px;
	color: #6c6d6e;
	background-image: url(/assets/images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	line-height: 15px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 4px;
}
#column-left {
	width: 205px;
	float: left;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	z-index: 999;
}
#column-right {
	height: auto;
	width: 686px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#nav-left {
	position: relative;
	left: 0px;
	top: 0px;
}

#nav-top2 {
	background-color: #49443E;
	background-image: url(/assets/images/bg_nav_top2.jpg);
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 686px;
}
#nav-top2  a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing:2px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav-top2 a:hover {
	color:#ffb500;
	text-decoration: none;
}

#breadcrumb * {
	vertical-align: middle;
	line-height: 22px;
}
#breadcrumb {
	width:441px;
	float:left;
	font-size: 0.8em;
	color: #7c776e;
	background-color: #ededed;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left:5px;
	height: 22px;
	left: 0px;
	top: 40px;
}
#breadcrumb a {
	margin: 0px;
	text-decoration: none;
	color: #a5780a;
}
#breadcrumb a:hover {
	color:#8a3333;
	text-decoration: none;
}

#page-links * {
	vertical-align: middle;
	line-height: 22px;
}


#page-links {
	float:left;
	text-align: right;
	font-size: 0.8em;
	width: 235px;
	background-color: #ededed;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 22px;
	padding-right: 5px;
	top: 40px;
	right: 0px;
}
#page-links a {
	text-decoration: none;
	color: #a5780a;
}
#page-links a:hover {
	color:#8a3333;
	text-decoration: none;
}

#page-links img {
	margin-right: 5px;
	margin-left: 20px;
}

#nav-sub {
	clear: both;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-sub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-sub li {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav-sub a {
	color: #b87101;
	font-size: 1.1em;
	line-height:1.3em;
	text-decoration: none;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b87101;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#nav-sub a:hover {
	color: #8a3333;
	text-decoration: underline;
}

#nav-sub    ul    li.first a  {
	padding-left: 0px;
}
#nav-sub  ul  li.last a {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#events {
	background-color: #ededed;
	margin-top: 25px;
	width: 205px;
	color: #4e4c4c;
	margin-bottom: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
}
#events h1 {
	color: #a5780a;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#events ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#events li {
	list-style-image: url(/assets/images/arrow_right.gif);
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right:5px;
	font-size: .9em;
	line-height: 1.3em;
}
#events span.top {
	background-image: url(/assets/images/bg_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 7px;
	width: 205px;
}
#events span.bottom {
	background-image: url(/assets/images/bg_events.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 7px;
	width: 205px;
}
#events a {
	color: #a5780a;
	text-decoration: underline;
}

#events a:hover {
	color: #8a3333;
	text-decoration: underline;
}



#footer {
	clear: both;
	background-color: #999999;
	width: 950px;
	padding-top: 10px;
	font-size: .9em;
	line-height:1em;
	height: auto;
	color: #FFFFFF;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color:#000;
	text-decoration: underline;
}

#nav-footer {
	width: 900px;
	margin-left: 40px;
}
#nav-footer h1 {
	font-size:1.4em;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
#nav-footer ul {
	width: 128px;
	float: left;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#nav-footer li {
	font-size:.9em;
	margin: 0px;
	list-style-type: none;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#copyright {
	background-color: #5c5c5c;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 16px;
	margin-bottom: 10px;
	clear: both;
}
