@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}
body {text-align:center; background:#000; }

html, body {margin: 0; padding: 0; border: 0;}
html, input, textarea {font-family:Eurostile, sans-serif;; font-size:0.95em; line-height:1.1em; color: #000;}
input, select {vertical-align:middle; font-weight:normal;}


/* Hides from IE5-mac \*/
* html #mainContent #navMain {
	height: 1%;
	margin: 0;
	padding: 0;}
/* End hide from IE5-mac */


/*----- basics ------  */

a {text-decoration:underline; color:#122d3c;}
a:hover {text-decoration:none;}
ul {list-style:none;}
ul li {background:url(images/list-marker.gif) left 3px no-repeat; padding:0 0 9px 20px;}

.col-1,
.col-2 {float:left;}
.wrapper {width:100%; overflow:hidden;}

.more {text-align: right; font-family: Arial, Helvetica, sans-serif; color: #C30; }

/* ---- container divider ---- */
#container {
	position: relative;
	width:980px; background: url(images/page-bg.jpg) center top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
} 


/***************header***************/
#header {height:30px; text-transform:lowercase; padding:27px 0 0 30px; font-family:Eurostile, sans-serif; font-size: 0.9em;}

#header .col-1 {width:195px; padding-right:170px;}
#header .col-2 {width:500px; text-align:right;}
#header .nav {width: 550px; text-align: right; margin-left: 26em;}

#header a {color:#AFBDD0;}
#header li {float:left; border-right:1px solid #AFBDD0; padding:0 11px; background:none;}
#header .extra {border:none;}


/***************homePage text area***************/
#homePage {width: 630px; height: 600px; text-align: left; margin-left: 12em; color:#FFF; font-family:Eurostile, sans-serif;; font-size:24px; line-height: 1.3em; padding-top: 2em; }
#homePage a {color: white;}
#homePage .error {padding: .5em; }


/* ---- main content divider ---- */
#mainContent { background-image: url(images/background1.png); margin: 3em 7em 0 18em; width 700px; min-height: 700px; }
#mainContent h1 {margin: 0 .5em 0 .4em; color: #C00; line-height: 1.2em; padding-top: .7em;}
#mainContent h2 {margin: 0 0 0 .4em; color: #C00; padding: .2em; line-height: 1.2em;}
#mainContent h3 {margin: 0 0 0 .4em; color: #C00; padding: 0; line-height: 1.2em; padding-top: .3em;}

#mainContent p { padding: 0 1em; line-height: 1.3em; font-size: 110%;}
#mainContent a {text-decoration: underline; color: #036;}
#mainContent a:hover {text-decoration: none;}
#mainContent ul {list-style:none;}
#mainContent ul li {background:url(images/list-marker.gif) left 1em no-repeat; margin-left: 3em; padding: .5em .4em .3em 2em; font-size: 1.1em; line-height: 1.2em;}
#mainContent ol li {margin-left: 3em; padding: .5em 1em .3em 1em; font-size: 1.1em; line-height: 1.2em;}
#mainContent img {padding-left: .5em; }

#mainContentColumn1 { float:left; width:47%; padding-right:.5em; text-align:left; height: 1300px;}
#mainContentColumn1 ul {list-style:none;}
#mainContentColumn1 ul li {background:url(images/list-marker.gif) left .7em no-repeat; margin-left: 1em; padding: .5em .4em .3em 2em; font-size: .9em; line-height: 1.2em;}
#mainContentColumn1 ol li {margin-left: 1em; padding: .5em 1em .3em 1em; font-size: 1.1em; line-height: 1.2em;}

#mainContentColumn2 { margin-left:48%; width:48%; padding-left: .5em; border-left: thin #666666 dotted; text-align:left; min-height: 1300px;}
#mainContentColumn2 ul {list-style:none;}
#mainContentColumn2 ul li {background:url(images/list-marker.gif) left .7em no-repeat; margin-left: 1em; padding: .5em .4em .3em 2em; font-size: .9em; line-height: 1.2em;}
#mainContentColumn2 ol li {margin-left: 1em; padding: .5em 1em .3em 1em; font-size: 1.1em; line-height: 1.2em;}



/* ---- footer divider ---- */
/***************footer***************/
#footer {color:#FFF; height:25px; text-align:center; padding:36px 0 0; clear: both; font-family:Eurostile, sans-serif; font-size: 0.7em;}
#footer a {border-left:1px solid #FFF; padding-left:7px; margin-left:7px; text-decoration:none; color:#FFF;}
#footer a:hover {text-decoration:underline;}



