@charset "UTF-8";
/* CSS Document */

body
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center no-repeat;
	background-attachment: fixed;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #002A5B;
	font-weight: 100;
	text-align: left;

}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 16px;
}

a, a:visited, a:hover {
	text-decoration: none;
}

a, a:visited {
	color: #002A5B;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 10px 20px;
	list-style: circle;
}

img { 
	border: none; 
}

h1 {
	font-size: 17pt;
	margin: 10px 0px;
	font-weight: 100;
	border-bottom: 1px solid #999;
}

h2 {
	margin: 10px 0px;
	font-size: 15pt;
}

h3 {
	font-size: 13pt;
	font-style: italic;
}

h4 {
	font-size: 11pt;
	text-align: left;
	margin: 10px 0px;
}

h5 {
	font-size: 10pt;
	border-bottom: 1px solid #002A5B;
}

h6 {
	font-size: 10pt;
	border-bottom: 1px solid #999;
	text-align: right;	
}

hr {
	margin: 0px;
	border: none;
	border-bottom: 1px solid #002A5B;
}

table {
	border-spacing: 0px;
	border: 1px solid #666;
	margin: 10px;
}

thead {
	background: #bbb;
}

th, td {
	padding: 5px;
}

tr.odd {
	background: #fff;
}

tr.even {
	background: #eee;
}

tfoot {
	background: #666;
	color: #fff;
}

p.blockquote {
	margin: 10px;
	font-style: italic;
	color: #002A5B;
	font-weight: 200;
	line-height: 12px;
}

#pageWrap
{
	background: #000b38 url(../images/bg2.jpg) top center no-repeat;
	margin: 0px auto 50px auto;
	width: 799px;
	box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	-moz-box-shadow: 0px 0px 20px #666;
}

#page
{
	background: url(../images/compass.png) bottom left no-repeat;
}

#printHeader
{
	display: none;
}
#logo
{
	/*background: url(../images/logo.png) top left no-repeat;*/
	height: 36px;
	width: 298px;
	float: left;
	overflow: hidden;
	margin: 30px 0px 0px 30px;
	
	
}

#logo a
{
	display: block;
	padding-top: 0px;
	height: 36px;
	width: 298px;	
}

#logosub
{
	/*background: url(../images/logosub.png) top left no-repeat;*/
	height: 36px;
	width: 298px;
	float: left;
	overflow: hidden;
	margin: 30px 0px 0px 30px;
	
}

#logosub a
{
	display: block;
	padding-top: 0px;
	height: 36px;
	width: 298px;	
}

#login
{
	background: url(../images/login.png) top left no-repeat;
	height: 20px;
	width: 48px;
	float: right;
	overflow: hidden;
	margin: 0px 20px 0px 10px;
}

#login:hover
{
	background-position: 0px -20px;
}

#login a
{
	display: block;
	padding-top: 20px;
	height: 20px;
	width: 48px;	
}

#search
{
	float: right;
	clear: right;
	margin: 5px 20px 0px 0px;
}

#search input.text
{
	border: 1px solid #ccc;
	background: #fff;
	opacity: 0.7;
}

#search input.submit
{
	background: url(../images/search.png) top left no-repeat;
	height: 20px;
	width: 50px;
	border: none;
}

#search input.submit:hover
{
	background-position: 0px -20px;
}

#SectionTitle
{
	font-size: 11pt;
	color: #666;
	margin-top: -20px;
	text-align: center;
}
#body
{
	clear: both;
	margin: 0px 0px 0px 150px;
	padding-top: 20px;
	min-height: 350px;
}

#column
{
	background: url(../images/columnbg.png) top left no-repeat;
	width: 150px;
	min-height: 237px;
	float: left;
	margin-left: -150px;
}

#column ul
{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	text-align: left;
	list-style: none;
}

#column li a
{
	font-weight: 300;
	display: block;
	padding: 0px 0px 0px 30px;
	width: 148px;
	height: 16px;
}

#column li a:hover
{
	text-decoration: none;
}
#column li
{
	padding: 10px 0px;
	width: 148px;
	height: 16px;
	overflow: hidden;
}

#column a.current
{
	background: #fff;
}

#column a:hover, #column a.active
{
	background: #fff;
}

#content
{
	color: #111;
	padding: 20px;
	background: url(../images/contentbg.png);
	text-align: justify;
}

#content.home {
	background: none;
	margin-left: 160px;
	font-size: 9pt;
	padding: 30px 100px 20px 0px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}

#contentFooter
{
	background: url(../images/bodyfooter.png) top left no-repeat;
	height: 28px;
	width: 649px;
}
.MenuBox
{
	position: absolute;
	opacity: .95;
	background: #fff;
	border: 1px solid #D1D8E3;
	width: 200px;
	box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}
.MenuBox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.MenuBox li
{
	margin: 0px;
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #D1D8E3;
}

.MenuBox li.last
{
	border-bottom: none;
}

.MenuBox a:hover
{
	text-decoration: none;
}
.MenuBox li:hover
{
	background: #D1D8E3;
}

div.MenuBox li.depth_2 {
	display: none;
}

#footer
{
	color: #58727D;
	margin: 10px 15px 20px 158px;
	text-align: left;
}

#footer li {
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #959595;
}

#footer ul {
	margin-left: -10px;
}

#footer a, #footer a:visited {
	color: #959595;
}

#footer a:hover {
	color: #ccf;
}

div#footer div {
	border-bottom: 1px solid #58727D;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#footer li.last {
	border: none;
}

#footer p {
	margin-bottom: 30px;
	line-height:20px;
}

#footer img {
	float: right;
	margin-left: 5px;
	opacity: .5;
	height: 27px;
	
}
#news {
	margin: 0px 0px 40px 100px;
	text-align: left;
	opacity: .8;
}

#news p, #news ul {
	margin: 0px;
	list-style: none;
}

#news a, #news a:visited, #news a:hover {
	color: #fff;
	text-decoration: none;
}

#news a:hover {
	font-weight: bold;
}

#newsStart div, #newsEnd div, #newsContent {
	background: #002B5A;
	color: #fff;
}

#newsStart div, #newsEnd div {
	height: 18px;
	margin-left: 18px;
}

#newsContent {
	padding: 0px 20px;
	font-size: 9pt;
	min-height: 20px;
}

#newsLink {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 10px;
}
#newsLink a{

	text-decoration:underline;
}
#newsLink a:hover {
	font-weight: bold;
	text-decoration:underline;
}


#newsStart {
	background: url(../images/newsupperleft.png) top left no-repeat;
}

#newsEnd {
	background: url(../images/newslowerleft.png) top left no-repeat;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.site_search_hit {
	margin: -2px 0 0 10px;
}

.site_search_section img {
	display:none;
}

.site_search_section h2 {

	margin: 0 0 10px 0;
	padding: 10px 0 15px 0; 
	border-top: solid 1px #c2c2c2;

	 
}

.site_search_header {
	margin: 0 0 20px 0; 
	line-height: 18px;
	font-size: 11pt;
	
	 
}
.site_search_results {
	width: 100%;
}

.site_search_result_link {
	margin: 0 0 20px 0; 
	line-height: 18px;
	font-size: 11pt;
	
	 
}

.site_search_count {
	display: block;
	text-transform: normal; 
	color: #333;
	margin: 0 0 15px 0px;

	 
}
.site_searchPresult_brief {
	display: block;

	text-transform: normal; 
	color: #333;
	margin: 0px 0 15px 0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 16px;
	 
}

#mapFrame
{
	height: 200px;
	width: 300px;
	border: 1px solid #000;
}


#sitemap-container {
	padding-bottom: 10px;
}

#sitemap-container ul {
	margin-left: 20px;
	list-style: disc;
}

#sitemap-container ul ul {
	list-style: circle;
}

.coltable {
	width: 94%;
	height: auto;	
	border: 0;
}

.coltable td {
	vertical-align: top;
	text-align: left;
	padding: 2px 25px 2px 2px;
	border: 0;
}




.img-style-lt {
	float: left;  margin: .5em; border: 1px solid #666;
}
.img-style-rt {
	float: right; margin: .5em; border: 1px solid #666;
}
.img-style-center {
	margin-left: auto;
    margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 1px solid #666;
}
