﻿* { margin: 0; padding: 0; outline: none; }

body
{
	font-size: 62.5%;
	text-align: center;
	background: #FFFFFF url('../images/backgrounds/body.png') repeat-x top;
}

body, input, textarea, select
{
	font-family: "Trebuchet MS", "Arial", sans-serif;
}

#Container
{
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.Clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.Clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .Clear { height: 1%; }
.Clear { display: block; }
/* End hide from IE-mac */



/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: left;
	display: inline;
	width: 800px;
	background: url('../images/backgrounds/header.png') no-repeat top left;
}

#Header h1
{
	float: left;
	display: inline;
	margin: 43px 0 0 10px;
}

#Header h1 a
{
	float: left;
	display: inline;
	width: 276px;
	height: 92px;
	background: url('../images/logos/hummingbird-masthead.png') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}

#Header #Nav
{
	float: left;
	display: inline;
	width: 800px;
	margin: 45px 0 0 0;
	background: url('../images/backgrounds/nav.gif') repeat-x bottom;
	list-style: none;
}

#Header #Nav li
{
	float: left;
	display: inline;
	margin: 0 0 0 9px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}

#Header #Nav li a
{
	float: left;
	display: inline;
	padding: 0 15px 5px 15px;
	border: solid #95DDFF;
	border-width: 0 0 4px 0;
	color: #0E66AC;
	text-decoration: none;
}

#Header #Nav li a:hover
{
	border-color: #6ACFFF;
	color: #0B4D82;
}

#Header #Nav li.Current a
{
	border-color: #0D1A4D;
	color: #0D1A4D;
}

#Header #UserPanel
{
	position: absolute;
	top: 98px;
	right: 0;
	width: 460px;
	height: 37px;
	font-size: 1.2em;
}

#Header #UserPanel a
{
	display: block;
	height: 37px;
	background: url('../images/backgrounds/userpanel.png') no-repeat 0 0;
	color: #3472A5;
	text-decoration: none;
}

#Header #UserPanel a:hover
{
	color: #265479;
}

#Header #UserPanel a:hover
{
	background-position: 0 -37px;
}

#Header #UserPanel a strong
{
	display: none;
}

#Header #UserPanel a em
{
	float: right;
	display: inline;
	width: 273px;
	margin: 11px 0 0 0;
	text-align: center;
	font-style: normal;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	float: left;
	display: inline;
	width: 800px;
	margin: 30px 0 0 0;
}

#Content h2
{
	font-size: 2em;
	color: #0D1A4D;
}

#Content h3
{
	margin: 10px 0 0 0;
	border: solid #CBED63;
	border-width: 0 0 1px 0;
	font-size: 1.4em;
	color: #1A702E;
}

#Content fieldset p
{
margin-left: 10px;
}


#Content h4
{
	margin: 10px 0 0 0;
	font-size: 1.2em;
	color: #0E66AC;
}

#Content p
{
	margin: 10px 0 0 0;
	font-size: 1.2em;
	color: #1D405C;
	line-height: 1.4em;
}

#Content ul, #Content ol
{
	margin: 10px 0 0 15px;
}

#Content li
{
	margin: 5px 0 0 15px;
	font-size: 1.2em;
	color: #1D405C;
}

#Content table
{
	width: 800px;
	margin: 20px 0 0 0;
}

#Content table th
{
	padding: 3px;
	border: solid #B0E6FF;
	border-width: 1px 0 1px 0;
	font-size: 1.2em;
	color: #0E66AC;
}

#Content table td
{
	padding: 3px;
	font-size: 1.2em;
	color: #1D405C;
}

#Content blockquote
{
	margin: 20px 0 0 20px;
	padding: 10px 50px 10px 10px;
	border: solid #B0E6FF;
	border-width: 0 0 0 4px;
	background: #EBF9FF;
	font-size: 1.4em;
	color: #0E66AC;
	font-weight: bold;
}

#Content fieldset
{
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	border: solid 1px #B0E6FF;
}

#Content fieldset legend
{
	margin: 0 0 0 5px;
	padding: 5px;
	font-size: 1.1em;
	color: #0E66AC;
}

#Content a
{
	color: #1A702E;
	font-weight: bold;
	text-decoration: underline;
}

#Content a:hover
{
	text-decoration: none;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	float: left;
	display: inline;
	width: 800px;
	margin: 50px 0 0 0;
	padding: 12px 0 0 0;
	border: solid #B9E9FF;
	border-width: 1px 0 0 0;
	background: url('../images/backgrounds/footer-logos.gif') no-repeat top right;
	font-size: 1.2em;
	color: #8EBADB;
	line-height: 1.2em;
}

#Footer hr
{
	display: none;
}

#Footer #Links
{
	margin: 5px 0 0 0;
}

#Footer #Links a
{
	color: #5E9DCC;
}

#Footer #Links a:hover
{
	text-decoration: none;
}
