/* CSS Document */

* {/*margin: 0;*/padding: 0;}

img {border: 0;}

.clear {clear:both;}

body {
	margin:0px;
	padding:0px;
	background:url(../images/main-bg.gif) repeat-x #002255;	
   	font-family: Arial, Verdana, Helvetica, sans-serif;		
	font-size: 12px;
	text-decoration:none;
	line-height:16px;
	font-weight:normal;
	color: #000000;	}
p {
	
	}
p img { padding:5px;}

#container{
	width:920px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
	
#header{
	width:920px;
	height:108px;	
	float:left;
	background:url(../images/header-bg.gif) no-repeat;
	}
#header .logo{
	float:left;	
	margin-top:21px;
	padding-left:20px;
	}
		
#header .menupart{
	float:right;
	margin-top:68px;
	padding-right:30px;
	width:525px;
	}

#main-middle{
	width:920px;	
	float:left;
	background:url(../images/middle-main-bg.gif) repeat-y;
	}
	
#main-middle .midleft{
	float:left;
	width:10px;
	height:auto;	
	}

#main-middle .midconte{
	width:850px;
	padding:20px;
	margin:0px auto;
	float:left;
	z-index:1;
	}
	
#main-middle .midright{
	float:right;
	width:10px;
	height:auto;	
	}
	
#main-middle .banner{
	float:left;
	width:860px;
	height:230px;
	background:url(../images/banner.jpg) no-repeat;
	}
	
.bn-text{
	width:auto;
	float:left;
	margin-top:50px;
	padding-left:30px;
	color:#ffffff;
	}
.bannertext{
	font-size: 27px;
	text-decoration:none;
	line-height:17px;
	font-weight:normal;
	color: #ffffff;
	line-height:35px;
	}
.black-link{
	text-decoration:underline;
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;	
	}
#conte-leftpart{
	margin-top:20px;
	width:214px;
	float:left;
	}
#conte-rightpart{
	width:620px;
	float:right;
	}

#conte-rightpart ul {
	}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-decoration:none;
	font-weight:normal;
	line-height:50px;
	color: #185999; /*#990000;*/
	margin:0px;
	background:url(../images/dotted-line.gif) repeat-x bottom;
	}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	text-decoration:none;
	font-weight:normal;
	line-height:35px;
	color:#990000;
	margin:0px;
	}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	text-decoration:none;
	font-weight:normal;
	line-height:35px;
	color:#990000;
	margin:0px;
	padding-top:15px;
	}

.contact{
	float:left;
	margin-top:10px;
	}

.viewCal{
	float:left;
	margin-top:10px;
	}
	
.news-sec{
	width:214px;
	float:left
	}
	
.blue{
	font-size:12px;
	color:#15378B;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer{
	width:827px;
	float:left;
	background:url(../images/footer-sha-bg.gif) no-repeat top;
	padding:20px 20px 30px 20px;
	color:#FFF;
	}
.white-link{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	}
.white-link:hover{
	text-decoration:underline;
	}
.footer-break{
	font-size:12px;	
	text-decoration:none;
	font-weight:normal;
	padding:0px 5px;
	}

/* Top Menu Navigation */
#menu{	
	height:40px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}
#menu ul{
	margin:0;
	padding:0; 
	list-style-type:none;
	width:auto;
	}
#menu ul li{
	float:left;
	margin:0;
	}
#menu ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:13px 20px 4px 20px;
	height:23px;
	border-left:1px solid #0063B3;
	border-right:1px solid #00101F;
	}
#menu ul li a:hover,#menu ul li a.current{
	color:#FFFFFF;
	background:url(../images/bgON.gif) repeat-x;
	}
/* Left Sidebar Menu */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 214px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
background:url(../images/left-menu-bg-blue.gif) no-repeat;
z-index:5;
}

.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px 10px;
color:#ffffff;
margin-bottom:5px;
}
.suckerdiv ul li a:hover{
text-decoration: none;
background:url(../images/left-menu-bgON.gif) no-repeat;
color:#000;
text-decoration:underline;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 214px; /*sub menu width*/
top: 0;
visibility: hidden;
padding-left:5px;
margin:0px;
}

.suckerdiv ul li ul li{
position: relative;
background:url(../images/left-menu-sub.gif) no-repeat;

}

.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff; /*#3B3B3B;*/
text-decoration: none;
background:url(../images/left-menu-subON.gif) no-repeat;
padding: 6px 10px;
margin-bottom:0px;

}
.suckerdiv ul li ul li a:visited{
color:#000000;
}
.suckerdiv ul li ul li a:hover{
color:#002256;
text-decoration:none;
background:url(../images/left-menu-bgON.gif) no-repeat;
}
.suckerdiv ul li a:visited{
color: #ffffff;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* form styling - do not remove */

fieldset {position: relative;float: left;clear: both;width: 100%;margin: 0 0 -1em 0;padding: 0 0 1em 0;border-style: none;background-color: #fff;z-index:2;}
	
fieldset.alt {background-color: #fff;}
	
legend {margin-left:1em;padding: 0;color: #00637B;font-size:130%;font-weight: bold;}

legend span {position: absolute;left: 1.45em;top: 0;margin-top: 0.5em;font-family: "Trebuchet MS", Verdana, Arial;color: #00637B;}
	
fieldset ol {padding: 1.2em 1em 0 1em;list-style: none;z-index:2;}
	
fieldset li {padding-bottom: 1em;}
	
fieldset.submit {float: none;width: auto;border-style: none;padding-top: 1.5em;padding-left: 12em;background-color: #ffffff;}
	
label {float: left;width: 10em;margin-right: 1em;text-align: right;}