@charset "utf-8";
/* Universal resets */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img { margin: 0; padding: 0; border: 0;}
ul {
	list-style: none;
	}
li {
	text-decoration: none;
}

body { 
	width: 100%;
	font-size: 62.5%;
	background-color:#666;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

h1 {
	color: #005e9d;
	font-size: 2.1em;
	padding: 0 0 1em 0;
	margin: 0;
}

h2 {
	color: #005e9d;
	font-size: 1.7em;
	padding-bottom: 0.7em;
	padding-top: 0.5em;
	font-weight: normal;
}
h3 {
	color: #005e9d;
	font-size: 1.3em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
p {
	color: #000;
	font-size: 1.3em;
	padding-bottom: 1em;
	line-height: 17px
}
a {
	color: #00F;
	text-decoration: underline;
}

ul {
	font-size: 13px;
	list-style:circle;
	padding-left: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}


ul li {
	padding-bottom: 8px;
}
#blue_list {
	list-style-image:url(../images/list_blue_small.jpg);
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	min-height: 400px;
	background-color:#FFF;
	height: auto;
}
#content {
	height: auto;
}

#wrapper #content #nav {
	float: right;
	margin: 0 0 10px 0;
}

#header #header_info {
	vertical-align:middle;
	background-color:#fbb913;
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 1.3em;
}
#header p {
	padding-top: 3px;
	padding-right: 20px;
	color: #fff;
	font-size: 1.3em;
	font-weight:800;
}
#content {
	margin: 30px 40px 10px 40px;
}

#initiative_box {
	background-color:#005696; 
	padding: 20px;
}
#initiative_box p, #initiative_box h2 {
	color: #fff;
}

#column_left {
	width: 400px;
	float: left;
}
#column_right {
	width: 350px;
	float: right;
}
#footer {
	border-top: 7px solid #efb11f;
	background-color: #005696;
	text-align: center;
}
#footer p {
	color: #fff;
	font-size: 1.5em;
	line-height: 50px;
}
.light_line {
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
}
.line {
	border-bottom: 3px solid #ccc;
	margin-bottom: 15px;
}
.large_space {
margin-left:230px;
padding-left:100px;
}
.main_links li{
	font-size: 1.1em;
	color:#10609c;
	text-decoration:underline;
	list-style:circle;
}
.extra_space {
	padding-top: 30px;
}
.bg_grey {
	background-color:#ededed;
	padding: 10px;
}
.large_text {
	font-size: 1.5em;
}
.clear {clear: both;}
.float_left { float:left }
.float_right {float:right}

.numbered, .numbered ul, .numbered ul ul  {
	list-style-type: decimal;
	padding-bottom: 0px;
}
.training_columns{
	width: 360px;
	height: 620px;
}
.no_underline  {
	text-decoration: none;
}
.logo_padding {
	padding: 10px;
}

