/************** Heading / page structure *************/

/* Standard Underorderd List Navigation */
.nav_list ul {
	list-style: none;
	margin: 0;
}
.nav_list li {
	border-right: 1px solid #FFCC00;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.nav_list a {
	color:#000000;
	text-decoration: none;
}
.nav_list .last {
	border: 0;
	padding-right: 0;
}

/* Top */
#top {
	height: 70px;
	margin: auto;
	width: 800px;
}
#top h1 {
	float: left;
}
#top h1 a {
	background: url(../../images/logo_with_border_67x70.gif) no-repeat;
	display: block;
	text-indent: -9000px;
}
#top h1, #top h1 a {
	height: 70px;
	width: 67px;
}
#top #top_nav {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 0;
}
#top #top_nav li {
	line-height: 16px;
	margin-top: 34px;
}
#top #top_nav a:hover {
	color: #F3AB16;
}
#top #top_nav a.current {
	color:#F3AB16;
}

/* Search */
#search_area  {
	border-top: 2px solid #FFCC00;
	clear: both;
	width: 100%;
}
#search_area_inner {
	background: #FFCC00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	height: 22px;
	margin: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	width: 790px;
}
#search_form_area {
	float: right;
}
#search_form_area a {
	background-image: url(../../images/search_button_off_17x18.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 22px;
	padding-left: 10px;
	text-indent: -9000px;
	width: 18px;
}
#search_form_area a:hover {
	background-image: url(../../images/search_button_on_17x18.gif);
}
#search_form_area label {
	line-height: 22px;
}

/* Footer */
#footer {
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
}
#footer_nav {
	margin-bottom: 4px; 
}
#footer img {
	margin-left: 2px;
}

#main_layout {
	margin: auto;
	width: 800px;
}
#content_area {
	border: 0;
	float: none;
	font-size: 12px;
	font-weight: bold;
	color: #7F7F7F;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 0;
	height: 100% !important;
	height: 350px;
	min-height: 350px;
}
#content_area.no-pad {
	padding: 17px 20px 20px 20px;
	width: 559px;
}
#content_area h2 a, #content_area h3 a {
	color:#000000;
	background: #FFFFFF;
	text-decoration:none;
}
#content_area h2 a:hover, #content_area h3 a:hover {
	color:#F3AB16;
	background: #FFFFFF;
}
#content_area a {
	color:#F3AB16;
	background: #FFFFFF;
	text-decoration: none;
}
#content_area a.boxhighlight {
	background:#FFB109;
	color: #000000;
	display: block;
	border: 1px #000000 solid;
	text-align:center;
	padding: 3px;
}

/************** All pages *************/

body {
	color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	margin-top: 0;
	min-width: 820px;
}

form, h1, img {
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
h2 {
	margin-top:0px;
	font-size:18px;
	color: #000000;
	background: #FFFFFF;
}
h3 {
	color:#000000;
	font-size:15px;
	text-decoration:none;
}

h4 {
	color:#333333;
	font-size:12px;
	text-transform:uppercase;
	padding-top: 10px;
}

h5 {
	color:#333333;
	font-size:12px;
	margin-top: 0;
}
.unbold {
	font-weight:normal;
	font-style:normal;
}
em {
	color:#000000;
	font-style:normal;
}
dt {
	color:#000000;
	background: #FFFFFF;
}
form {
	padding:0;
	margin: 0;
}
img {
	border: 0;
}
hr {
	height:1px;
	color: #BDBDBD;
	background: #BDBDBD;
	border:0;
}
.formerror {
	color: red;
}
