/* =clear everything out
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =basic html redefinitions
--------------------------------------------------------------------*/
body {
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #00042f;
	text-align: left;
	background: #0293b2 url(../i/bkgds/wrapper_bkgd.gif) repeat-x top left;
	width: 100%;
	height: 100%;
	margin: 0;
	
}

/* [LAYOUT]
--------------------------------------------------------------------*/
#wrapper, #footer {
	position: relative;
	width: 800px;
}

#wrapper {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 800px;
	margin: 0;
	background: #fff;
    float: left;
    padding: 0;
}

/* Hides from IE5-mac \*/
/* * html .#main {margin: 0 25px;} */
/* End hide from IE5-mac */ 

#footer {
   margin: auto;
   text-align: center;
   float: left;
   padding-bottom: 25px;
   padding-top: 20px;
   padding-left: 0;
   padding-right: 0;
   background: #0293b2 url(../i/bkgds/footer_bkgd.gif) top left no-repeat;
   width: 800px;
}

#content {
	margin: 30px 25px 100px 25px;
	background: #fff;
	float: left;
	width: 750px;
	padding-left: 0;
   	padding-right: 0;
	display: inline;
}


/* [TYPOGRAPHY]
--------------------------------------------------------------------*/
h1, h2, .note {
	font-family: Locator, Verdana, Futura, Helvetica, Arial, sans-serif;
	color: #00042f;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 10px;
}

.note {
	font-size: .75em;
	margin-bottom: 10px;
}


	

h3, h4, p, ul, .caption {
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	color: #00042f;
	text-transform: none;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.5em;
}

h3 {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

p, ul {
	font-size: .875em;
}

p {
	font-weight: normal;
	margin-bottom: 15px;
}

p.bold {
	font-weight: bold;
	margin-bottom: 15px;
}

ul {
	padding: 0px 15px 10px 15px;
	list-style-position: inside;
	font-weight: normal;
}

sup {
	font-size: 50%;
}

.caption {
	font-weight: normal;
	font-size: .75em;
	line-height: 1.25em;
	margin-bottom: 30px;
}

#footer p {
	font-family:  Verdana, Futura, Helvetica, Arial, sans-serif;
	font-size: .625em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}

#footer a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 10px;
}

table {
	margin: 0 15px 15px 15px;
	width: 450px;
	border: 2px #00042f solid;
}

tbody {
	margin: 0;
	padding: 0;
}

tr {
	margin: 0;
	padding: 0;
}

th {
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #fff;
	background-color: #00042f;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	width: 150px;
	padding:10px;
}

td {
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	color: #00042f;
	font-weight: normal;
	text-transform: none;
	font-size: .75em;
	width: 150px;
	text-align: left;
	padding: 10px;
}
img.left {
    float: left;
    margin: 0 1em 0 0;
}


	
/* [TOP SPECIFIC]
--------------------------------------------------------------------*/

#top {
	width: 800px;
	float: left;
	margin: 0;
}


/* [NAVIGATION]
--------------------------------------------------------------------*/
.hide {
	position: absolute;
	left: -9999px;
}

a:link {
	color: #0293b2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0293b2;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #01435e;
	font-weight: bold;
	text-decoration: none;
}

/* nav specific */
ul#nav {
	width: 800px;
	height: 40px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: left;
 	overflow: hidden;
    display: inline;
    margin: 0;
}

ul#nav li a {
   margin: 0 auto;
   display: block;
   overflow: hidden;
   padding-top: 40px;
   height: 0px !important;
   height /**/:40px; /*for IE5/Win only */	
}

li#n1 a { width: 112px;   background-image: url(/i/nav/nav_01.gif); float: left;}
li#n2 a { width: 140px;   background-image: url(/i/nav/nav_02.gif); float: left;}
li#n3 a { width: 117px;   background-image: url(/i/nav/nav_03.gif); float: left;}
li#n4 a { width: 129px;   background-image: url(/i/nav/nav_04.gif); float: left;}
li#n5 a { width: 152px;   background-image: url(/i/nav/nav_05.gif); float: left;}
li#n6 a { width: 150px;   background-image: url(/i/nav/nav_06.gif); float: left;}

ul#nav li a:hover {
	background-position:  0 -40px;
}

ul#nav a.current {
	background-position:  0 -80px;
}

/*subnav specific*/
ul#subnav {
	position: relative;
	width: 750px;
	height: auto;
	background: #CFEAF2;
	float: left;
	margin: 0 0 25px 0;
	padding: 10px 25px;
	text-align: center;
	list-style: none;
}
	
ul#subnav li{
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #eb9623;
	display: inline;
	position: relative;
	vertical-align: bottom;
	font-size: .875em;
	line-height: 2em;
	margin: 0 5px;
}

ul#subnav li a {
	color: #01435e;
	text-decoration: none;
}

ul#subnav li a:hover {
	color: #01435e;
	text-decoration: underline;
}


/*boxes specific*/
ul#boxes {
	width: 800px;
	height: 200px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#boxes li {
	float: left;
 	overflow: hidden;
    display: inline;
    margin: 0;
    display: block;
}

ul#boxes li a {
   margin: 0 auto;
   display: block;
   overflow: hidden;
   padding-top: 200px;
   height: 0px !important;
   height /**/:200px; /*for IE5/Win only */	
}

li#b1 a { width: 260px;   background-image: url(/i/boxes/box_01_schedule.gif); float: left;}
li#b2 a { width: 280px;   background-image: url(/i/boxes/box_02_buttons.gif); float: left;}
li#b3 a { width: 260px;   float: left;}

/*bottomnav specific*/
ul#bottomnav {
	position: relative;
	width: 800px;
	height: auto;
	background: #41accc;
	float: left;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	list-style: none;
}
	
ul#bottomnav li{
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #eb9623;
	display: inline;
	position: relative;
	vertical-align: bottom;
	font-size: 80%;
	margin: 0 5px;
}

ul#bottomnav li a {
	color: #01435e;
	text-decoration: none;
}

ul#bottomnav li a:hover {
	color: #01435e;
	text-decoration: underline;
}



/*form specific*/
label {
}

fieldset {
	padding: 5px;
	margin: 0 0 5px 0;
	background: #CFEAF2;
	border: none;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input, textarea, select {
	font-size: 0.9em;
	padding: 2px;
	background: #fff;
	border: 1px solid #00002F;
}

input:focus, input:focus, textarea:focus, select:focus {
	background: #E1F2F7; 
	border: none;
}

input.text, input.title {
	margin: 5px 0;
	color: #00042f;
	border: none;
}

input.text {
	width: 460px;
}

input.title {
	font-size: 1.5em;
}

input.cbox {
	margin: 5px;
	
}

input.radiogroup {
	margin: 10px;
}

input.submit {
	color: #fff;
	font-weight: bold;
	background-color: #01435e;
	border: none;
	padding: 5px;
	margin: 0 10px 10px 0;
}

input.reset {
	color: #fff;
	font-weight: bold;
	background-color: #01435e;
	border: none;
	padding: 5px;
	margin: 0 10px 10px 0;
}

textarea {
	width: 460px;
	height: 150px;
	margin: 5px 0;
	padding: 5px;
	border: none;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: none;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

#reason, #state {
	padding: 5px;
}

/* [SPECIAL]
--------------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

.bigger {
	font-size: 14px;
}

.space {
	margin-bottom: 50px;
}

.space2 {
	margin-top: 50px;
}

.image {
	margin: 0 15px 15px 15px;
	border: none;
	float: left;
}

.imageart {
	margin: 0 15px 50px 15px;
	border: none;
	float: left;
}

.imageh {
	margin: 0;
	float: left;
	display: block;
}




/* [GRID]
--------------------------------------------------------------------*/

.container {  width: 800px;  margin: 0 auto; }
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin: 0;
}
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 125px; }
.span-2  { width: 250px; }
.span-3  { width: 375px; }
.span-4  { width: 500px; }
.span-5  { width: 625px; }
.span-6  { width: 750px;}
.span-7  { width: 800px; margin:0;}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

.box {
	float: left;
	height: 200px;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}

hr {
  background: #41accc; 
  color: #fff;
  clear: both;
  float: none;
  width: 720px;
  height: 1px;
  margin: 50px 15px;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
}
.clearfix:after, .container:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}
.clear { clear:both; }
