﻿/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, "Univers 55", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 2em;
}
 h1 {
	font-size:2em;
	color: #003366;
	font-weight: normal;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.75em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 0.75em;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.75em;
}
p {
	line-height: 2em;
}
.h1smalltext {
	font-size: 0.25em;
}
hr {
	margin-top: 5em;
	margin-bottom: 1em;
}

.smalltext {
	font-size: 0.7em;
	line-height: 1.2em;
}
.staff {
	font-size: 1em;
	line-height: 1.3em;
}
a:link {
	color: #003366;
}
a:visited {
	color: #009edb;
}
a:hover {
	color: #F28D5A;
}
a:active {
	color: #485b97;
}

/* Divs */ 

#container {
	text-align:left;
	width:760px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
 }

#header {
	height:100px;
	color: #009edb;
	background-color: #FFFFFF;
}
#header a:link {
	color: #003366;
}
#header a:visited {
	color: #003366;
}
#header a:hover {
	color: #F28D5A;
}
#header a:active {
	color: #485b97;
}
#header_address {
	float: left;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
	width: 100%;
	font-size: 0.75em;
	line-height: 1em;
}
 
 
 /* horizontal nav bar */

.horiz_menu{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .25em;
}

.horiz_menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #003366; 
	border-width: 1px 0;
	background-color: #003366;;
	background-image: url(images/background/btn_grad.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.horiz_menu ul li{
	display: inline;
}

.horiz_menu ul li a{
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #003366; /*divider between menu items*/
}

.horiz_menu ul li a:visited{
	color: #FFFFFF;
}

.horiz_menu ul li a:hover, .horiz_menu ul li .current{
	color: #003366!important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background-image: url(images/background/btn_grad_o.png);
	background-repeat: repeat-x;
}

/* vertical nav bar */

#navlist {
	float:left;
	width:150px;
	margin-left: -30px;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	line-height: 1em;
	height: 100%;
	margin-top: 16px;
	text-align: right;
}
#navlist ul {
	list-style: none;
}
#navlist ul li {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #029FD7;
}
#navlist ul li a {
	display: block;
	width: auto;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #F28D5A;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
}
#navlist ul li a:link {
	color: #F28D5A;
}
#navlist ul li a:visited {
	color: #F28D5A;
}
#navlist ul li a:hover, #navlist ul li .current{
	border-color: #ffffff;
	color: #ffffff;	
}
#navlist ul li a:active {
	border-color: #485b97;
	color: #485b97;	
}

/* Body Divs */ 

#content {
	width:760px;
	padding:0;
	float: left;
	background-image: url(images/background/background.png);
	background-repeat: repeat;
 }

#center-col {
	text-align:left;
	float: right;
	width: 560px;
	padding-right: 20px;
	background-image: url(images/background/vert_back.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 20px;
 }
#center-col a:link {
	color: #F28D5A;
}
#center-col a:visited {
	color: #F28D5A;
}
#center-col a:hover {
	color: #F28D5A;
}
#center-col a:active {
	color: #485b97;
}

#footer {
	height:25px;
	color: #003366;
	margin:0;
	background-color: #FFFFFF;
	width: 760px;
	float: right;
	font-size: 0.75em;
	text-align: center;
 }
.pic_right {
	width: 210px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	text-align: right;
}
.pic_left {
	width: 210px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align:left;
}
.text {
	width: 560px;
}
.text p {
	font-size: 0.85em;
	line-height: 1.3em;
}

/* Form */
span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

ul.notice{list-style-type:none;
	font-size: 0.85em;
	line-height: 1.3em;}

p.noscript  {
	font-size: 0.85em;
	line-height: 1.1em;
}

#form{}

.hidden { visibility:hidden;
display: none;}
.unhidden { display: block; 
visibility:visible;}