/* CSS Document */

/*------------------------------------------------------------*
**  General Settings
**------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  }

body {
	
  	margin: 0px;
  	padding: 0px;
	color:				#666666;
	background-color:	#FFFFFF;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

#container {
	width: 100%;
	margin: 0px auto;
	border: none; 
}

/*------------------------------------------------------------*
**  Style Formating
**------------------------------------------------------------*/

.news_h { 
	color:#333333;
	font-size: 12px;
	font-weight:bold;
}
.date { 
	color:#CCCCCC;
	font-size: 12px;
	font-weight:bold;
}
.section_h { 
	color: #306292;
	font-size: 16px;
	font-weight:bold;
}
.section_h2 { 
	color:#09F;
	font-size: 16px;
	font-weight:bold;
}
h1 {
  color: #333333;
  font-family: arial;
  font-size: 10pt;
  }

h2 {
  color: #333333;
  font-family: arial;
  font-size: 7pt;
  margin-left: 5px;
 }
 
 
hr {
  height: 6px;
  width: 100%;
  background-color:#CCC;
  border: none;
  color:#000000;
  margin-top: 5px;
  margin-bottom: 10px;
  }
.imagebrd {
  margin: 5px;
  padding: 2px;
  border: 1px #306292 solid;
 }
  
/*------------------------------------------------------------*
**  Boxes
**------------------------------------------------------------*/  
  .whiteBox {
  height: 48px;
  width: 48px;
  border: 1px #306292 solid;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  color: #000000;
  font-family: arial;
  font-size: 18pt;
  float: left;
  margin-right: 6px;
  }
      .blueBox {
  height: 48px;
  width: 48px;
  border: 1px #000000 solid;
  background-color: #306292;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 18pt;
  float: left;
  margin-right: 8px;
  }
    .calendarBox {
  height: 48px;
  width: 48px;
  border: 1px #000000 solid;
  background-color: #306292;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 18pt;
  float: left;
  margin-top: 0px;
  margin-right: 8px;
  }

/*------------------------------------------------------------*
**  General Link Settings
**------------------------------------------------------------*/

a:link { 
	color: #0066CC;
	font-weight:bold;
	text-decoration: none;
}

a:hover {color:#3300FF;
font-weight:bold;
text-decoration:underline;
}

a:visited { 
	color:#0066CC;
	font-weight:bold;
	text-decoration: none;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header_spacer {
	width: 100%;
	height:auto;
	text-align:center;
	background-image:url(../img/bg_banner.gif);
	background-repeat:repeat-x;
	clear:both;
}
	
#logo {
	width: 762px;
	height:109px;
	margin: 0px auto;
	text-align:left;
	background-image:url(../img/topbar_logo.png);
	background-repeat:no-repeat;
}
#searchform {
	text-align:right;
	float:right;
	width: 300px;
	padding-top:22px;
}

 input.field {
	border: 1px solid  #666666;
}
			
 input.button {
	color:#FFFFFF;
	font-family: arial;
  	font-size: 8pt;
  	background-color: #306292;
  	text-align: center;
	border: 1px solid #666666;
}
  input.button:hover  {
  background-color: #666666;
  
}
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#menu_spacer {
	width: 100%;
	height:34px;
	background-image:url(../img/menu_bar.gif);
	background-repeat:repeat-x;
	border-bottom: solid 1px;
}

#menu {
	width: 584px;
	height: 44px;
	padding: 0px;
	float:right;
	margin: 38px 0 0 0;
	font-family: arial;
	border: none;
	

}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#menu li { 
	
	list-style-type: none;
	margin: 0px 0px 0px 0Px;
	padding: 0px 0px 0px 0px;
	/*width: 121px;*/
	height:44px;
	float: left;

	text-align: center;
}

#menu li a {color:black;
	display: inline;
	/*width: 121px;*/
	height:36px;
	text-decoration:none;
	color: #0066CC;
	font-size: 12px;
	font-weight:bold;
	/*background: url(img/menu_item.gif) no-repeat;*/
	padding: 15px 0px 0px 0px;
}
#menu li a.on {
/*background: url(bar_menuselected.gif) no-repeat;*/
	color:#000000;
	text-decoration:underline;
	}
#menu li a:hover {
/*background: url(img/menu_highlight.gif) no-repeat;*/
	color:#000000;
	text-decoration:none;
	
} 
 
/*------------------------------------------------------------*
**  Containers
**------------------------------------------------------------*/
#content_spacer {
	width: 100%;
	text-align:center;
	clear:both;
}

#main_top {
	height: 395px;
	width: 762px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	margin: 0px auto;
	text-align:left;
}
#main_top_alt {
	height: 56px;
	width: 762px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	margin: 0px auto;
	text-align:left;
}
#main_bottom {
	width: 762px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px;
	margin: 0px auto;
	text-align:left;
}

#flash_main {
	width: 100%;
	padding:0px;
	border-bottom:1px solid #000000;
	background-image:url(../img/bg_topblue.gif);
	background-repeat:repeat-x;
}
#flash_main_sub {
	width: 100%;
	padding:0px;
	border-bottom:1px solid #000000;
	background-image:url(../img/bg_topwhite.gif);
	background-repeat:repeat-x;
}

/*------------------------------------------------------------*
**  Left box Container
**------------------------------------------------------------*/
.leftbox {
	float:left;
	width: 250px;
	margin-top: 0px;
	padding-top:25px;
	
}
.leftbox ul {
	margin-top: 0px;
	padding-top:0px;
	margin-left:0px;
	padding-left: 0px;
}

.leftbox li.news {
	list-style-type:none;
	display:block;
	padding: 0px 5px 2px 10px;
	margin-left:0px;
	height:70px;
}
.leftbox li.port {
	list-style-type:none;
	display:block;
	padding: 10px 5px 2px 10px;
	margin-left:0px;
	height:50px;
	border-top:4px #CCCCCC solid;
}

.leftbox li a {
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.leftbox li a:hover {
	color:#006666;
	font-weight:bold;
	text-decoration:underline;
}

.leftbox li a:visited {
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

 img.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}

.leftbox li.preview{
	list-style:none;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0 0 15px 10px;
	color:#333;
	font-size: 12px;
	font-weight:bold;
}

/*---Image Thumbnails---- */

.leftbox li.preview a img {
	border: solid #CCCCCC .5em;
}
.leftbox li.preview a:hover img {
	border: solid #306292 .5em;
}

/*------------------------------------------------------------*
**  Containers
**------------------------------------------------------------*/
.rightbox {
	width: 450px;
	margin-left: 275px;
	padding-top:25px;
	font-size: 10pt;
}


#footer {
		padding: 0px;
		margin: 0px 0px 0px 0px;
		border-top: 4px solid #306292;
		clear: both;
}
.right_nav {
text-align:right;
}
#footer_rbox {
	width: 450px;
	margin-left: 275px;
	padding-top:10px;
	text-align:right;
}
#footer_lbox {
	float:left;
	width: 250px;
	margin-top: 0px;
	padding-top:10px;
	padding-left:10px;
	font-size:12px;
}

#footer a {
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	color:#006666;
	font-weight:bold;
	text-decoration:underline;
}

#footer a:visited {
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
