@charset "utf-8";

/*

STYLES.CSS: Provides the deault styles for all pages. This follows the
            Yahoo! UI Fonts Sizing Chart that can be found at
			http://yuiblog.com/assets/pdf/cheatsheets/css.pdf.

VERSION: $Id: screen.css,v 1.9 2009-10-03 20:16:12 robert Exp $

*/


/* ELEMENTS - Shared styles that serve as the default. */

* { /* strips default margin and padding */
	margin: 0;
	padding: 0;
}

body {
	background: #C0C0C0 url(/lib/img/bg1.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #515151;
}

h1,
h2,
h3 {
	margin-bottom: 1em;
	color: #005288;
}

h1,
h2 {
	font-weight: normal;
}

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 108%;
}

h3 {
	font-size: 93%;
}

p,
ol,
ul {
	margin-bottom: 1.6em;
	line-height: 170%;
	font-size: 85%;
}

ol,
ul {
	margin-left: 3em;
}

ul.iconed {
	margin-left: 0;
	list-style: none;
	line-height: 200%;
}

ul.iconed li {
	padding-left: 20px;
	background: url(/lib/img/pdf.gif) no-repeat left center;
}

a {
	color: #636363;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.break {
	clear: both;
}

/* WRAPPER - Provides the horizontally repeating background */

#wrapper {
	height: 800px;
	background: url(/lib/img/bg2.jpg) repeat-x;
}

/* LOGO */

#logo {
	width: 757px;
	height: 84px;
	margin: 0 auto;
	background: url(/lib/img/logo.jpg);
}

#logo h1 {
	height: 84px;
	margin: 0;
	text-indent: -999em;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* MENU - To set the active menu, just apply the 
          class "ON" on the LI tag. Like so:
		  
		  <li class="on"><li>
*/

#menu {
	width: 757px;
	height: 39px;
	margin: 0 auto;
	background: #005288 url(/lib/img/menu_bg.jpg);
}

#menu ul {
	margin: 0;
	padding: 8px 0 0 20px;
	font-size: 100%;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: auto;
	height: 16px;
	float: left;
	padding: 4px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li.on a,
#menu a:hover {
	background: #40ABDD url(/lib/img/menu_on.gif) repeat-x;
}

/* PAGE - Main container area */

#page {
	width: 757px;
	margin: 0 auto;
	background: #FFFFFF url(/lib/img/page_bg.gif);
}

#content,
#sidebar {
	height: 500px;
	min-height: 500px;
}

html>body #content,
html>body #sidebar {
	height: auto;
}

/* CONTENT - Content area */

#content {
	float: right;
	width: 446px;
	padding: 40px 45px 0px 30px;
	background: url(/lib/img/content_bg.jpg) no-repeat;
}

#image1 {
	height: 200px;
	position: relative;
	margin: -23px 0 0 -30px;
}

#image1 img {
	position: absolute;
	float: left;
}

/* SIDEBAR - Left sidebar */

#sidebar {
	float: left;
	width: 161px;
	padding: 40px 30px 0px 45px;
	background: #E8EFF4 url(/lib/img/sidebar_bg.jpg) no-repeat;
}

/* FOOTER */

#footer {
	width: 757px;
	height: 49px;
	margin: 0 auto;
	background: #01385C url(/lib/img/footer_bg.gif);
}

#footer p {
	margin: 0;
	padding-right: 20px;
	line-height: normal;
	text-align: right;
	font-size: 77%;
	color: #DDE4E9;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
}

#footer .links {
	padding-top: 15px;
}


/* CONTACT FORM & WARNINGS */

#contactForm textarea {margin-left:3px;width:310px;float:left;margin-bottom:2px;}
#contactForm input {margin-left:3px;width:310px;float:left;margin-bottom:2px;}
#contactForm input.submit {width:120px;float:none;}
#contactForm td { vertical-align:top; }
#contactForm td.label{color:#0679BC;padding:2px 10px 0 0 ;font-size:85%;}
#warnings {color:red;padding-bottom:20px;}


/* WEBSITE TERMS OF USE */

#websiteterms {
	border:1px solid #cdced0;
	margin: 5px 0 5px 0;
	padding:5px 10px;
}

fieldset {
	border: 1px solid #CDCED0;padding-left:8px;
}

fieldset ol {
	margin:0px;
}
fieldset ol li {
	list-style-type:none;padding:5px;
}
fieldset ol li label {
	float:left; width:130px;
}
