* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff url(../images/bg_header.gif) top left repeat-x;
	text-align: center;
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #222;
	height: 100%;
}

/* Formatting Styles */

img {
	border: 0px;
}

.content_right, .grey_box {
	float: right;
	height: auto;
}

.content_right {
	text-align: right;
	width: auto;
}

.grey_box {
	width: 240px;
}

object {
	float: left;
	width: 425px;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

/* Container Styles */

#container {
	position: relative;
	width: 760px;
	margin: 5px auto 0  auto;
	text-align: left;
	background: #fff;
}

/* Header Styles */

#masthead {
	position: relative;
	width: 760px;
	height: 285px;
	background: #111 url(../images/bg_masthead.gif) bottom left repeat-x;
	margin: 0;
}

#logo {
	float: left;
	width: 220px;
	height: 50px;
	margin: 10px 0 15px 15px;
	background: url(../images/logo.gif) top left no-repeat;
}

#logo a {	
	position:absolute;
	top: 10px;
	left: 15px;
	width: 185px;
	height: 50px; 
}

#logo a span {
	display:none;
}

#image {
	clear: both;
	width: 730px;
	height: 170px;
	margin: 0 auto;
}

#image img {
	padding: 4px;
	border: 1px solid #fff;
}

/* Main Navigation Menu Styles */

#navigation {
	position: relative;
	margin: 10px auto 0 auto;
	width: 730px;
}

#navigation ul {					
	white-space: nowrap;	
}

#navigation li {
	float: left;
	list-style: none;
	padding: 6px 0;
}

#navigation li a {
	padding: 6px 12px;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover {
	padding: 6px 12px 5px 12px;
	border-bottom: 5px solid #fff !important;
}

#navigation li a:hover, #navigation li a.active {
	color: #222;
	background: #fff url(../images/bg_nav_top.jpg) top left repeat-x;
}

#navigation li a.active {
	border-bottom: 5px solid #fff !important;
}

#imageflow {
	clear: both;
	width: 730px;
	height: 170px !important;
	margin: 0 auto !important;
	text-align: left;
}

#images {
	visibility: hidden;
}

#images img { 
	position: absolute; 
	top: 0px;
	border: none;
}

#loading {
	margin-top: 0;
	text-align: center;
	width: 100%;
}

#loading img {
	margin-top: 50px;
	position: relative; 
}

#captions {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	position: relative; 
	text-align: center;
	z-index: 10000;
}

#scrollbar{
	visibility: hidden;
	position: relative; 
	margin-top: 5px;
	border-bottom: 1px solid #333;
	z-index: 10001;
}

#slider{
	position: absolute;
	margin-top: -6px;
	z-index: 10002;
	background-image: url(../images/slider.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;	
}

/* Content Styles */

#content {
	position: relative;
	width: 730px;
	height: auto;
	margin: 0 auto;
}

#info {
	margin: 15px 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#breadcrumbs, #date {
	font-size: 1.1em;
	color: #666;
}

#breadcrumbs {
	float: left;
}

#date {
	text-align: right;
	font-weight: bold;
}

#content_left {
	float: left;
	width: 420px;
	margin-bottom: 30px;
	padding-left: 15px;
}

#sidebar {
	float: right;
	width: 250px;
	padding-right: 15px;
}

#content_wide {
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
}

.grey_box, #info_errors {
	padding: 10px;
	background: #eee url(../images/bg_form.jpg) top left repeat-x;
	border: 1px solid #ccc;
}

.grey_box {
	margin-bottom: 25px;
}

#info_errors {
	margin: 0 0 15px 0;
	width: 675px;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	border-bottom: 3px solid #ccc;
}

#footer_links {
	width: 730px;
	margin: 0 0 10px 0;
	padding: 7.5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#validators {
	float: left;
}

#footernav {
	float: right;
	text-align: right;
}

/* Text Styles */

h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #999;
	margin: 0 0 15px 0;
}

p, address {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #666;
}

p {
	margin: 0 0 10px 0;
}

address {
	font-size: 1.1em;
	margin: 0;
}

.content_right p {
	margin-bottom: 0 !important;
}

p.smallprint {
	font-size: 1.1em !important;
}

/* List Styles */

li {
	list-style-type: none;
}

ul#standard li {
	font-size: 1.2em;
	color: #666;
	background: url(../images/bullet_squares.gif) top left no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

.grey_box ul li {
	font-size: 1.1em;
	color: #666;
	background: url(../images/bullet_squares.gif) top left no-repeat;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}

ul#sitemap li {
	font-size: 1.2em;
	background: url(../images/bullet_sitemap.gif) top left no-repeat;
	padding: 0 0 10px 24px;
	margin: 10px 0;
}

ul#sitemap li ul li, ul#sitemap li ul li ul li {
	font-size: 1em;
	list-style-type: none;
	background: url(../images/bullet_sitemap.gif) top left no-repeat;
	padding: 0 0 2px 24px;
	margin-left: 0;
	margin-bottom: 0px;
}

#validators li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(../images/bullet_valid.gif) 0% 50% no-repeat;
	padding: 0 0 0 17px;
}

#footernav li {
	float: left;
	display: inline;
	margin: 0 0 0 3px;
	padding: 0 ;
}

#info_errors li {
	font-size: 1.1em;
	margin: 0;
	list-style-type: none;
	padding: 5px 0px 10px 30px;
	background: transparent url(../images/bullet_cross.gif) top left no-repeat;
	color: #ff0000;
	font-weight: bold;
}

/* Link Styles */

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #666;
	text-decoration: none;
	border: none !important;
}

#breadcrumbs a:hover {
	color: #222 !important;
	text-decoration: none;
	background: none !important;
	border: none !important;
}

#content_left a:link, #content_left a:visited, #content_wide a:link, #content_wide a:visited {
	text-decoration: none;
	color: #222;
	/*border-bottom: 1px dotted #222;*/
}

#content_left a:hover, #content_wide a:hover {
	text-decoration: none;
	color: #fff;
	background: #222;
	border-bottom: none;
}

a.nofeedback:link, a.nofeedback:visited, a.nofeedback:hover {
	border: none !important;
	background: #fff !important;
}

#footer a:link, #footer a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

/* Form element style */

form#contactform {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 12.5px 10px 12.5px;
	background: #eee url(../images/bg_form.jpg) top left repeat-x;
	border: 1px solid #ccc;
}

form#contactform {
	clear: both;
	width: 672px;
	margin: 0 0 20px 0 !important;
}

#contactform fieldset ol {
	padding: 0 10px;
	margin: 15px 0;
	list-style: none;
}

#contactform fieldset li {
	float: left;
	clear: left;
	width: 100%;
}

fieldset {
	margin: 0;
	border: 0;
}

label {
	float: left;
	width: 120px;
	padding: 8px 0;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}

.input {
	float: left;
	width: 512px;
	margin: 5px 0;
	padding: 3px;
	background-color: #fff;
	border: 3px solid #ccc;
}

.select_wide {
	float: left;
	width: 250px;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #fff;
	border: 3px solid #ccc;
}

textarea {
	padding: 3px;
	background-color: #fff;
	border: 3px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}

.main_submit, .main_submit_pad {
	margin-top: 10px;
	padding: 0 5px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 29px;
	background: #fff url(../images/bg_submit.gif) top left repeat-x;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

/* Table Styles */

table {
	border-collapse: collapse;
	width: 700px;
	margin-bottom: 20px;
}

th, td {
	font-size: 1.1em;
	padding: 5px;
	text-align: left /* Required for Opera */;
}

tr.alt {
	background: #ddd;
}

.col1, .col2, .col3, .col4 {
	width: 20%;
}
