/*
----------------------------------------------------------------------------- 
	GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}




body { 
	font-size: 62.5%;
	background: #fff url(/images/bg_body.gif) repeat-x top left;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#023f65;
	text-align:center;
	}

#container { 
	margin: 0 auto 10px;
	width: 715px;
	text-align: left;
	background: #fff url(/images/bg_cols.gif) repeat-y top left;
	border: 1px solid #c4d1d2;
	border-width: 0 1px 1px 1px;
	}
p,dt,dd,li { 
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
dd { padding-bottom: 1em; }
strong { font-weight: bold; }
em {font-style: italic; }

#header {
	font-size: 1px;
	line-height: 1px;
	text-indent: -3000px;
	}
#header a {
	display:block;
	width: 715px;
	height: 80px;
	background: #444 url(/images/header.gif) no-repeat top left;
	}
#header p {display:none; }

#main-nav {
	background: #023f65;
	font-size: 1em;
	text-transform: uppercase;
	padding: 7px 0 7px 37px;
	border-top: 1px solid #a7c2db;
	border-bottom: 1px solid #071f35;
	}
#main-nav li {
	display: inline;
	margin: 0 24px 0 0;
	}
#main-nav li#last {
	margin: 0;
}
#main-nav a:link,
#main-nav a:visited {
	color: #c2d0d9;
	text-decoration: none;
	border: 0;
	}
#main-nav a:hover,
#main-nav a:active {
	color: #fff;
	text-decoration: none;
	border: 0;
	}
#callout-home {
	background: #fff url(/images/home_image.jpg) no-repeat top left;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #dae2e6;
	height: 172px;
	padding: 31px 0 0 20px;
	}
#callout-home h3 {
	padding-bottom: 24px;
	width: 200px;
	}
#callout-home h3 span {
	font-family: georgia, times, serif;
	font-size: 1.4em;
	}
#callout {
	background: #fff url(/images/site_image.jpg) no-repeat top left;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #dae2e6;
	height: 106px;
	padding: 44px 0 0 30px;
	}
#callout h3 {
	padding-bottom: 24px;
	width: 200px;
	}
#callout h3 span {
	font-family: georgia, times, serif;
	font-size: 1.4em;
	}
h2 {
	font-size: 1.5em;
	color: #800000;
	margin-bottom: 20px;
	}
#sub-column {
	float: left;
	padding: 26px 0 30px 37px;
	margin-right: 37px;
	width: 202px;
	font-size: 1em;
	line-height: 1.4em;
	}
#sub-column h2 {
	color: #2979ac;
	padding-bottom: 1em;
	border-bottom: 1px dotted #fff;
	margin-right: 30px;
	}
#sub-column h2#news {
	padding-bottom: 0;
	border: 0;
	}
#sub-column li {
	font-size: 12px;
	color: #2979ac;
	}
#sub-column li a:link,
#sub-column li a:visited {
	color: #6b94ad;
	border-bottom: 1px dotted #6b94ad;
	}
#sub-column li a:hover,
#sub-column li a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
	}
#sub-column li.sub {
	margin-left: 20px;
	}
.news {
	color: #1a5e88;
	margin-bottom: 20px;
	width: 170px;
	}
.news a:link,
.news a:visited {
	color: #5b97bc;
	border-bottom: 1px dotted #5b97bc;
	}
.news a:hover,
.news a:active {
	color: #fff;
	}
p.date {
	font-family: georgia, times, serif;
	margin-bottom: 6px;
	color: #5b97bc;
	}
.entry {
	border-top: 1px dotted #fff;
	padding-top: 8px;
	margin-bottom: 8px;
	}
.file-info {
	color: #5b97bc;
	}
#main-column {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 26px 37px 30px 280px;
	}
#main-column a:link,
#main-column a:visited {
	color: #023f65;
	border-bottom: 1px dotted #023f65;
	}
#main-column a:hover,
#main-column a:active {
	color: #800000;
	border-bottom: 1px solid #800000;
	}	
#main-column li {
	background: url(/images/red_arrow.gif) no-repeat 0 5px;
	text-indent: 10px;
	}
form { margin-bottom: 30px; }

fieldset {
	border: 0;
	}
legend {
	padding: 0 0 20px 0;
	font-style: italic;
	}
label {
	display: block;
	padding: 2px 0;
	}
input, select, textarea {
	width: 100%;
	margin: 0;
	padding: 0;
	}
input#contact-submit {
	width: 100px;
	margin-top: 20px;
	}
div.error {
	background: #ffe;
	border: 1px solid #dde;
	padding: 10px;
	color: #711;
	margin-bottom: 16px;
	}
label.error {
	background: none;
	color: #711;
	font-weight: bold;
	font-size: 11px;
	}
p#confirmation {
	border: 1px solid #dde;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 30px;
	}
div.error ul {
	list-style-type: none;
	}
div.error li {
	padding: 4px 0;
	}
#footer {
	color: #6b94ad;
	background: #e4ecf0;
	clear: both;
	text-align: center;
	padding: 4px 0 2px;
	}
#footer p {
	font-size: 1em;
	}
#footer ul { 
	margin: 10px 0 4px;
	}
#footer li {
	display: inline;
	margin-right: 16px;
	}