html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

.disclaimer {
	font-size:10px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #737b35;
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.nopadd {
	margin: 0;
}

.highlight {
	color: #8b991e;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #8b991e;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#logo {
	text-align: left;
	margin: auto;
	width: 960px;
	height: 90px;
}

#closure-notice {
	text-align: left;
	margin: auto;
	width: 960px;
}	

	#closure-notice p {
		margin-bottom: 10px !important;
	}

		#closure-notice p a {
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

		#closure-notice p span {
			margin-bottom: 10px !important;
			font-size: 20px;
			line-height: 24px;
			font-style: italic;
		}

#container {
	text-align: left;
	margin: auto;
	background-color: #000000;
	width: 934px;
	padding: 12px 13px;
	left: 0;
	overflow: auto;
}

#container-inner {
	text-align: left;
	margin: auto;
	width: 903px;
	padding: 10px 13px 10px 14px;
	left: 0;
	overflow: auto;
	border: 2px solid #6a0918;
}

#nav {
	float: left;
	display: inline;
	width: 191px;
	height: 286px;
}

#quicklinks {
	clear: left;
	display: inline;
	float: left;
	width: 191px;
	min-height: 167px;
	height: auto !important;
	height: 167px;
}

#quicklinks p {
	padding: 0;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
}

#quicklinks p a {
	font: bold 16px "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
}

#quicklinks p a:hover {
	font: bold 16px "Times New Roman", Times, serif;
	color: #8b991e;
	text-decoration: none;
}

#image {
	float: right;
	display: inline;
	width: 699px;
	height: 451px;
	padding-left: 13px;
	background-image: url(../images/line_bg.jpg);
	background-position: 0 50px;
	background-repeat: repeat-y;
}

#text {
	float: right;
	display: inline;
	width: 699px;
	min-height: 191px;
	height: auto !important;
	height: 191px;
	padding: 31px 0 5px 13px;
	background-image: url(../images/line_bg.jpg);
	background-position: 0 50px;
	background-repeat: repeat-y;
}

#text_gallery {
	float: right;
	display: inline;
	width: 699px;
	min-height: 642px;
	height: auto !important;
	height: 642px;
	padding: 0 0 5px 13px;
	background-image: url(../images/line_bg.jpg);
	background-position: 0 50px;
	background-repeat: repeat-y;
}

#text_menu {
	float: right;
	display: inline;
	width: 400px;
	min-height: 642px;
	height: auto !important;
	height: 642px;
	padding: 0 0 5px 13px;
	background-image: url(../images/line_bg.jpg);
	background-position: 0 50px;
	background-repeat: repeat-y;
}

#image_menu {
	float: right;
	display: inline;
	width: 299px;
	min-height: 642px;
	height: auto !important;
	height: 642px;
	padding-bottom: 5px;
}

#text h1, #text_gallery h1, #text_menu h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 29px;
	font: bold 22px "Times New Roman", Times, serif;
}

#footer {
	text-align: left;
	margin: auto;
	width: 934px;
	height: 46px;
	padding: 0 13px;
	font: 11px/46px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer a {
	font: 11px/46px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.siteby {
	float: right;
	display: inline;
}

/* End of styling for main template */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

label {
	float: left;
	display: inline;
	width: 180px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	border: #ffffff solid 1px;
	width: 195px;
}

select {
	background-color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	border: #ffffff solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 70px;
}

.submit {
	background-color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 180px;
	height: 21px;
}

/* End of Form Styling */

h2 {
	color:#747B37;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

/* menu button styling */

.menubtn {
	font: bold 12px/25px Georgia, "Times New Roman", Times, serif;
	color: #8b991e;
	border: 1px solid #8b991e;
	padding: 4px 8px;
	text-align: center;
	margin-right: 8px;
	text-decoration: none;
}

a:hover.menubtn {
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* End of menu button styling */