﻿@charset "utf-8";
/* CSS Document */

/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}

/* Page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background: url(/_imgs/template/body_bkgrd.gif) repeat-x;
}
#page {
	margin: 0 auto;
	width: 780px;
}
a {
	color: #0e73a9;
	text-decoration: none;
}

/* Main Blocks */
#header {
	margin-top: 33px;
	height: 237px;
	background: #ff4800 url(/_imgs/template/header_photo_bkgrd.jpg) top left no-repeat;
}
#nav-prim {
	height: 32px;
	background: #ff980d;
}
#content {
}
#copy {
	padding: 0 0 20px 0;
	width: 580px;
	float: left;
}
#sidebar {
	margin-top: 40px;
	width: 180px;
	float: right;
	background: #e6e6e6;
}
#login, #logout {
	margin-bottom: 3px;
	width: 780px;
	height: 30px;
	text-align: right;
	position: absolute;
	top: 0;
	background: #fff;
	
}
#partners {
	margin: 10px 0;
	padding-top: 5px;
}
#footer {
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px dashed gray;
}

/* Header */
#header h1 {
	padding: 100px 30px 0px 500px;
	font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	display: inline-block;
}
#header h1 a {
	color: #fff;
}

/* Navigation Primary */
#nav-prim ul {
	padding-left: 20px;
	list-style: none; 
}
#nav-prim ul li {
	padding: 0 15px;
	height: 38px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #fff;
	line-height: 30px;
	display: inline;
}
#nav-prim ul li a, #nav-prim ul li a:visited {
	color: #fff;
}
#nav-prim ul li a:hover, #nav-prim .current {
	color: #0e73a9;
}
/* Content */
#copy h1 {
	padding-top: 15px;
	font-size: 16px;	
	line-height: 48px;
}
#copy h2 {
	padding-top: 12px;
	font-size: 14px;
	line-height: 32px;	
}
#copy h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
#copy p {
	padding-bottom: 12px;
	line-height: 18px;
}
#copy p.error, #copy .error {
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
}
#copy p.register {

}
#copy p.register a {

}
#copy ol {
	padding: 0 0 15px 25px;
}
#copy ul {
	padding: 0 0 15px 25px;
	list-style: square;
}
#copy li {
	line-height: 25px;
}
#copy table {
	margin-bottom: 15px;
}
#copy table td {
	padding: 3px;
}

/* Sidebar */
#search {
	display: none;
}
#search input.text {

}
#search image.submit {

}

/* Navigation Secondary */
#nav-sec {
}
#nav-sec ul {
	padding: 0 0 0 15px;
	list-style: none;
}
#nav-sec ul li {
	padding-left: 12px;
	font-size: 14px;
	line-height: 28px;
	background: url(/_imgs/template/nav-sec-arrow.png) left 50% no-repeat;
}
#nav-sec ul li a, #nav-sec ul li a:visited {
}
#nav-sec ul li a:hover,  {
	text-decoration: underline;
}
#nav-sec ul li a.current {
	color: #ff4800;
}

/* Nav Tert */
a.nav-tert {
color: #fff;
}

/* Logos */
#logos {
}

/* News */
#news {
	padding: 0 15px 10px 15px;
	width: 150px;
	float: right;
	background: #e6e6e6;
}

#news h1 {
	font-size: 12px;	
	line-height: 40px;
}
#news h2 a {
	font-size: 12px;
}
#news p {
	font-size: 10px;
	padding-bottom: 8px;
	font-size: 12px;
}

/* Events */
#events {
	padding: 0 15px 10px 15px;
	width: 150px;
	float: right;
	background: #e6e6e6;
}
#events h1 {
	font-size: 12px;	
	line-height: 40px;
}
#events h2 a {
	font-size: 12px;
}
#events p {
	font-size: 10px;
	padding-bottom: 8px;
	font-size: 12px;
}

/* Login / Logout Form */
#login fieldset, #logout fieldset, #copy fieldset {
	margin-top: 3px;
	font-weight: bold;
	color: #000;
}
#copy fieldset {
	margin-bottom: 10px;
}
#login label, #copy label {
	padding-left: 5px;
	font-weight: normal;
	color: #000;
	vertical-align:middle;
}
#copy label {
	color: #444;
	display: -moz-inline-stack;
	display: inline-block;
}
#login input.text, #copy input.text {
	width: 90px;
	height: 18px;
	display: -moz-inline-stack;
	display: inline-block;
	border: 1px solid black;
	vertical-align:middle;
	
}
#login img.submit, #logout img.submit, #copy input.submit {
	padding: 0 10px 0 5px;
	vertical-align:middle;
}

/* Footer */
#footer a {
}
#footer a:hover {

}
#footer span.legal {

}
#footer span.copyright {

}

/* Tables */
table.my-documents {
	width: 100%;
	border: 1px solid #fff;
	border-collapse:collapse;
	border-spacing:0;
}
.heading-document-title, .heading-filetype, .heading-document-filesize, .heading-date {
	width: 80px;
	color: #fff;
	text-align: center;
	background: #244f6b;
}
.heading-document-filesize {
	display: none;
}
.heading-date {
	width: 100px;
}
table.my-documents .heading-document-title {
	width: 400px;
	text-align: left;
}
.document-filesize {
	display: none;
}
table.my-documents tr {
	border: 1px solid white;
}
table.my-documents td {
	border: 1px solid white;
}
table.my-documents h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: inline; 
}
table.my-documents p {

}
table.my-documents td.document-title, table.my-documents td.document-download, table.my-documents td.document-filesize, table.my-documents td.document-date {
	vertical-align: top;
}
table.my-documents td.document-title, table.my-documents td.document-filesize {
	text-align: center;
}
table.my-documents td.document-title {
	text-align: left;
}
table.my-documents td.document-download a {
	text-align: center;
	display: block;
}
table.my-documents td.document-download img {
	text-align: center;
	display: block;
}
table.my-documents td.document-filesize, table.my-documents td.document-date {
	
}

/* Hacks */
/* float clearing for IE6 */
* html #content {
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html #content {
  min-height: 1%;
}
/* float clearing for everyone else */
#content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}