/* CSS Document */
body{
	background-color: #0B81B1;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(image/background_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
img, ul, li, h1, h2, h3, p, div{
	padding:0;
	margin:0;
	}
h1{
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #0581B6;
	padding-top: 20px;
}
/*-------------------main frame------------*/
#main{
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 784px;
}
#main_bottom{
	background-image: url(image/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 783px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#main_top{
	background-image: url(image/main_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 784px;
	height: 9px;
}
/*---------------------header------------*/
#header{
	height: 85px;
	width: 784px;
}
#logo{
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 58px;
	width: 385px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	padding-top: 10px;
}
#menulink{
	float: right;
	width: 210px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00AFED;
	text-decoration: none;
}
#menulink a.link{
	color: #0B80B3;
	text-decoration: none;
}

#menulink a.link:hover{
	color: #CF9F0F;
	text-decoration: none;
}

/* Menu */

#menu {
	width: 753px;
	height: 37px;
	background-image: url(image/menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #D8D8D8;
	background-image: url(image/separator.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 28px;
	padding-left: 28px;
	text-align: center;
	float: left;
	padding-bottom: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #006699;
}

.current{
     display: block;
	text-decoration: none;
	color: #D8D8D8;
	background-image: url(image/separator.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 37px;
	padding-left: 37px;
	text-align: center;
	float: left;
	padding-bottom: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #006699;


}
	
#menu a:hover, a:active { 
	color:  #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}


/* banner */
#banner{
	width: 753px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	background-image: url(image/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 166px;
}

/* body container */
#body_container{
	width: 753px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#body_containerleft{
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	line-height: 18px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 8px;
	padding-bottom: 10px;
}
#body_containerleft a.link{
	color: #000000;
	text-decoration: none;
}
#body_containerleft a.link:hover{
	color: #CF9F0F;
	text-decoration: underline;
}
#body_containerleft1{
    float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	line-height: 18px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 8px;
	text-align: justify;
	}
#body_containerleft1 a.link{
    color: #006666;
	text-decoration: none;
	font-weight: bold;
	}
	
#body_containerleft1 a.link:hover{
	 color: #CC9900
}
#body_containerright{
	float: right;
	width: 213px;
	padding-top: 28px;
	padding-bottom: 10px;
	text-decoration: none;
}
#body_containerright a.link{
	text-decoration: none;
	color: #000000;
}
#body_containerright a.link:hover{
	color: #CC9900;
}
#right_top{
	width: 197px;
	float: right;
	background-image: url(image/right_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
.content_margin{
	padding-top: 55px;
	float: right;
	margin-bottom: 15px;
}
.font{
	color: #CC9900;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
	padding-left: 30px;
	float: left;
}
.font1{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0B80B3;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
}
#right_top a.link{
	color: #0B80B3;
	text-decoration: none;
}
#right_top a.link:hover{
	color: #CC9900;
}
/* body_containebottom */
#body_containerbottom{
	width: 753px;
	margin-top: 45px;
	margin-right: 0px;
	margin-left: 12px;
	float: left;
	margin-bottom: 25px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
#body_containerbottom a.link{
	color: #0B80B3;
	text-decoration: none;
	font-weight: bold;
}

#body_containerbottom a.link:hover{
   color: #CC9900
}

.font6{
	color: #AB8820;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* footer */
#footer{
	background-image: url(image/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 64px;
	width: 784px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 15px;
	color: #10688E;
}
#footer a.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #10688E;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#footer a.link:hover{
	text-decoration: underline;
}
.font2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 550px;
	padding-bottom: 25px;
	padding-top: 12px;
	margin: 0px;
	float: left;
}
.font3{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.font7{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	padding-left: 9px;
	float: left;
}
.font4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
.thumbnail{
	float: left;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*----Login Panel----*/
#loginPan{
	 width:359px;
	 height:199px;
	 }
#loginPan h2{
	width:230px;
	display:block;
	color:#5EA000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 70px;
	background-color: #fff;
	background-image: url(image/icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 60px;
 }
#loginPan h2 span{
   background:#fff;
   color:#017FC0;
 }

#loginPan form{
	width:321px;
	height:76px;
	background:#FCF6E6;
	color:#705D20;
	position:relative;
	border:1px dashed #BFB492;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#loginPan form label{
  width:91px;
  height:22px; display:block;
  float:left; padding: 0 0 0 20px;
  margin:9px 0 0;
   }
#loginPan form input{
  width:130px;
  height:18px; 
  font-size:12px;
  display:block; 
  float:left; 
  margin:9px 12px 0 0;
  }

#loginPan form input.button{
	width:49px;
	height:52px;
	display:block;
	position:absolute;
	top:6px;
	right:16px;
	border:none;
	color:#fff;
	margin:9px 0 0;
	font:16px/52px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:0px;
	background-color: #FCF6E6;
	background-image: url(image/button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.form {
width:80%;
margin: 0;
}
.form legend {
	color:#333;
	font-weight: bold;
}
.form fieldset {
border: 1px solid #666;
padding:1em;
}
.form label {
  display: block;
}
.form input {
  width: 250px;
}
.form textarea {
  width: 270px;
  height: 100px;
}
.form input.submit {
	width: 100px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content_margin1{
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}
.line{
	background-image: url(image/off_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 25px;
	width: 745px;
	margin-bottom: 15px;
}
.font5{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 30px;
	float: left;
}
.thumbnails{
	float: left;
	margin-right: 10px;
	margin-left: 15px;
}
#bottom{
	width: 745px;
	float: left;
	margin-bottom: 16px;
}
.font7{
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	width: 500px;
}
.font8{
	float: left;
	margin-left: 33px;
	padding-bottom: 8px;
}
#msg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#msg1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.color{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
#main1{
	background-color: #006699;
	height: auto;
	width: 100%;
	clear: both;
}
.error{
	color: #FF0000;
	font-weight: bold;
}
#bottom a.links{
	color: #333333;
	text-decoration: none;
}
#bottom a.links:hover{
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
