@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	color: #666666;
}

h1, h2, h3, h4, img, li, ol, ul, p, div, form, input, table {
	margin:0px;
	padding:0px;
}

#site_container {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: auto;
	width: 90%;
	text-align: left;
	min-width:765px;
	max-width:1080px;
}

#navigation_container {
	height: 20px;
	width: auto;
	padding-top: 10px;
}

#language {
	float: left;
	width: 261px;
	padding: 2px 0 0 18px;
}

#language img {
	width: 18px;
	height:12px;
	padding-right: 5px;
}

#lang_flags {
	float:left;
}

#lang_register {
	float:left;
	margin-left:5px;
	font-size:0.8em;

}

#language #lang_register a {
	color: #CC9933;
	text-decoration: none;
}

#language #lang_register .username {
	color: #CC3333;
}

#language #lang_register a:hover {
	color: #666666;
	text-decoration: none;
}

#navigation {
	float: left;
	margin-left:18px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	margin-right: 1px;
	display: inline;
}

#navigation a {
	color: #666666;
	text-decoration: none;
}

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

#banner_container {
	height: 90px;
	width: auto;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#banner_ward {
	float : left;
	width: 279px;
	height:90px;
}

#banner_logo {
	float : left;
	width: 330px;
	height:77px;
	margin-top: 6px;
	margin-left: 18px;
}

#banner_hand {
	float : right;
	width: 109px;
	height:90px;
}

#content_container {
	height: auto;
	width: 100%;
	padding-top:25px;
	margin-bottom:10px;
	
}

#content_container a, #error_content a {
	color: #CC9933;
	text-decoration: none;
}

#content_container a:hover, #error_content a:hover {
	color: #666666;
	text-decoration: none;
}

#left_content {
	float: left;
	width: 243px;
	margin-left: 18px;
}

#right_content {
	float: right;
	width:140px;
	margin-right: 18px;
	text-align: right;
}

#right_content img {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0px none;
}

#right_content p {
	margin-top: 0;
}

#main_content {
	margin-left: 297px;
	margin-right: 176px;
	padding: 0px;
}

#footer {
	height: auto;
	font-size: 10px;
	border-top: 1px solid #666666;
	margin-bottom:50px;
}

#footer p {
	margin: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 4px;
}

#valid {
	float:left;
	width:400px;
}

#copyright {
	float:right;
	width:auto;
}

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

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

.clear {
	clear:both;
	height:0px;
}

p {
	margin-top: 1em;
	line-height: 1.7em;
}

blockquote {
	margin-top: 1em;
	line-height: 1.7em;
	text-indent:0em;
}

.date {
	font-size: 0.8em;
	font-weight:bold;
	padding:5px 0 5px 0;
}

.section {
	font-size: 0.8em;
}

.section_article {
	font-size: 0.8em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}

h1 {
	color: #CC3333;
	font-size: 1.2em;
}

h2 {
	color: #CC9933;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.7em;
	text-transform: uppercase;
}

.issues_header {
	color: #CC3333;
}

.issues_author {
	margin-top:3px;
}

.issues_images {
	padding-bottom:10px;
	border-bottom:1px solid #999999;

}

.issues {
	border-top:1px solid #999999;
	margin-top:10px;
}

.issues_editorial {
	border-top:1px solid #999999;
	margin-top:10px;
	min-height:110px;
}

.date_flag {
	display:inline;
	float:right;
	text-align:right;
}


.sub_nav {
	list-style: none;
}

.sub_nav li{
	margin-top:8px;
	margin-left:30px;
}

.sub_nav li ul li{
	font-size: 0.8em;
	margin-top:2px;
	list-style-type:none;
}

.warning {
	color:#CC3300;
	font-weight:bold;
}

#striped {
  margin-top:10px;
  width:100%;
}

#striped td {
  padding: 2px 10px 2px 0;
  vertical-align: top;
}

#striped tr.highlight {
	background-color:#FFFFC4;
}

label {	
	display: block;
	float: left;
	margin-right: 10px;
	text-align: left;
	width: 120px;	
}

.label_menu {	
	margin-right: 10px;
	text-align: left;
	width: 70px;	
	color:#CC9933;
}

.label_sub {	
	margin-right: 15px;
	text-align: left;
	width: 70px;	
}

.label_sub_file {	
	margin-bottom: 10px;
	text-align: left;
	width:auto;	
}

input {
	width:54%;
}

input.integer {
	width:40px;
}

input.radio_width {
	width:auto;
	margin-top:4px;
}

select {
	width:55%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea{
	width:53%;
	height:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
input.btn {
	width: auto;
}

input.btn_right {
	margin-left:130px;
	width: auto;
}

input.btn_sub {
	width: auto;
}

input.btn_left {
	margin-left:5px;
	width: auto;
}

.input_box {
margin-top:10px;
}

.input_box label {
margin-top:4px;
}

.browse {
	height:22px;
}

.browse_sub {
	height:22px;
	width: auto;
}

.news_image {
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	border: 1px solid #999999;
}

.issues_image {
	margin:10px 0 10px 10px;
	text-align:center;

}

.issues_image img {
	padding:5px;
	border: 1px solid #999999;
}

.issues_image p {
	font-weight:bold;
	margin-top:0.5em;
	font-size:0.8em;
}

.news_nav {
	float:right;
	margin:10px 0 10px 10px;
	font-weight:bold;
}

h3 {
	margin-top:10px;
	color: #CC9933;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.7em;
}

ol {
	margin-top:10px;
	margin-left:24px;
	line-height: 1.7em;
}

li {
	margin-top:10px;
	line-height: 1.7em;
}

.admin h1  {
	display:inline;
}

.admin img {
	margin-left:5px;
}

.details {
	margin-bottom:15px;
}

.date_line {
	font-size: 0.8em;
	font-weight:bold;
	padding:5px 0 5px 0;
	border-top: 1px solid #999999;
}

.key ul, .no_bullets {
list-style: none;
}

.no_margins li {
	margin:0;
}


.key li {
	font-size: 0.8em;
	margin:0;
}
	

h4 {
	font-weight:normal;
	margin-top:0.5em;
	font-size:100%;
}

.submission h3 {
	padding-top:8px;
	border-top: 1px solid #999999;
}

.submission img {
	margin:4px 0 0 10px;
}

.submission_margin {
	margin-top:0.5em;
	list-style: none;
}

.author li {
	margin-top:0;
}

.inside, .news_detail ul {
	margin-top: 0.5em;
	padding-left: 1.4em;
	list-style-type:disc;
}

.news_detail h2{
	margin-top: 1.4em;
}

.news_detail h1{
	line-height: 1.7em;
}

.about_web {
	height:60px;
	margin:15px 0;
}

.about_web img {
	float:left;
	margin-right:20px;
	padding:5px;
	border: 1px solid #999999;
}

.about_web p {
	margin-top:0;
}

.about_web a img, .about_web a:hover img {
	border: 1px solid #999999;
}

.home_map {
	padding-top:15px;
}

.core {
	min-height:170px;
	margin:5px 0;
}

.pub {
	min-height:140px;
	margin:5px 0;
}

.person {
	float:left;
	margin:5px 10px 0 0;
	padding:5px;
	border: 1px solid #999999;
}

.core ul {
list-style: none;
}

.core li{
	font-size: 0.8em;
	margin:0;
}

.core h3, .council h3, #error_content h3  {
	display:inline;
}

.core_flag {
	margin:4px 0 0 10px;
}

.council {
	padding-top:8px;
	margin-top:10px;
	border-top: 1px solid #999999;
}

.publications {
	margin-top:0.5em;
	font-weight:bold;
	text-transform: uppercase;
}

.inside_pub {
	margin-top: 0.5em;
	list-style-type:decimal;
	margin-bottom:10px;
}

.table_date {
	width: 45px;
}

.table_site {
	width: 25px;
}

.table_site img {
	margin-left: 5px;
}

#popup {
	margin:20px;
}

#error_page {
	text-align:center;
	margin-top: 125px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: auto;
	width:324px;
	text-align: left;
	padding: 10px;
	border: 1px solid #666666;

}

#error_content {
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #666666;
}

#right_content #cinahl {
	margin-bottom:0;
}

#right_content #ebsco {
	margin-top:2px;
	margin-bottom:0;
}

#right_content #bni {
	margin-top:2px;
}
