@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#001F3E;
}
#maincontainer{
	width:954px;
	height:600px;
	margin:auto;
}
#top{
	width:100%;
	height:175px;
	overflow:hidden;
	margin-bottom:30px;
	z-index:2;
}
#logo{
	width:100px;
	height:100px;
	float:left;
}
#weather{
	width:182px;
	height:46px;
	-top:24px;
	float:right;
	cursor:pointer;
}
#containertop{
	width:954px;
	height:16px;
	background-image:url(images/topbg.png);
	overflow:hidden;
    behavior:url(iepngfix.htc);
}
#containercenter{
	width:918px;
	background-image:url(images/center.png);
	background-repeat:repeat-y;
	height: auto;
	padding-left:18px;
	padding-right:18px;
	overflow:hidden;
	display:block;
	behavior:url(iepngfix.htc);
}
#containerbottom{
	height:150px;
	width:954px;
	overflow:hidden;
	behavior:url(iepngfix.htc);
	background-image:url(images/bottombg1.png);
	background-position:top;
	background-repeat:no-repeat;
	
}
#menucontainer{
	width:206px;
	height:290px;
	background-image:url(images/leftmenubg.png);
	float:left;
	margin-bottom:20px;
	
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
     border: 1px solid #00728B;
	 behavior:url(iepngfix.htc);
}
#hometext{
	width:400px;
	float:left;
	height:auto;
	padding:10px;

}
#flash{
	width:277px;
	height:353px;
	/*background-image:url(images/tran.png);*/
	background-color:#999999;
	float:right;
	z-index:1000;
	behavior:url(border-radius.htc);
	border:1px solid #000;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;


	

	
}
	
#slider_menu{
	width:670px;
	height:50px;
	padding-left:0px;
	margin-top:0px;
}

/* dock - top */
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(#images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(#images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 30px 50px 0px; 
	width: 100%; 
}
img, div { behavior: url(iepngfix.htc) }

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	line-height:24px;
}
.text1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#009EC1;
	text-align:center;
	line-height:20px;
}
p{
	margin:0;
	padding:0;
}
.imgright1{
float:right;
padding-left:15px;
}
.innercontenthead1
{
font-size:19px;
font-family:Arial;
font-weight:bold;
color:#FEFBC6;

}
.imgright{
float:right;
margin-left:12px;
border:#001f3e 4px solid;
}

.innercontenthead{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
color:#01AEF0;
padding-left:5px;
font-weight:bold;
}
.innerhead{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
color:#FFFFFF;

font-weight:bold;
}
  .menutext2
{
color:#FFFFFF;
font-size:12px;
text-decoration:none;
font-weight:bold;
font-family:Arial;

}

.maillink
  {
  
 color:#009EC1;
 text-decoration:underline;
  }
  a.maillink:hover
  {
  color:#DEF1F8;
  text-decoration:none;
  }