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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	font-family: "Gill Sans MT", Verdana, Helvetica, "sans serif";
}
html {
	height: 100%;
}
body {
	background-color: #afb852;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2.7em;
	margin-top: 30px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #ad603d;
	line-height: 1.2em;
}
p {
	padding-bottom: 0.3em;
	padding-top: 0px;
	margin-bottom: 1em;
	margin-top: .5px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#header {
	height: 96px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#nav-top {
	width: 950px;
	height: 39px;
	background-color: #86901c;
	position: relative;
}
#nav-top ul {
	position: relative;
	bottom: 0px;
	padding: 0px;
	right: 0px;
	margin: 0px;
	width: auto;
}
#nav-top li {
	list-style-type: none;
	float: left;
	height: 28px;
	display: block;
	margin-right: 36px;
}
#nav-top-buttons {
	text-align: right;
	position: absolute;
	right: 0px;
	white-space: nowrap;
	margin-top: 11px;
	margin-right: 18px;
}


#nav-top  li.active {
	list-style-type: none;
	float: left;
	background-color: #FFFFFF;
	height: 28px;
	background-image: url(/assets/images/nav_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	margin-right: 18px;
	display: block;
	padding-right: 18px;
}
#nav-top li.active a {
	color: #333333;
	text-decoration: none;
}

#nav-top a {
	margin-right: 12px;
	margin-left: 12px;
	color: #e9f9a1;
	font-size: 1.2em;
}
#contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(/assets/images/bg_middle.gif);
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 12px;
	min-height: 475px;
}


#copy {
	float: left;
	width: 470px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	height: 100%;
}
#copy h1 {
	margin-left: 125px;
	text-indent: -65px;
}

#text-indent {
	margin-left: 130px;
}
#nav-bottom {
	background-color: #67220b;
	height: 91px;
	width: 950px;
	position: absolute;
	left: 12px;
	bottom: 0px;
	z-index: 999;
}
#nav-bottom-buttons {
	text-align: right;
	position: absolute;
	white-space: nowrap;
	margin-right: 25px;
	left: 130px;
	top: -28px;
	width: 500px;
}
#nav-bottom ul {
	position: relative;
	bottom: 0px;
	padding: 0px;
	right: 0px;
	margin: 0px;
	width: auto;
}
#nav-bottom  li {
	list-style-type: none;
	float: left;
	background-color: #67220B;
	height: 28px;
	background-image: url(/assets/images/nav_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	margin-right: 24px;
	display: block;
	padding-right: 18px;
}
#nav-bottom li.active a {
	color: #333333;
	text-decoration: none;
}
#nav-bottom-buttons  a {
	margin-right: 12px;
	margin-left: 12px;
	color: #e9f9a1;
	font-size: 1.2em;
	font-weight: bold;
}


#footer {
	text-align: left;
	font-size: 90%;
	line-height: 1.4em;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 42px;
	padding-left: 140px;
	color: #e9f9a1;
	padding-right: 40px;
	position: relative;
	z-index: 999;
}


#footer a {
	color: #e9f9a1;
	margin-right: 3px;
	margin-left: 3px;
	padding: 3px;
}
#footer a.contact {
	margin: 0px;
	padding: 0px;
}
