/* CSS layout */
*{
	padding: 0px;
	margin: 0px auto;
	font: verdana, arial, san-serif;
	/*text-align: center;*/
	/*font-size:x-small;*/
	color: #000000;
}

body{
	behavior: url("CSS/csshover2.htc");
	background-color:#eeeeee;
}

#masthead
{
	width: 1000px;
	background: #84FDF9;
}

#masthead img, .masterMiscBody
{
	 width:1000px;
}

.masterImage
{
	 width:1000px;
}

#navi_list{
	 width: 1000px;
	 height: 25px;
   	 font-size: .8em;
	 background: #009;
	 margin-top: 0px;
}

#navi_list ul{
	 margin: 0 0 0 10px;
}

* html #navi_list ul {
	float: left;
	border-left: 1px solid #000;
	margin-left: 5px;
}

* html a {
	 display: block;
}

#navi_list ul li{
	float: left;
	position: relative;
	padding: 0px 5px;
	background: #009;
	list-style-type: none;
	border-right: solid 1px #fff;
	z-index: 1000;
	font-size: x-small;
	font-weight:bold;
  	font-family:Verdana;
}

#navi_list ul li:first-child {
	 border-left: solid 1px #fff;
}

#navi_list ul li:hover {
	 background: #03f;
}

#navi_list a{
	color:#fff;
	text-decoration:none;
	padding: 3px 6px;
   	display: block;
	text-align: left;
}

#navi_list a:hover {
	 color:#f90;
	 background: #03f;
}

/*=====drop down menu====*/
#navi_list ul li ul{
	margin: 0px;
   	width: 11em;
   	position: absolute;
	left: -1px;
   	display: none;
}

* html #navi_list ul li ul{
   	border-top: 1px solid #069;
   	border-left: 0px;
}

#navi_list ul li ul:hover {
   	display: block;
}

#navi_list ul li:hover ul {
   	display: block;
}

#navi_list ul li ul li{
	width: 100%;
	border-bottom: 1px solid #069;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #009;
}

#navi_list ul li ul li:first-child {
	border-top: solid 1px #fff;
	border-left: 1px solid #fff;
}

#navi_list ul li ul li:hover
{
	background: #03f;
}

/*====second level dropdown menu====*/
#navi_list ul li ul li ul{
	 visibility: hidden;
	 left: 12.0em;							/*second drop down list width*/
	 top: -1px;
	 width: 11.5em;
}

#navi_list ul li ul li:hover ul {
	 visibility: visible;
}

/*====third level dropdown menu====*/
#navi_list ul li ul li:hover ul li ul {
	 visibility: hidden;
}

#navi_list ul li ul li ul li:hover ul {
	 visibility: visible;
}


/*====Search box====*/
#search_wrapper{
	 float: right;
	 width: 198px;
	 color: #fff;
	 margin-right: 1px;
}

#search_text{
	font: x-small Verdana;
	float: left;
	width: 35%;
	margin-top: 4px;
	color: #FFFFFF;
}

#search_box{
   float: left;
	 width: 40%;
	 text-align: left;
	 margin-top: 3px;
}

#search_go{
   float: left;
	 width: 19%;
	 margin-top: 1px;
}

/*====main contents====*/
#container 
{
	position: relative;
	width: 1000px;
	margin-top: 5px;
	font-size: larger;
}


/*====footer====*/

#quality{
	clear:both;
	width: 100%;
	color: #FFFFFF;
	margin-bottom:5px;
	border-top:1px solid navy;
	background-color: #CCFFFF;
}

#quality p{
	padding-top: 13px;
	padding-left: 5px;
	padding-right:5px;
	width: 89%;
	float: left;
	font-family: Verdana;
	background-color: #CCFFFF;
}

#iso9001{
	float: left;
	height: 80px;
	width: 100px;
}

/*=====paragraph formats=====*/
p.paraJustify, p.paraJustifyTop
{
	text-align: justify;
	padding-left: 5px;
	padding-right: 0px;
	font-size:x-small;
}

p.paraJustify {
	margin: 5px 0 0 0;
}

#footer{
	 clear:both;
	 background-color: #fff;
/*	 border: solid 1px blue;*/
	 width:1000px;
	 padding: 10px 0px;
}

#footbanner{
	clear:both;
	width:1000px;
	background: #006;
	margin-bottom: 10px;
	text-align:center;
}

#footbanner p{
	color: #fff;
}


#footer ul{
	margin-top: 5px;
	clear:both;
	/*margin-left: 160px;*/
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Verdana;
	height: 10px;
	width: 60%;
}

#footer ul li{
	float: left;
	list-style-type:none;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #339;
}

#footer ul li:first-child{
	border-left: 0px;
}

#footer ul li a{
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}

#interLinks
{
	width:82%;
}

.flags1, .flags
{
	float:left;
	width: 22px;
	height: 12px;
	/*width: 45px;
	height: 25px;*/
}

.flags1{
	/*margin-left: 55px;*/
}

#lastBit
{
	clear:both;
	font-family:Verdana;
	font-size:smaller;
	text-align:center;
}

.ContentBody
{
	background-color:White;
}

.LastClear
{
	clear:both;
}

.errorMsg
{
	margin-top:20px;
	height:300px;
	border:1px solid navy;
}

.picViewerBody
{
	text-align:left;
}

.picViewer
{
	margin:15px 0px;
	max-width: 1000px;
	/*min-height:768px;*/
}

.t {background: url(../image/dot1.gif) 0 0 repeat-x; height:100%;}
.b {background: url(../image/dot1.gif) 0 100% repeat-x; height:100%;}
.l {background: url(../image/dot1.gif) 0 0 repeat-y; height:100%;}
.r {background: url(../image/dot1.gif) 100% 0 repeat-y; height:100%;}
.bl {background: url(../image/bl.gif) 0 100% no-repeat; height:100%;}
.br {background: url(../image/br.gif) 100% 100% no-repeat; height:100%;}
.tl {background: url(../image/tl.gif) 0 0 no-repeat; height:100%;}
.tr {background: url(../image/tr.gif) 100% 0 no-repeat;padding:1px; height:100%;} 

.tw {background: url(../image/dot1-white.gif) 0 0 repeat-x; height:100%;}
.bw {background: url(../image/dot1-white.gif) 0 100% repeat-x; height:100%;}
.lw {background: url(../image/dot1-white.gif) 0 0 repeat-y; height:100%;}
.rw {background: url(../image/dot1-white.gif) 100% 0 repeat-y; height:100%;}
.blw {background: url(../image/bl-white.gif) 0 100% no-repeat; height:100%;}
.brw {background: url(../image/br-white.gif) 100% 100% no-repeat; height:100%;}
.tlw {background: url(../image/tl-white.gif) 0 0 no-repeat; height:100%;}
.trw {background: url(../image/tr-white.gif) 100% 0 no-repeat;padding:1px; height:100%; padding:15px;} 

