@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #CFC8BE;
	background-image: url(./../../images/bkgd_body.png);
	color: #171310;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #EF9221;
}

a:hover {
	color: #EF9221;
	text-decoration: none;
}

dl {
	color: #999;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 12px 0px;
}

h1 {
	color: #CAAE32;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

hr {
	border: none;
	border-top: 1px solid #CAAE32;
	clear: both;
	height: 0px;
	margin: 16px 0px;
	padding: 0px;	
	width: 100%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #CAAE32;
	color: #17131D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}

input.checkbox, input.radio {
	border: none !important;
	vertical-align: text-bottom;
}

input.text {
	border: 1px solid #CAAE32;
	color: #17131D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	padding: 4px;
	width: 200px;
}

input.submit {
	background-color: #EF9221;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px;	
	text-transform: uppercase;
}

label {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 4px 0px 2px 0px;
	text-transform: uppercase;
}

legend {
	color: #EF9221;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

li {
	margin-bottom: 4px;
}

p {
	margin: 0px 0px 12px 0px;
}

select {
	border: 1px solid #CAAE32;
	color: #17131D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	min-width: 100px;
	padding: 3px 4px;
}

td {
	text-align: left;
}

textarea {
	border: 1px solid #CAAE32;
	color: #17131D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	padding: 4px;
	width: 420px;
}

ul {
	margin: 0px 0px 12px 1em;
	padding: 0px;
}

.cell {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 210px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#container {
	background-color: #EAECDA;
	display: table-cell;
	min-height: 280px; /* CSS MIN-HEIGHT HACK */
	height: auto !important; /* CSS MIN-HEIGHT HACK */
	height: 280px; /* CSS MIN-HEIGHT HACK */
	padding: 0px 30px;
	width: 800px;
}

#nav_utility {
	background-color: #981C1F;
	background-image: url(./../../images/bkgd_nav_utility.png);
	color: #FFF;
	font-size: 10px;
	height: 50px;
	line-height: 18px;
	overflow: hidden;
	padding: 30px 16px 16px 0px;
	text-align: right;
	width: 784px;
}

#nav_utility_sub {
	background-color: #981C1F;
	background-image: url(./../../images/bkgd_nav_utility_sub.png);
	color: #FFF;
	font-size: 10px;
	height: 50px;
	line-height: 18px;
	overflow: hidden;
	padding: 30px 16px 16px 0px;
	text-align: right;
	width: 784px;
}

#nav_utility a, #nav_utility_sub a {
	color: #FFF;
	text-decoration: none;
}

#nav_utility a:hover, #nav_utility_sub a:hover {
	color: #CAAE32;
}

#header {
	background-color: #FFF;
	height: 160px;
	overflow: hidden;
	width: 800px;
}

#header_sub {
	background-color: #FFF;
	height: 128px;
	overflow: hidden;
	width: 800px;
}

#header .logo {
	float: left;
	height: 160px;
	width: 244px;
}

#header_sub .logo_sub {
	float: left;
	height: 128px;
	width: 244px;
}

#header .image {
	float: right;
	height: 160px;
	width: 556px;
}

#header_sub .image_sub {
	float: right;
	height: 128px;
	width: 556px;
}

#nav_global {
	background-color: #CAAE32;
	background-image: url(./../../images/bkgd_nav_global.png);
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 42px;
	overflow: hidden;
	text-transform: uppercase;
	width: 800px;
}

#nav_global a {
	color: #FFF;
	font-weight: bold;
}

#main {
	background-color: #FFF;
	width: 800px;
}

#nav_resource {
	background-color: #EF9221;
	background-image: url(./../../images/bkgd_nav_resource.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 306px;
	padding: 32px 0px 128px 0px;
	text-align: left;
	vertical-align: top;
	width: 244px;
}

#nav_resource a {
	color: #FFF;
	font-weight: bold;
}

#nav_resource hover {
	color: #981C1F;
}

#content {
	background-color: #FFF;
	min-height: 298px;
	padding: 40px 32px 128px 32px;
	text-align: left;
	vertical-align: top;
	width: 492px;
}

#footer {
	color: #807851;
	font-size: 10px;
	line-height: 18px;
	margin: 16px 0px 40px 0px;
	text-align: center;
	width: 800px;
}

#footer a {
	color: #807851;
	text-decoration: underline;	
}

#footer a:hover {
	color: #EF9221;
	text-decoration: none;
}