@charset "utf-8";

* {

    padding: 0;

    margin: 0;

} 

a {outline:none;}

a img {border:none; outline:none;}

body {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#6f6f6f;

	margin:0;

	padding:0;

}

#wrapper {

	width:970px;

	height:auto;

	margin:auto;

	padding:0;

	border:0px solid red;

}

#top {

	width:100%;

	height:80px;

	padding:0;

	margin:0;

	float:left;

}

#top .logo {

	width:100px;

	height:auto;

	padding-left:17px;

	margin:0;

	float:left;

}

#top .top_right {

	width:230px;

	padding:0;

	float:right;

	text-align:right;

}

#top .top_right a{

	font-size:11px;

	color:#9e9c9c;

	text-decoration:none;

	padding-right:10px;

	display:block;

	float:left;

	line-height:30px;

	margin:0;

}

#top .top_right a:hover{

	font-size:11px;

	color:#000;

	text-decoration:none;

}

#top .top_right .home {

	background-image:url(images/home_icon.gif);

	background-position:left;

	background-repeat:no-repeat;

	padding-left:18px;

}

#top .top_right .home:hover {

	background-image:url(images/home_icon1.gif);

}

#top .top_right .career {

	background-image:url(images/carrer_icon.gif);

	background-position:left;

	background-repeat:no-repeat;

	padding-left:18px;

}

#top .top_right .career:hover {

	background-image:url(images/carrer_icon1.gif);

}

#top .top_right .contact {

	background-image:url(images/contact_icon.gif);

	background-position:left;

	background-repeat:no-repeat;

	padding-left:22px;

}

#top .top_right .contact:hover {

	background-image:url(images/contact_icon1.gif);

}

#menu {

	width:100%;

	height:29px;

	margin:0;

	padding:0;

	float:left;

	background-image:url(images/menu_bg.gif);

	background-repeat:repeat-x;

}

#menu ul {

	margin:0;

	padding:0;

	float:left;

	list-style:none;

}

#menu ul li {

	margin:0;

	padding:0;

	height:29px;

	float:left;

	display:block;

	border-right:1px solid #6a57b4;

}

#menu ul li a{

	display:block;

	height:29px;

	font-size:13px;

	font-weight:bold;

	line-height:29px;

	color:#fff;

	text-decoration:none;

	padding:0 18px 0 18px;

}

#menu ul li a:hover{

	background-image:url(images/menu_bg1.gif);

	background-repeat:repeat-x;

	font-size:13px;

	font-weight:bold;

	line-height:29px;

	color:#fff;

	text-decoration:none;

	height:29px;

}

#flash {

	width:100%;

	height:252px;

	float:left;

	margin:0;

	padding:0;

}

#content {

	width:973px;

	height:auto;

	margin-top:24px;

	padding-bottom:25px;

	float:left;

	border:0px solid blue;

}

.left {

	width:197px;

	height:auto;

	float:left;

	margin:0;

	padding:0;

}

.right {

	width:262px;

	height:auto;

	float:right;

	margin:0;

	padding:0;

}

.mid {

	width:485px;

	height:auto;

	margin-left:7px;

	padding:0;

	float:left;

}

.in_right {

	width:769px;

	height:auto;

	margin-left:7px;

	padding:0;

	float:left;

	border:0px solid red;

}

#content .left span {

	width:100%;

	margin:0;

	padding-top:30px;

	float:left;

}

#content .right span {

	width:100%;

	margin:0;

	padding-top:30px;

	float:left;

}

#content .right span a{

	width:100%;

	margin:0;

	float:left;

	font-size:13px;

	font-weight:bold;

	color:#ff0000;

	text-decoration:none;

}

#content .right span a:hover {

	color:#000;

	text-decoration:none;

}

#content .matter {

	margin:0;

	padding-top:15px;

	float:left;

	line-height:18px;

	text-align:justify;

}

#content .inn_matter {

	width:752px;

	height:auto;

	margin:0;

	padding-top:15px;

	padding-left:15px;

	padding-bottom:15px;

	float:left;

	line-height:18px;

	text-align:justify;

	background-image:url(images/inn_body_bg.gif);

	background-repeat:repeat-y;

	border:0px solid red;

}

#content .matter a {

	color:#d9261c;

	text-decoration:none;

	font-weight:bold;

}

#content .matter a:hover {

	color:#291770;

}

#content .md_box {
	width:210px;
	height:200px;
	float:left;
	margin-top:35px;
	padding:10px;
	border:1px solid #ededed;

}

#content .md_box .list1 {

	width:100%;

	padding:0;

	margin:0;

	float:left;

}

#content .md_box .list1 ul {

	font-size:11px;

	color:#39619c;

	list-style:none;

	line-height:15px;

}

#content .md_box .list1 ul li {

	background-image:url(images/bullet1.gif);

	background-position:left 13px;

	background-repeat:no-repeat;

	padding-left:20px;

	padding-top:10px;

	padding-bottom:10px;

	border-top:1px solid #e6e6e6;

}

#content .md_box .list1 ul li a {

	color:#39619c;

	text-decoration:none;

}

#content .md_box .list1 ul li a:hover {

	color:#000;

}

#footer {

	width:100%;

	height:35px;

	margin:0;

	padding:0;

	float:left;

	background-color:#1f0d68;

	color:#FFF;

	line-height:35px;

}

#footer .left {

	width:75%;

	margin:0;

	padding-left:10px;

}

#footer .left a {

	color:#FFF;

	text-decoration:none;

}

#footer .left a:hover { text-decoration:underline;}

#footer .right {

	float:right;

	margin:0;

	padding-right:10px;

	width:20%;

	text-align:right;

}

h2 {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:22px;

	color:#1f0d68;

	/*float:left;*/

	border:0px solid red;

}

h3 {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:bold;

	color:#1f0d68;

	padding-bottom:6px;

	/*float:left;*/

	border:0px solid red;

}

.title1 {

	width:100%;

	height:32px;

	font-family:Verdana, Geneva, sans-serif;

	font-size:22px;

	color:#FFF;

	background-image:url(images/title_bg.gif);

	background-position:left;

	background-repeat:repeat-y;

	background-color:#291770;

	text-indent:15px;

	line-height:32px;

}

.list {

	width:62%;

	margin:0;

	padding:0;

	float:left;

	border:0px solid red;

}

.list ul{

	margin:0;

	padding:0;

	float:left;

	list-style:none;

	display:block;

}

.list ul li {

	width:100%;

	margin:0;

	padding:0;

	/*float:left;*/

	display:block;

	background-image:url(images/bull1.gif);

	background-repeat:no-repeat;

	background-position:left 13px;

	padding-left:15px;

	line-height:30px;

}

.director {

	width:100%;

	height:auto;

	padding:0;

	margin:0;

	float:left;

	border-bottom:1px dashed #909090;

	padding:15px 0 15px 0;

}

.director img {

	width:101px;

	height:135px;

	margin:0;

	padding-right:15px;

	padding-bottom:15px;

	float:left;

}

.director h4 {

	font-size:15px;

	background-image:url(images/bull2.gif);

	background-repeat:no-repeat;

	background-position:left;

	text-indent:22px;

	margin-bottom:10px;

	float:left;

	color:#402699;

}

.director p {

	border:0px solid red;

	width:84%;

	padding:0;

	margin:0;

	float:left;

	height:auto;

	text-align:justify;

}

.email {

float:left;

width:400px;

font-family:Verdana, Geneva, sans-serif;

font-size:11px;

color:#666;

border:0px solid red;

}

.email p {

float:left;

height:25px;

line-height:25px;

margin:3px 0 0;

padding:0;

width:40px;

}

.email a {text-decoration:underline; color:#666;}

.email a:hover {text-decoration:underline; color:#09F;}

.opening {

	width:100%;

	height:auto;

	padding:0;

	margin:0;

	float:left;

	border-bottom:1px dashed #909090;

	padding:15px 0 15px 0;

}

.opening h4 {

	font-size:15px;

	background-image:url(images/bull5.gif);

	background-repeat:no-repeat;

	background-position:left;

	text-indent:22px;

	margin-bottom:10px;

	float:left;

	color:#402699;

}

.opening p {

	border:0px solid red;

	width:100%;

	padding:0;

	margin:0;

	float:left;

	height:auto;

	text-align:justify;

}

.opening a {

	border:0px solid red;

	padding:2px 5px 2px 5px;

	margin:10px 0 0 0;

	float:right;

	height:auto;

	background-color:#009;

	color:#FFF;

	text-decoration:none;

}

.opening a:hover {

	background-color:#090;

	color:#FFF;

	text-decoration:none;

}

#form {

	margin:0;

	padding:0;

	float:left;

	font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	color:#666;

}

#form label {

	width:200px;

	margin:0;

	padding:0;

	float:left;

}

#form p {

	width:700px;

	margin:0;

	padding:8px 0 8px 0;

	float:left;

}

.text3 {

	width:300px;

	margin:0;

	padding:3px;

	float:left;

	border:1px solid #CECBCE;

	font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	color:#666;

}

.button {

	float:left;

	padding:2px 5px 2px 5px;

	margin:10px 10px 0 0;

	height:auto;

	background-color:#009;

	color:#FFF;

	text-decoration:none;

	border-color:#006;

	outline:none;

}

.button:hover {

	background-color:#06C;

	color:#FFF;

	outline:none;

}

.email5{text-decoration:none; color:#09F;}

.email5:hover {text-decoration:underline; color:#09F;}

.text4 {

	width:130px;

	margin:0 15px 0 0;

	padding:3px;

	float:left;

	border:1px solid #CECBCE;

	font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	color:#666;

}
.menu_12 {
width:100%;
height:29px;
background-image:url(images/menu_bg.gif);
background-repeat:repeat-x;
background-position:top;
margin:0;
padding:0;
float:left;
}
.menu_bt1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background-image:url(images/menu_bg.gif);
background-repeat:repeat-x;
background-position:top;
}
.menu_bt1:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background-image:url(images/menu_bg1.gif);
background-repeat:repeat-x;
background-position:top;
}

ul .viewmore{
	margin:0px;
	padding:0px;
	float:left;
	height:25px;
	border:1px solid red;

}

ul li .viewmore{
	margin:0px;
	padding:0px;
	float:left;
	width:25px;
	display:block;
	

}
