body,html {
	font-size:100%;
	padding:0;
	margin:0;
	display:block;
	height: 100%;
	background-color: #fff;
}

td,div,body,textarea,input {
	font-family: Arial, Helvetica, sans-serif;
}

select,option,textarea,input {
    font-size:1em
}


h1 {
	font-size:1.4em;
	font-weight:normal;
	margin:20px 0;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size:1.1em
}

h4,h5 {
	font-size:1em
}

h5 {
	font-weight:normal;
	font-style:italic
}

input, option, textarea {
	font-size:1em
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	/*line-height:1.5em*/
}

dl.legal dt,ol li {
	list-style-type:decimal
}

li {
	list-style-type:square
}

a img {
	border:0
}

#scrn-read {
	display:none
}

#container {
    font-size: 0.8em;
    width: 990px;
    margin: 0 auto;
    height: 30em;
    /*background-color: #ccc;*/
}

body>#container {
    height:auto;
    min-height:30em;
}

#header-container {
    width: 100%;
    float: left;
    clear: both;
}

#header {
    width: 950px;
    margin: 0 auto;
    height: 90px;
    padding: 10px 10px 10px 20px;
    font-size: 0.7em;
}

#header img {
	float:left;
}

#header dl {
    float: right;
    width: 193px;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0;
}

#header dt {
    float: left;
    clear: both;
    color: #464381;
    width: 12px;
    padding: 0px 0;
    margin: 0;
}

#header dt.hidden {
    display: none;
}

#header dd {
    clear: none;
    color: #0c0859;
    padding: 0px 0;
    margin: 0;
}

#header dl a {
    text-decoration: none;
    color: #0c0859;
}

#header acronym {
    border: none;
    cursor: help;
}

#header form {
	margin-top: 12px;
	float:right;
	clear: right;
}

#header form input#keyword {
    padding:1px;
}

#header form input.button {
    text-transform: uppercase;
    margin-left: 3px;
}

#main-nav-container {
	width:100%;
	float:left;
	clear:both;
}

#main-nav {
	width: 990px;
	margin:0 auto;
	font-size:0.85em;
	padding: 0;
}

#sidebar {
    width: 160px;
    float: left;
    padding: 20px 0 0 20px;
}

#content {
	display:inline;
	width: 760px;
	float: right;
	padding: 0 30px 0 20px;
}

#content a,
#footer a {
    color: #0C0859;
    text-decoration: underline;
}

#content a:hover,
#footer a:hover {
    color: #000;
}

#content ul li {
	list-style-position: outside;
    /*margin-left: 13px;*/
}

#breadcrumb {
    padding:5px 0;
    font-size: 0.9em;
}

#breadcrumb a {
    color: #000;
}

#subnavigation {
	display:block;
	height:0;
}

#site-info {
	clear:both;
	padding: 0 0 10px 200px;
    font-size: 0.9em;
    /*float: right;*/
    width: 790px;
    height: 140px;
}

ul#distributors-for {
    margin: 0;
    padding: 0;
}

ul#distributors-for li {
    list-style: none outside none;
    float: left;
    margin-right: 30px;
}

#site-info address {
    clear: both;
    font-style: normal;
    margin: 15px 0;
    color: #190756;
    float: left;
    /*width: auto;*/
}

#footer {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
}

#footer li {
	color: #564983;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-right:1px solid #564983;
}

#footer li.last-item {
    border-right:none;
}

#footer li a {
	display: block;
    padding: 0 5px;
    text-transform: lowercase;
}

#footer li.first-item a {
    padding-left: 0;
}

#footer li a:hover, #footer li a:visited:hover {
}

/*
#container>#site-info {
	height:auto;
    min-height:10%;
}
*/

#access-options h3 {
	font-size:1em;
	margin-bottom:0.1em
}

#sitemap ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sitemap li {
	list-style-type: none;
	padding-left: 10px;
}
#sitemap li ul {
	padding-bottom: 0;
}

.yui-module.yui-panel {font-size: 0.8em}
.yui-module.yui-panel .hd {border-bottom: none}

body#site-home #content {
    padding-right: 15px;
    width: 775px;
}

#home-content-wrap {
    width: 585px;
    margin-top: 20px;
}

#news-wrap {
    float: right;
    width: 180px;
    margin-top: 20px;
}

#news-wrap h2 {
    margin: 0;
    font-weight: normal;
}

#news-wrap ul {
    margin: 0;
    padding: 0;
}

#news-wrap li {
    list-style: none outside none;
    border-bottom: 1px solid #d1d1d1;
    padding: 3px 0 10px 0;
}

#news-wrap h3 {
    font-size: 1em;
    font-weight: bold;
}

a.read-more {
    display: block;
    padding-left: 10px;
    background: url(../img/sub-nav-bullet.gif) no-repeat 0 0;
    font-size: 0.95em;
}

.print {
    display: none;
}

