* {
	margin: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: white;
	background-image: url(/images/site/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: verdana;
	color: #333;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #0000FF;
}
form {
	padding: 0;
}
small {
	font-size: 0.65em;
}
a strong {
	color: #333;
	font-weight: bold;
}
th {
	text-align: left;
}
li {
	padding: 0;
	margin: 0;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 2em;
}
#content_body {
	width: 1000px;
	padding-top: 23px;
	margin: 0 auto;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px auto;
}
#push {
	clear: both;
}
#footer, #push {
    height: 85px;
}
#footer {
	background-image: url(/images/site/footer.gif);
	min-width: 1000px;
	background-position: bottom center;
	background-repeat: repeat-x;
}

#oki {
	float: left;
}
#top_bar {
	margin-bottom: 13px;
}
#top_bar_text {
	font-weight: bold;
	float: left;
	width: 712px;
	font-size: 19px;
	margin: 0 0 0 90px;
	padding: 0;
	line-height: 41px;
	position: relative;
	top: -12px;
	color: #333;
}
#high_definition {
	float: right;
}
#nav {
	background-image: url(/images/site/nav_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 2px;
	height: 27px;
	width: 423px;
}
#nav div {
	background-image: url(/images/site/nav_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 2px 0 0;
	height: 27px;
}
#nav div div {
	background-image: url(/images/site/nav_middle.gif);
	background-position: center left;
	background-repeat: repeat-x;
	height: 21px;
	padding: 3px 15px;
}
#nav table {
	border-collapse: collapse;
	width: 100%;
}
#nav tr {
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav td {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav td a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
#nav td a.selected {
	color: cyan;
}
#flash_container {
	width: 560px;
	float: left;
}
#flash {
	height: 500px;
}
#main {
	width: 425px;
	float: left;
	margin-left: 8px;
	margin-right: 0;
}
#main_content h1, #side_content h1, #chromeless_content h1 {
	padding: 17px 0 7px 0;
	color: #98002E;
	font-size: 1.1em;
	text-transform: uppercase;
}
#main_content h2, #side_content h2, #chromeless_content h2 {
	padding: 17px 0 7px 0;
	font-size: 0.9em;
}
#main_content p,
#main_content li,
#side_content p,
#side_content li,
#chromeless_content p,
#chromeless_content li,
td,
th {
	margin: 0;
	font-size: 8.25pt;
	line-height: 190%;
}

#main_content p, #side_content p {
	padding: 0 0 0.7em 0;
}
#main_content p.small, #side_content p.small {
	font-size: 7.25pt;
}
#footer_spacer {
	height: 30px;
}
#footer_content {
	font-size: 8.25pt;
	color: white;
	width: 1000px;
	margin: 0 auto;
}
#footer_address {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
}
#footer_links {
	margin-bottom: 10px;
	float: right;
	white-space: nowrap;
}
#footer_links a {
	color: white;
}
#footer_links span.bullet {
	color: #008AA4;
}
p#more_information {
	margin-top: 20px;
	font-size: 8.75pt;
	line-height: 150%;
}
ul.download {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
ul.download li {
	margin: 0;
	padding: 0 0 0 24px;
	background-image: url(/images/site/download.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
ul.download li a {
	text-decoration: underline;
}
input.submit {
	padding: 0;
	margin: 0;
	line-height: 27px;
	vertical-align: middle;
	border: 0px solid white;
	text-align: center;
	color: white;
	background-image: url(/images/site/button.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 91px;
	height: 27px;
	font-size: 8.25pt;
}
input.submit.small {
	background-image: url(/images/site/button_small.gif);
	width: 45px;
}
input, textarea, select {
	font-family: verdana;
	font-size: 8.25pt;
}
#contact_details label {
	display: block;
	clear: both;
	color: #008DA8;
}
#contact_details label.option_label {
	display: inline;
	color: inherit;
}
#contact_details input.text {
	width: 200px;	
}
div#chromeless_content {
	padding: 30px;
}
#chromeless_content p {
	margin-bottom: 1em;
}
#chromeless_content h1 {
	padding-top: 0;
}
.over_flash {
	position: relative;
	top: -150px;
}
p.error {
	background-color: #F99;
	border: 1px solid #C66;
	color: black;
	margin: 20px 0 0 0 !important;
	padding: 4px !important;
	text-align: center;
}