/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 14px;
	font-size: 12px;
}

td.form_fields {
	font-size: 12px;
}
ul {
	margin:0 10px 10px 10px;
}
li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	line-height: 14px;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 14px 0;
	margin: 0;
	line-height: 18px;
	color: #036;
}

.nopad {
	padding-bottom: 0;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 795px;
	height: 131px;
	position: relative;
	background: url(imgs/header_bg.gif) repeat-x;
}

#logo {
	position: absolute;
	top: 10px;
	left: 36px;
}

#site_map {
	position: absolute;
	top: 60px;
	right: 25px;
	font-size: 12px;
	line-height: 12px;
}

#nav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 793px;
	height: 29px;
	background-color: #402152;
	border-top: 1px solid #d9d3dc;
	border-left: 1px solid #a597ae;
	border-right: 1px solid #9a89a3;
	border-bottom: 1px solid #664d75;
	color: #fff;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	display: inline;
	font-size: 12px;
	height: 12px;
	padding:0;
	margin:0;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	height: 12px;
	line-height: 29px;
	font-size: 12px;
	padding: 0px 12px 0px 10px;
	border-right: 1px solid #fff;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li.last a, #nav ul li.last a:link, #nav ul li.last a:visited {
	border-right: none;
}

#nav ul li#active a {
	font-weight: bold;
}

#content {
	width: 795px;
}

#left_col {
	width: 190px;
	float: left;
}

.gray_box, .blue_box, .white_box {
	width: 149px;
	padding: 30px 20px 15px 20px;
	margin-bottom: 2px;
	background-color: #666;
	color: #000;
}

.white_box {
	background-color: #fff;
	color: #333;
}

.white_box dl {
	margin: 0;
	padding: 0;
	text-align: center;
}

.white_box dt {
	margin: 0;
	padding: 0;
	color: #036;
	font-weight: bold;
	text-transform: uppercase;
}

.white_box dd {
	font-weight: normal;
	color: #333;
}

.white_box dl img {
	margin: 5px 0 8px;
}

.blue_box {
	background-color: #036;
	color: #fff;
}

.blue_box a, .blue_box a:link, .blue_box a:visited {
	color: #fff;
	text-decoration: underline;
}

.blue_box a:hover {
	text-decoration: none;
}

.gray_box a, .gray_box a:link, .gray_box a:visited {
	color: #000;
	text-decoration: underline;
}

.gray_box a:hover {
	text-decoration: none;
}

.gray_box h1, .blue_box h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	color: #fff;
	padding-bottom: 4px;
}



#content .gray_box h2, #content .blue_box h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #fff;
	padding: 0 0 12px 0;
	background: none;
}

.blue_box p {
	color: #fff;
}

.banner_list {
	text-align: center;
	margin-top: 30px;
}

.banner_list img {
	margin: 0 0 30px 0;
}

#main_col {
	width: 575px;
	padding: 30px 15px;
	float: left;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 14px;
}
span.small_text {
font-size:13px;
color:#000;
font-weight:normal;
}

#content h2.arrow {
	background: url(imgs/yellow_arrow.gif) no-repeat left;
	padding: 0 0 0 15px;
}

#content dl {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 12px;
	line-height: 14px;
}

#content dt {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
}

#content dd {
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}

#content dl#terms {
	font-size: 10px;
}

#content dl#terms dd {
	padding: 0 0 6px 0;
}

#right_col {
	width: 190px;
	float: left;
}

#footer {
	clear: both;
	background: #fff url(imgs/footer_bg.gif) repeat-x;
	padding: 20px;
	width: 755px;
}

p#copy {
	font-size: 11px;
	padding: 0 0 8px 0;
}

.icon_right {
	margin-left: 3px;
	vertical-align: middle;
}

/* Three Columns -- gray, white, blue */

#three_col_wrapper {
	float: left;
	background: url(imgs/3_col_bg.gif) repeat-y;
}

#three_col_wrapper #left_col {
	float: left;
	width: 190px;
}

#three_col_wrapper #center_col {
	float: left;
	width: 385px;
	padding: 30px 15px;
}

#three_col_wrapper #right_col {
	float: left;
	width: 190px;
}

.img_float_right {
	float: right;
	margin: 0 0 14px 14px;
}

.blue {
	color: #036;
}

.clear {
	clear: both;
}

#no_col_wrapper {
	padding: 30px 15px;
	width: auto;
	float: left;
}

#map_list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#map_list li {
	float: left;
	padding: 0 20px 0 0;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}

#map_list ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
}

#map_list li li {
	float: none;
	font-size: 12px;
	line-height: 22px;
}

/* Popup - only */

#nav_pop {
	position: absolute;
	top: 90px;
	left: 0;
	width: 793px;
	height: 29px;
	background-color: #402152;
	border-top: 1px solid #d9d3dc;
	border-left: 1px solid #a597ae;
	border-right: 1px solid #9a89a3;
	border-bottom: 1px solid #664d75;
	color: #fff;
}
#nav_pop ul {
	margin: 0;
	text-decoration: none;
	height: 12px;
	line-height: 29px;
	padding: 0px 12px 0px 10px;
	list-style-type: none;
	text-align: right;
}

#nav_pop ul li {
	display: inline;
	font-size: 12px;
	height: 12px;
}

#nav_pop ul li a, #nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	height: 12px;
	line-height: 29px;
	font-size: 12px;padding: 0px 12px 0px 10px;
	margin: 0;
}

.error {
  color: #f00;
  font-weight: bold;
}

.error a {
	color: #f00;
	text-decoration: underline;
}

th {
  vertical-align: top;
  text-align: left;
}

form th, form td {
	line-height: 14px;
	font-size: 12px;
}

