@import url("/css/forms.css");
/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
/* Styles */
a:link, a:visited {
	text-decoration: underline;
	color: #32689A;
}
a:active, a:hover {
	text-decoration: none;
	color: #A8C4E1;
}
#logo {
	display: block;
}
html, body { height: 100%; }
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background: url(../images/leftbg.gif) 0 0 repeat-y;
}
#container {
	min-height: 100%;
	_height: 100%;
}
#navigation,
#footernavigation {
	margin: 0;
	background: #32689a;
	list-style: none;
	padding: 5px;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}
#footernavigation {
	background: transparent;
	border-width: 0;
}
#navigation li,
#footernavigation li {
	margin: 0;
	border-right: 1px solid #FFF;
	display: inline;
}
#navigation li a,
#footernavigation li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 28px;
}
#navigation li a:hover,
#footernavigation li a:hover {
	color: #A8C4E1;
}
#navigation li#contact,
#footernavigation li.contact { border-width: 0;}
h1#pagetitle {
	margin: 0 0 15px 169px;
	background: url(../images/intheader.jpg) 0 0 no-repeat;
	padding: 110px 20px 0 20px;
	color: #32689a;
	font-size: 24px;
	letter-spacing: -1px;
}
#section {
	position: absolute;
	left: 0;
	top: 92px;
	width: 169px;
	padding: 0;
}
#section ul {
	margin: 0;
	list-style: none;
	font-size: 14px;
}
#section li {
	margin: 0;
	border-bottom: 1px solid #FFF;
}
#section li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 15px;
}
#section li a:hover {
	background: #FFF;
	color: #32689A;
}
#section ul ul {
	font-size: 12px;
}
#section ul ul li {
	border-bottom-width: 0;
	border-top: 1px solid #FFF;
	_height: 1px;
	_margin-bottom: -3px;
}
#section ul ul li a {
	padding: 3px 5px 3px 25px;
}
#content {
	margin-left: 169px;
	padding: 0 20px;
	min-height: 300px;
	_height: 300px;
}
#index #content {
	_height: auto;
	min-height: 1px;
}
#clear {	height: 80px;}
#footer {
	background: #666666;
	text-align: center;
	padding: 5px 10px;
	height: 60px;
	margin: -70px 0 0;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer em {
	font-style: normal;
	text-decoration: underline;
}
#index {
	background: #FFF url(../images/index-repeat.gif) 0 92px repeat-x;
	_background: #FFF url(../images/index-repeat.gif) 0 91px repeat-x;
}
#index #content {
	margin: 0;
	width: 700px;
}
#index #pagetitle {
	background: url(../images/index.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 283px 0 0 20px;
}
#container {width:expression(((document.documentElement.offsetWidth) < 780? "780px" : "")); }
#container { min-width: 780px;}
/* News */
.newslist h3 {
	margin: 5px 0;
	font-size: 16px;
}
#content .newslist h3 a {
	text-decoration: none;
}
.newslist h5 {
	margin: 5px 0;
	font-size: 12px;
	font-weight: normal;
}
.newslist {
	padding: 0 0 15px;
}
.pagination {
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
	border-top: 1px solid #CCC;
	position: relative;
}
#content .pagination a {
	text-decoration: none;
}
.pagination .left {
	text-align: left;
	margin-bottom: -12px;
}
.pagination .right {
	text-align: right;
	margin-top: -12px;
}
h3.newstitle {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0;
	color: #32689a;
}
h5.newsdate {
	margin: 5px 0 20px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px;
	font-size: 12px;
}
#content .backtonews {
	display: block;
	margin: 20px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0;
	border-top: 1px solid #CCC;
}

/* Forms
option {
padding-right: 10px;
}

form label {
display: block;
margin: 2px 0;
float: left;
width: 130px;
height: 14px;
}
form input, 
form textarea,
form select  {
clear: right;
display: block;
margin: 2px 0 2px 140px;
font-size: 12px;
}

form input {
padding: 2px 3px;
}
form textarea {
padding: 2px 3px;
width: 300px;
height: 120px;
}
form select {
}
form input.button {
margin-left: 0;
margin: 5px 0;
border: 1px solid #000;
background: #FFF;
color: #000;
font-weight: bold;
letter-spacing: 0;
font-size: 14px;
width: 100px;
text-align: center;
cursor: pointer;
}
 */

iframe {
	width: 90%;
	height: 600px;
}
#scrollwrapper {
	width: 480px;
	overflow:hidden;
	height: 75px;
	position: absolute;
	top: 295px;
	left: 196px;
}
#scrollwrapper div {
	position: absolute;
	top: 0;
	left: 0;
}
#scrollwrapper div.newswire {
	position: absolute;
	top: 295px;
	width: 150px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	top: 0;
	float: none;
}
.newswire h5 {
	margin: 0;
	font-size: 10px;
}
.newswire h4 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
#scrollwrapper .newswire a {
	color: #626262;
	text-decoration: none;
}
#scrollwrapper div.one {
	left: 0;
}
#scrollwrapper div.two {
	left: 160px;
}
#scrollwrapper div.three {
	left: 320px;
}
#scrollwrapper div.four {
	left: 480px;
}
#scrollwrapper div.five {
	left: 640px;
}
/* Forms */
option {
padding-right: 10px;
}

form label {
display: block;
margin: 2px 0;
float: left;
width: 130px;
height: 14px;
}
form input, 
form textarea,
form select  {
clear: right;
display: block;
margin: 2px 0 2px 140px;
font-size: 12px;
}

form input {
padding: 2px 3px;
}
form textarea {
padding: 2px 3px;
width: 300px;
height: 120px;
}
form select {
}
form input.button {
margin-left: 0;
margin: 5px 0;
border: 1px solid #000;
background: #32689A;
color: #FFF;
font-weight: bold;
letter-spacing: 0;
font-size: 14px;
width: 100px;
text-align: center;
cursor: pointer;
}


@media print {

#navigation,
#section,
#footer,
#clear,
.live_edit,
.newswire,
#scrollwrapper
{
display: none;
}
body,
body#index,
html,
#container,
#content,
#index #content,
h1#pagetitle,
#index h1#pagetitle
{
width: auto;
height: auto;
min-height: 0;
background: transparent;
padding: 0;
margin: 0;
}
#content,
#index #content {
padding: 0 15px;
}
h1#pagetitle,
#index h1#pagetitle
{
padding: 5px;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
text-align: right;
margin-bottom: 15px;
}

}
