/* -- set general defaults -- */
* {
margin:0px;
padding:0px;
border:0px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration:underline;
	color: #ffcc33;
}

body {
	color: #333333; 
	font-size: 62.5%;  /* 16px × 62.5% = 10px */ 
	line-height:1.5em;
	font-family: arial, helvetica, sans-serif;
	background-color: #99ccff;
	background-image: url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:30px;
}

table {
	margin:auto; /* fix needed for firefox3 after setting margin to 0 */
}

h1 {
	font-size: 1.8em; /* 10px × 2em = 18px */ 
	font-weight: normal;
	color: #336699;
	padding-bottom:.75em;
}

h2 {
	font-size: 1.5em; /* 10px × 2em = 15px */ 
	font-weight: normal;
	color: #336699;
	padding-bottom:.5em;
}

p {
	font-size: 1.2em; /* 10px × 1.2em = 12px */ 
	line-height:1.5em;
	padding-bottom:1em;
}


ul, ol
  {
  font-size: 1.0em; /* 10px × 1.2em = 12px */ 
  margin-left: 3em;
  padding-left: 0;
  padding-bottom:0.5em;
  line-height:1.1em;
  }
li
  {
  margin: 0;
  padding: 0;
  padding-bottom:0.5em;
  }


.cont ul, .cont ol
  {
  font-size: 1.2em; /* 10px × 1.2em = 12px */ 
  margin-left: 3em;
  padding-left: 0;
  padding-bottom:0.5em;
  line-height:1.1em;
  }
.cont ul ul
  {
  font-size: 100%; /* 10px × 1.2em = 12px */ 
  margin-left: 2em;
  padding-top:0.5em;
  padding-left: 0;
  padding-bottom:0;
  }
.cont ul ul li {
  padding-bottom:0.3em;
}  
  
hr {
	border: none 0; 
	border-top: 1px solid #333333;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	padding-bottom:1em;
} 



.navi {
	xposition: absolute;
	xtop: 165px;
	xwidth:700px;
		background-color: #ffffff;
		padding-top:30px;
		padding-bottom:20px;
}

.menu {
	font-size: 1.2em;
	xmargin-top:20px;
	xmargin-bottom:10px;
	margin-left:50px;
	margin-right:50px;

}

.menu li {
	display: inline;
}

.menu li a { 
	margin: 0px -4px 0px 0px; 
	padding: 7px 12px 7px 12px;
	color: #333333; 
	text-decoration: none; 
	border: 1px solid #666666; 
	xbackground: #f5f5f5; 
	xborder-top:0px none;
} 

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color:#333333;
	text-decoration:none;
}

.menu a:hover {
	xcolor:#000;
	background: #ffcc33; 
}







body#home a#menuhome,  body#about a#menuabout, body#pub a#menupub, body#qual a#menuqual, body#exp a#menuexp, body#cont a#menucont {
	xcolor:#003399;
	background: #cce5ff; 
	x	border-top:3px solid #666666;
	xborder-bottom:3px solid #666666;
	padding-top:10px;
	padding-bottom:10px;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 748px;
}

.mainblock {
	xmargin-left: auto;
	xmargin-right: auto;
	xwidth: 744px;
	text-align: left;
	padding: 0px;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#7b7b7b;
	border-right-width:2px;	
	border-right-style:solid;
	border-right-color:#7b7b7b
}

.head {
	color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/nzero1_banner.gif);
	background-repeat:no-repeat;
	height: 170px;
	
	xmargin-left: auto;
	xmargin-right: auto;
	xwidth: 748px;


	background-position:top;


}





.cont {
	background-color: #ffffff;
	text-align: left;
	padding-top: 0px;
	padding-left: 50px;
	xpadding-right: 50px;
	padding-bottom: 20px;
}



.cont p, .cont hr, .cont li, .cont ul, .cont ol {
margin-right:50px;
}


.foot {
	background-color: #ffcc33;
	font-size: 10px;
	text-align: right;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 14px;
	padding-top: 4px;
	color: #666666;
	border-top-color: #7b7b7b;
	border-top-style: solid;
	border-top-width: 2px;
}
.footclear {
	xmargin-left: auto;
	xmargin-right: auto;
	xwidth: 748px;
	clear:both;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
}

.foot a {
	color: #666666;
	text-decoration: none;
}

.foot a:hover {
	color:#000000;
}


.clear {
	font-size: 1px;
	height: 1px;
	clear:both;
} 



.pictureright {
	border-color: #7b7b7b;
	border-style: solid;
	border-width: 2px;
	float:right;
	margin-left:30px;
	margin-right:50px;
	margin-bottom:30px;
	xbackground: url(images/yellowbox.gif) no-repeat ;
	xbackground-position: bottom left;
	xpadding-top:14px;
	xpadding-bottom:14px;
	xpadding-left:14px;
}

.pictureright img{
	xbackground: url(images/yellowbox.gif) no-repeat ;
    xbackground-position: top left; 
	xmargin-left:-14px;
	xmargin-top:-14px;
	xpadding-left:14px;
	xpadding-top:14px;	
}





.boxoutright {
	border-color: #7b7b7b;
	border-style: solid;
	border-width: 2px;
	float:right;
	margin-left:30px;
	margin-right:50px;
	margin-bottom:30px;	
    width: 280px;
	background-color:#ffcc33;
	xbackground: url(images/yellowbox.gif) no-repeat ;
	xbackground-position: bottom left;
	padding-bottom:10px;
} 

/* set the top-left image */ 
.boxoutright h2 { 
	xbackground: url(images/yellowbox.gif) no-repeat ;
    xbackground-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 20px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

.boxoutright p {
	padding-left:20px;
	padding-right:20px;
	font-size: 1.0em; /* 10px × 1.2em = 12px */ 
}







.formoutline {
	border: 1px solid #333333;
	padding: 10px;
	background-color: #F4FAFF;
}

.input_text, textarea {
	border: 1px solid #99CC33;
}


.input_text, textarea {
	border: 1px solid #99CC33;
	background-color:#ffffff;
}
/* not for IE/Mac \*/
* html textarea {
    background-attachment: fixed;
}
/**/

.button {
	cursor: pointer;
	cursor: hand;
}

#flashcontent {
	position:relative;
	width:115px;
	height:34px;
	z-index:1;
	left: 574px;
	top: 58px;
}
