﻿@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;
}
#page {
	margin: 0 auto;
	width: 960px;
}
a {
	color: #0e73a9;
	text-decoration: none;
}

/* Main Blocks */
#header {
	margin-top: 33px;
	height: 300px;
	background: url(/_imgs/template/header.jpg) no-repeat;
	
}
#nav-prim {
	height: 32px;
	background: #e7eef0;
}
#content {
}
#copy {
	padding: 0 0 20px 0;
	width: 645px;
	float: left;
}
#sidebar {
	width: 245px;
	float: right;
	background: #e7eef0;
}
#login, #logout {
	width: 960px;
	height: 30px;
	text-align: right;
	position: absolute;
	top: 0;
	background: #39414a;
	border-bottom: 3px solid #fff;
}
#partners {
	margin: 10px 0;
	padding-top: 5px;
}
#footer {
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px dashed gray;
}

/* Header */
#header h1 {
	padding: 140px 800px 30px 30px;
	font-family: Georgia;
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	letter-spacing: 5px;
}

/* Navigation Primary */
#nav-prim ul {
	padding-left: 20px;
	list-style: none; 
}
#nav-prim ul li {
	padding: 0 15px;
	height: 38px;
	font: 16px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #244f6b;
	line-height: 30px;
	display: inline;
}
#nav-prim ul li a, #nav-prim ul li a:visited {
}
#nav-prim ul li a:hover, #nav-prim .current {
	color: #fff;
	background: url(/_imgs/template/nav-prim-bkgrd-blue.gif) repeat-x;
}
/* 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: #fff;
	background: url(/_imgs/template/nav-prim-bkgrd-blue.gif) repeat-x;
}

/* Logos */
#logos {
}

/* News */
#news {
	padding: 0 15px 10px 15px;
	width: 215px;
	float: right;
	background: #e7eef0;
}

#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: 215px;
	float: right;
	background: #e7eef0;
}

#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: #fff;
}
#copy fieldset {
	margin-bottom: 10px;
}
#login label, #copy label {
	padding-left: 5px;
	font-weight: normal;
	color: #fff;
	vertical-align:middle;
}
#copy label {
	color: #444;
}
#login input.text, #copy input.text {
	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: 663px;
	border: 1px solid white;
	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-date {
	width: 100px;
}
table.my-documents .heading-document-title {
	width: 403px;
	text-align: left;
}
table.my-documents tr {
	border: 1px solid white;
}
table.my-documents td {
	border: 1px solid white;
}
table.my-documents h3 {
	font-size: 12px;
}
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;
}