@charset "utf-8";
* { 
	margin:0px;
	padding:0px;
}
body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-size:30px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dashed #999;
	color:#333;
}
h2 {
	font-size:20px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dashed #999;
	color:#333;
}
h3 {
	font-size:18px;
	color:#333;
}
h4 {
	font-size:16px;
	color:#333;
}
h5 {
	font-size:15px;
	color:#333;
}
h6 {
	font-size:13px;
	color:#333;
}

p {
	font-size:14px;
	text-align:justify;
}
a {
	text-decoration:none;
	color: #FFF;
}
a:hover {
	color: #333;
}
#container {
	width:980px;
	height:auto;
	margin:0px auto;
	background-image:none/*url(../images/web_bg.png)*/;
	background-repeat:repeat-y;
	background-position:center right;
	padding:0px 5px;
}
.top_header {
	width:980px;
	height:42px;
	position:relative;
	font-size:14px;
}
.date {
	float:left;
	padding:8px 0px 0px 20px;
	color:#FFF;
}
.top_contact {
	width:540px;
	height:30px;
	position:relative;
	float:left;
	padding-top:7px;
	margin:0px 0px 0px 40px;
}

.top_contact p {
	float:left;
	color:#FFF;
	font-weight:bold;
}
.top_contact p.mail, .top_contact p.phone, .top_contact p.mobile {
	background-repeat:no-repeat;
	background-position:center left;
	margin:0px 0px 0px 15px;
}
.top_contact p.mail {
	background-image:url(../images/email.png);
	padding:5px 0px 5px 30px;
}
.top_contact p.phone {
	background-image:url(../images/phone.png);
	padding:5px 0px 5px 30px;
}
.top_contact p.mobile {
	background-image:url(../images/mobile.png);
	padding:5px 0px 5px 30px;
}
.search {
	width:210px;
	height:26px;
	float:right;
	position: relative;
	padding:7px 0px 0px 0px;
}
.search input {
	width:177px;
	height:26px;
	border:0px solid #333;
	background-color: #CFF298;
	background-image:url(../images/search_bg.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	float:right;
	color: #404E21;
}
.search input:hover {
	background-color: #CEDB9D;
}
.search input:focus {
	background-color: #FFF;
	color: #333;
}
.header {
	width:980px;
	height:117px;
	position:relative;
	background-image:url(../images/header_bg.jpg);
	background-color: #396A0E;
}
.logo {
	width:143px;
	height:169px;
	position:absolute;
	margin:-18px 0px 0px 0px;
	z-index:10;
}
.site_img {
	width:258px;
	height:112px;
	float:right;
	margin:5px 0px 0px 0px;
	position:relative;
}
/*################### Menu CSS Starts ##########################*/
.navigation {
	width:980px;
	height:29px;
	margin:4px 0px 10px 0px;
	position:relative;
	z-index:8;
	font-size:14px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	z-index:1000;
	float:right;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {
	display:block;
	color:#FFF;
	text-decoration:none;
	text-shadow:0px 0px 2px #999;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:0px;
}
ul.menu ul {
	position:absolute;
	top:29px;
	left:0px;
	background:#444;
	display:none;
	opacity:0;
	list-style:none;
	background-image:url(../images/menu_border.gif);
	background-repeat: repeat-y;
	background-position:top left;
	-moz-box-shadow:-1px 1px 3px #000;
	-webkit-box-shadow:-1px 1px 3px #000;
}
ul.menu ul li {
	position:relative;
	/*border:1px solid #aaa;*/
	border-top:none;
	margin:0px;
	padding:0px 2px;
}
ul.menu ul li a {
	display:block;
	padding:8px 5px 9px 5px;
	width:145px;
	background-color:#444;
	background-image:url(../images/sub_menu_border.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
ul.menu ul li a:hover {
	background-color: #555;
	color: #FDD252;
}
ul.menu ul ul {
	left:155px;
	top:5px;
}
ul.menu .menulink {
	padding:6px 19px 5px 19px;
	font-weight: normal;
	background-image:url(../images/menu_border.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color:#444;
	color:#FDD252;
}
ul.menu li.current .menulink, ul.menu li.current .menulink:hover, ul.menu li.current .menuhover {
	background-color:#FDD252;
	color:#333;
}
ul.menu .sub {
	background:#444 url(../images/arrow.gif) 130px 10px no-repeat;
}
ul.menu .topline {
	border-top:1px solid #aaa;
}

/*################### Menu CSS End ##########################*/
.image_box {
	width:980px;
	height:444px;
	position:relative;
	margin-bottom:10px;
	margin-top:15px;
}
.slideshow {
	width:980px;
	height:400px;
	background-color:#DDD;
	margin:auto;
	position:relative;
	overflow:hidden;
	-moz-box-shadow:0px 0px 5px #999;
}
.slideshow img { padding: 0px; border:0px; height: 400px; width: 980px; }
.shadwo{
	width:980px;
	height:44px;
	background-image:url(../images/shadwo.png);
	background-repeat:no-repeat;
	position:relative;
}
.body_box {
	width:980px;
	height: auto;
	position:relative;
	font-size:14px;
}
.content {
	width:620px;
	height:auto;
	float:left;
	position:relative;
}
.content ul {
	margin:0px;
	padding:0px;
	padding-left:30px;
}
.content ul li {
	list-style: circle;
	list-style-position: outside;
}
.content input, .content textarea {
	width:610px;
	height:auto;
	float:left;
	position:relative;
	display:block;
	padding:2px 0px 2px 3px;
	margin:2px 0px 5px 0px;
	color:#6A7D2B;
}
.content label {
	float:left;
	color:#333;
	position:relative;
	display:block;
	font-weight:bold;
}
.content input#submit{
	width:200px;
	height:auto;
	float:left;
	font-weight:bold;
	color: #333;
}
.content #wrong {
	color:#F00;
	font-weight:bold;
}
.content #ok {
	color: #9C0;
	font-weight:bold;
}
.contact_address {
	color:#396A0E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(../mzi_images/contact_us.jpg);
	background-repeat:no-repeat;
	background-position:100% 40%;
}
.contact_address a {
	color:#396A0E;
	text-decoration:none;
}
.contact_address a:hover {
	color: #09F;
}
.contact_address tr {
	vertical-align:top;
	width:auto;
}
.contact_address tr td {
	padding:8px 0px 8px 0px;
	line-height:1.2em;
}
.contact_address tr td.contact_head {
	color: #396A0E;
	font-size:1.1em;
	font-weight: bold;
}

.scolar_name {
	font-size:15px;
	font-weight:bold;
}
.sidebar {
	width:320px;
	height:auto;
	float:right;
	position:relative;
}
.sidebar_boxes {
	width:300px;
	position:relative;
	padding:15px 0px 0px 20px;
	margin:0px 0px 15px 0px;
	background-image:url(../images/sidebar_box_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.sidebar_boxes iframe {
	margin:0px;
	overflow:hidden;
}
blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: normal;
	color:#452C07;
	text-align:justify;
	margin:0px;
	background-image: url(../images/openquote.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	text-indent:0px;
}
blockquote span {
     display:block;
     background-image: url(../images/closequote.gif);
     background-repeat: no-repeat;
     background-position: 100% 100%;
	 padding:3px 25px;
}
.blockquote_title {
	font-weight:bold;
	padding-top:10px;
	padding-left:25px;
}
.footer_box {
	width:auto;
	height:120px;
	position:relative;
	background-color:#386B0E;
	font-size:14px;
	color:#FFF;
	text-align:center;
	margin-top:10px;
}
.footer {
	width:980px;
	height:120px;
	margin:0px auto 0px auto;
	background-color:#386B0E;
	position:relative;
}
.footer p {
	text-align:center;
}
.footer_logo {
	width:95px;
	height:105px;
	padding-top:15px;
	padding-left:0px;
	float:left;
	position:relative;
}
.copyright {
	width:610px;
	position: relative;
	margin:0px auto;
	padding-top:30px;
}

.readon {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#06F;
}
.readon:hover {
	text-decoration: underline;
	color: #F60;
}