/*=====================================================*/
/* Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

/*=====================================================*/
/* Global Definitions */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #071b2f;
	line-height: 130%;	
}

h1 {
	font-size: 34px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

h2, h3, .h3 {
	font-size: 24px;
	color: #1e285c;
	text-shadow: 1px 1px 1px #eaeaea;
	text-transform: uppercase;
}

h3, .h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
	color: #1e285c;	
}

h1, h2, h3, .h3, h4 {
	visibility: hidden;	
}

a.button {
	background: url(../img/bg_button.jpg) repeat-x #fff;
	height: 19px;
	padding: 8px 10px 0 10px;
	border: 1px solid #1e285c;
	font-size: 11px;
	color: #1e285c;
	text-shadow: 1px 1px 1px #42b2e1;
	float: left;
}

.button:hover {
	background: url(../img/bg_button.jpg) bottom repeat-x #fff;	
}

/*=====================================================*/
/* Structural Definitions */

html {
	height: 100%;
}

body {
	background: #43454d;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #071b2f;
}

#header {
	width: 100%;
	height: 146px;
	background: url(../img/bg_header.jpg) repeat-x bottom #fff;
}

#banner {
	width: 100%;
	height: 235px;
	background: url(../img/bg_blue.jpg) repeat-x #1e295d;
	position: relative;
	overflow: hidden;
}

#content {
	width: 100%;
	min-height: 404px;
	background: url(../img/bg_content.jpg) repeat-x top #fff;
	float: left;
}

#footer {
	width: 100%;
	min-height: 204px;
	_height: 204px;
	background: url(../img/bg_footer.jpg) repeat-x top #43454d;
	float: left;
}

.content {
	width: 100%;
	min-width: 960px;
	height: 100%;
	position: relative;
	float: left;
}

/*=====================================================*/
/* Header Definitions */

#logo {
	position: absolute;	
	top: 35px;
	left: 20px;
}

/*=====================================================*/
/* Navigation Definitions */

ul#navigation  {
	position: absolute;
	width: 70%;
	height: 25px;
	top: 60px;
	left: 300px;
	list-style: none;
}

ul#navigation li {
	width: 18%;
	height: 25px;
	display: block;
	text-align: center;
	float: left;	
}

ul#navigation li a {
	color: #1e285c;	
}

ul#navigation li a:hover, ul#navigation li a.active {
	color: #00aeef;	
}

/*=====================================================*/
/* Banner Definitions */

#banner div {
	width: 100%;
	height: 235px;
	background: url(../img/bg_blue.jpg) repeat-x #1e295d;
	position: relative;
}

#banner div img {
	position: absolute;
	left: 14px;
	top: 0px;
	z-index: 1;
}

.overlay {
	width: 659px !important;
	position: absolute;
	background: url(../img/bg_overlay.png) no-repeat !important;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#banner h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	line-height: 150%;
	z-index: 3;	
}

#banner .button {
	position: absolute;
	bottom: 20px;
	left: 20px;	
	z-index: 100;
}

#images {
	width: 520px;
	height: 237px;
	position: relative;
}

#images, #images div {
	margin: 0 !important;	
}

#slideshow {	
	height: 216px;
	overflow: hidden;
	position: relative;
}

#pager {
	background: #1E295D;
	position: absolute;
	width: 522px;
	height: 20px;
	left: 0;
	bottom: 0;
	z-index: 1000;
	border-bottom: 1px solid #919191;
}

#pager a:link, #pager a:visited, #pager a:active {
	width: 20px;
	height: 15px;
	display: block;
	padding: 5px 0 0 0;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	float: left;
}

#pager a.activeSlide {
	background: #18477f;
	color: #fff;
}

/*=====================================================*/
/* Content Definitions */

#content .column {
	width: 33%;
	min-height: 280px;
	background: url(../img/bg_column.jpg) no-repeat top right;
	float: left;
}

#content .column div {
	margin: 4%;	
}

#content .column h4 {
	margin: 15px 0;	
}

#content .column p.detail {
	display: block;
	margin: 10px 0;
}

#content .column p.date {
	display: block;
	margin: -10px 0 0 0 !important;
}

#content .column p.detail span {
	color: #1e285c;
	font-weight: bold;
}

#content .column img {
	border: 1px solid #919191;	
}

.main {
	width: 65% !important;
	min-width: 480px;
	background: none !important;
}

.main ul {
	list-style: inside;
	list-style-type: disc;
}

.main li {
	padding: 5px 0;	
}

.main img.staff {
	margin-bottom: 10px;
	border: 1px solid #919191;
	float: right;
	clear: right;
}

p.breadcrumb {
	width: 100%;
	display: block;
	color: #43454d;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 10px;
}

a.pdf, a.url {
	background: url(../img/icon_pdf.jpg) left no-repeat;	
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 20px;
	color: #333;
}

a.url {
	background: url(../img/icon_url.jpg) left no-repeat;	
}

span.spacer {
	width: 100%;
	border-top: 1px solid #cfcfd1;
	margin: 15px 0;
	height: 1px;
	float: left;
}

/*=====================================================*/
/* Subnav Definitions */

#subnav {
	width: 320px;
	padding: 70px 0 104px 0;
	min-height: 400px;
	background: #dededf;
	border-left: 1px solid #cfcfd1;
	border-right: 1px solid #cfcfd1;
	position: relative;
	float: left;
}

#subnav a {
	width: 305px;
	height: 26px;
	color: #43454d;
	display: block;
	padding: 12px 0 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
	float: left;
}

#subnav a:hover {
	background: url(../img/bg_subnav.jpg) repeat-x;
	color: #fff;
}

 #subnav a:active, #subnav a.active {
	background: url(../img/bg_subnav.jpg) bottom repeat-x;
	color: #fff;
}

#subnav #fade {
	width: 322px;
	height: 104px;
	position: absolute;
	bottom: 0px;
	left: -1px;
	background: url(../img/bg_subnav_fade.jpg) bottom no-repeat;
}

/*=====================================================*/
/* Footer Definitions */

#footer .content {
	margin: 0 auto;
	_margin-top: -120px;
}

#footer .column {
	width: 15%;	
	float: left;
}

#footer .column div {
	margin: 8%;	
}

#footer .column h3, #footer .column p {
	color: #131313;
	margin: 10px 0;	
}

/*=====================================================*/
/* Form Definitions */

#cform {
	width: 230px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#cbody {
	margin: 0px;
	padding: 0px;
	float: left;
}

#cform input[type=text] {
	width: 229px;
	height: 19px;
	background: url(../img/bg_textbox.jpg) no-repeat;
	margin: 10px 0;
	padding: 7px;
	color: #9a9da7;
	border: none;

}

#cform textarea {
	width: 229px;
	height: 167px;
	padding: 7px;
	margin: 10px 0;
	background: url(../img/bg_textarea.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9a9da7;
	border: none;

	
}

#cform input[type=submit] {
	background: url(../img/bg_button.jpg) repeat-x #fff;
	height: 29px;
	padding: 0 10px 0 10px;
	border: 1px solid #1e285c;	
	font-size: 11px;
	color: #1e285c;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #42b2e1;
	float: left;
	clear: both;
}
