@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #fff url(images/bg.jpg) left top repeat-x;
	margin: 0px;
	padding: 0px;
}

img { border: none; } 
h1{
	font-size:12px;
	color: #ffffff;
	line-height:15px;
	width:100%;
	height:15px;
	margin:0px auto;
	background:#395c00;
	padding:0px;
	text-align:center;
	font-weight: normal;
 }
#wrapper{
	margin: 0 auto;
	width: 1000px;
}

.clear{
	clear: both;
}

#header {
	width: 1000px;
	height: 128px;
	background: url(images/headerbg.jpg) no-repeat;
}

.logo { 
 width: 343px;
 height: 88px;
 padding: 3px 0 7px 15px;
 float: left;
}

.logo a { 
	 width: 343px;
	 height: 88px;
	 display: block;
	 text-indent: -9999px;
	 background: url(images/logo.jpg) no-repeat;
}

.phone {
	padding: 31px 12px 10px 0;
	width: 276px;
	float: right;
}

.menu { width: 650px; height: 30px; float: right; }
.menu ul { list-style: none; padding: 0px 0 0 12px; margin: 0px;  }
.menu li { padding: 0 25px 0 20px; line-height: 30px; font-size: 11px; font-family: Verdana, Arial; float: left; background: url(images/sprter.jpg) right center no-repeat; }
.menu li a { color: #728e10; text-decoration: none; font-weight: bold; display: block; }
.menu li a:hover, .menu li.selected a { color: #000; }
.menu li.last { padding-right: 0px; background: none; }


#contentCntr { padding: 9px 0 0 0; width: 1000px; float: left; }

#leftCntr { width: 669px; float: left; }

.banner { width: 669px; float: left; }

.textbox { 
	width: 644px;
	 float: left;
	padding: 0 15px 0 10px;
	color: #585858; text-align: justify;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial;
	border-bottom: 1px solid #d2d3d1;
}
.textbox1 { 
	width:95%;
	 float: left;
	padding: 0 15px 0 10px;
	color: #585858; text-align: justify;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial;
	border-bottom: 1px solid #d2d3d1;
}
.textbox a { 
	color:#83bb00;
	text-decoration:none;
}
.textbox a:hover{ 
	color:#585858;
	text-decoration:none;
}
h2{
	font-size: 24px;
	color: #83bb00;
	padding:10px 0 0 0px;
	line-height:22px;
	margin: 0px;
	font-weight: normal;
 }
 
 
.textBox ul { padding-left: 30px;  }
.textBox ol { padding-left: 30px;  }
.textBox li { line-height: 20px; color: #000; }
.textBox textarea { width: 600px; }
.textBox ul.link { padding-left: 20px; list-style: none; }
.textBox ul.link li { padding-left: 15px; font-weight: bold; line-height: 20px; background: url(../images/arrow4.jpg) left center no-repeat; }
.textBox ul.link li a { color: #3e3e3e; text-decoration: none; font-weight: normal; }
.textBox ul.link li a:hover { color: #000; text-decoration: underline; }
.textBox ul li a { color: #333; text-decoration: none; }
.textBox ul li a:hover { text-decoration: none; font-weight: bold; }
 
 .updateBox { 
	width:  669px;
	padding: 0 0 10px 0;
	float: left;
	border-bottom: 1px solid #d2d3d1;

}

.updateBox.gap { 
 border-bottom: none;
}

.text_1 { 
	font-size: 20px;
	font-family: "Times New Roman",arial;
	color: #575756;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
}


.updateBox ul { list-style: none; padding: 0px 0 0 21px; margin: 0px; }
.updateBox li { line-height: normal; }
.updateBox li a { padding-left: 23px; font-weight: bold; color: #5e9d2f; text-decoration: none; background: url(images/arrow.gif) left center no-repeat; }
.updateBox li a:hover { color: #000; }
.updateBox p { padding: 0 10px 0 21px; text-align: justify; font-size: 11px; line-height: 18px; font-family: Verdana, Arial; }



#rightCntr { width: 320px; float: right; }


.topfrom {
	 width: 320px;
	  height: 74px;
	  background: url(images/fromtop.jpg) no-repeat;

 }
 
 .bottomfrom { 
 	width: 320px; 
	height: 10px;
	float: right;
	background: url(images/frombottom.jpg) no-repeat;
 }

.form{
	float: right;
	width: 320px;
	background: url(images/frombg.jpg) left top repeat-y;
}

.form_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

.form_subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525050;
	line-height: 18px;
	text-align: center;
}

.inputtext { 
 font-size: 11px;
 color: #333;
 line-height: 16px;
 

}

.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	padding-left: 18px;
	font-weight: bold;
	color: #3a3a3a;
}

.field { 
	width: 238px;
	height: 25px;
	border: 1px solid #cccccc;
	margin-left: 18px;

}

.input{
	width: 238px;
	height: 25px;
	margin-left: 18px;
	line-height: 24px;
	font-size: 11px;
}


form, label, input, textarea, td, tr, th{
	margin: 0px;
	padding: 0px;
}


#footerCntr { width: 100%; background: #fff url(images/footerbg.gif) left top repeat-x; }

.linkBox { padding-bottom: 10px; width: 1000px; float: left; }
.linkBox ul { list-style: none; padding: 5px 0 0 21px;; margin: 0px; float: left; }
.linkBox li { padding-left: 12px; width: 355px; float: left; line-height: 24px; font-size: 11px; font-family: Verdana, Arial; background: url(images/arrow_1.gif) left center no-repeat;  }
.linkBox li a { color: #2a2a2a; text-decoration: none; display: block; }
.linkBox li.last { width: 225px; }
.linkBox li a:hover { color: #457a1e; }

.footer { width: 1000px; margin: 0 auto; }

.navbox { padding-bottom: 10px; width: 345px; float: left; }
.navbox ul { list-style: none; padding: 0px; margin: 0px; }
.navbox li { padding: 0 16px; line-height: 20px; float: left; font-size: 11px; font-family: Verdana, Arial; background: url(images/sprter_1.gif) right center no-repeat; }
.navbox li a { color: #1bc11b; text-decoration: none; }
.navbox li a:hover { color: #000; }
.navbox li.last { background: none; }

.copyright { color: #000; width: 320px; font-size: 11px; font-family: Verdana, Arial; line-height: 18px; float: right; }
.copyright a { color: #000; text-decoration: none; }
.copyright a:hover { color: #028bd4; }

.notes { padding: 10px 16px 0 16px; width: 968px; float: left;  line-height: 24px; color: #000; text-transform: uppercase; font-size: 11px; font-family: Verdana, Arial; text-align: center;  }


.internal{
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	font-weight: bold;
}

.internal:hover{
	color: #000;
}




#form_container{
	width: 800px;
	height: 100%;
	padding: 30px;
	padding-left: 100px;
	margin:10px auto auto auto;
	text-align:left;
	border: 1px dashed #E2E2E2;	
	margin-bottom: 20px;
	background:#fff;
	}
	
.form_heading{
	width: 550px;
	text-align: center;
	margin: 0px 0 0 0px;
	padding: 6px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003333;
	text-align: center;}
	
.label_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 200px;
}

.input_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #cccccc;
	width: 200px;
	margin-top: 20px;
	padding: 5px;	
}		


/*form start*/
#form{
	float: left;
	width: 585px;
	margin-left: 10px;
	padding:10px;
	background:#fff;
}

.form_top{
	float: left;
	width: 585px;
	height: 95px;
}

.form_btm{
	float: left;
	width: 585px;
	height: 32px;
}

.form{
	float: left;
	width: 278px;
	background: url(images/frombg.jpg) repeat-y center top #fff;
	border-left: 1px solid #e8e4e3;
	border-right: 1px solid #e8e4e3;
	padding: 10px 20px 0 20px;
}

.text_2{
	padding:10px;
	width:auto;
	text-align:center;
}
.form_text_dm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.input_field_dm{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 105px;
}

.dm_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.date_input_dm{
	width: 60x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 10px 0 0;}
.main_input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 130px;
}

.form_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #f88601;
	margin: 0px;
	text-align: center;
}

form, input, select, label{
	margin: 0px;
	padding: 0px;
}

.form_text_us{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	font-weight: normal;
}



.input_field_us{
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	font-weight: normal;
}
.content{
	float:left; width:865px; padding:0px 0px 10px 120px; text-align:justify; font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#323132; line-height:18px;}
	
.application_form{
	font-family:Georgia,Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#1c2417;
	padding: 0 0 20px 0;
	}	
	
td.form_text{
	padding:5px 30px;
}	
.style10 {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #254C65; }
.style9 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}	

.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px 0px;
	font-weight: bold;
	color: #666666;
}
#sitemap{
	margin: 0px;
	margin-left: 20px;
	margin-top: 30px;
	width: 350px;
	float: left;
}
#sitemap ul{
	margin:0px;
	padding:0px;
}

#sitemap li {
	list-style-type:none;
	display:block;
	padding: 5px 0px;
}

#sitemap li a {
	padding-left: 30px;
	color:#0EB4E4;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	background-image: url(images/arrow_1.gif);
	background-repeat: no-repeat;
}
#sitemap li a:hover {
	color:#30D8FC;
}
.form_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #f88601;
	margin: 0px;
	padding:15px 0 0 0;
	text-align: center;
}
.main_input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 130px;
}

.main_label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:5px 0px;
}
.internal1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#30D8FC;
	text-decoration: none;
}

.internal1:hover{
	color: #000;
}
.student_apply{
	margin:0px;
	padding:180px 0 0 20px;
	float:left;
	}
