@charset "utf-8";
/* CSS Document */
body{ margin:0px auto; 	font-family:"Calibri";background-image: url("images/pattern05.png");
}}
img{border:none; color:#CCC;}

.main {width:998px; height:auto; background-color:#eeeeee; margin:0px auto; box-shadow: 0 0 40px rgba(0,0,0,0.3);}

.header {
	width:998px;
	height:160px;
	background-color:#fff;
	border-top:3px solid 01508b;
}

.logo {
	width:131px;
	height:131px;
	float:left;
	margin:16px 50px 0px 44px;
}

.name {
	width:548px;
	height:99px;
	float:left;
	margin:22px 50px 0px 10px;
}

.ashok {
	width:80px;
	height:137px;
	float:left;
	margin:16px 50px 0px 10px;
}

.menu {width:998px; height:40px; background-color:#01508b;}

ul.menu-text{
	list-style-type:none;
	margin:0px auto;
	display:block;
	width:auto;

}

ul.menu-text li {
	display:inline;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	margin-right:20px;
	font-family:"Calibri";
	text-transform:uppercase;


}
ul.menu-text li.divider {
display:inline;
width:2px;
height:40px;
float:left;
background:url(images/menu_divider.gif) no-repeat center;
}
ul.menu-text li a{ color:#FFF; text-decoration:none}

ul.menu-text li a:hover{ color:#db261b;}

.banner {
	width:auto;
	height:auto;

}

.content {
	width:998px;
	height:auto;
	float:left;
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
	background:#FFF;
}
h3{color:#e05c5c; font:Arial, Helvetica, sans-serif; font-size:22px;}

p{  color:#222222; line-height:20px;}
.content_left{
	width:680px;
	height:auto;
	padding:0px 10px 15px 20px;
	float:left;
}

.content_right{ width:250px; height:auto; padding:0px 10px 15px 20px; float:right;}

.box1 {
	background:url(images/box_repeat.gif) center repeat-y;
}
.box1_bot {
	background:url(images/box_bot.gif) center bottom no-repeat;
}
.box1_top {
	background:url(images/box_top.jpg) center top no-repeat;
	width:100%;
}
.box1 .pad {
	padding:0 16px;
	padding-bottom:23px;
}
.box1 h2 {
	font-size:24px;
	line-height:20px;
	color:#fff;
	padding:10px 0 10px 0;
	text-align:center;
}
.box1 h2.center {
	font-size:30px;
	line-height:1.2em;
	padding:4px 0 26px 0;
	letter-spacing:-1px;
}
.box1 .button {
	background:url(../images/button2_bg.gif) top repeat-x;
}
.box1 .button span {
	background:url(../images/button2_left.gif) top left no-repeat;
}
.box1 .button span span {
	background:url(../images/button2_right.gif) top right no-repeat;
}

.footer {width:998px; height:43px; background-image:url(images/footer.jpg); background-repeat:no-repeat; font-family:"Calibri"; float:left;box-shadow: 0 0 40px rgba(0,0,0,0.3);}

.left_copyright{
	float:left;
	padding:10px 30px 0 20px;
	width: 250px;
	margin-bottom: 10px;
	color: #FFF;
	}

.right_ourlink{
	float:right;
	padding:10px 20px 0 0;
	width:300px;
	margin-bottom: 10px;
	color: #FFF;
}

.right_ourlink a{
	color: #FFF;
}
.right_ourlink a:hover{
	color: #db261b;
}
ul.pdf_link li{line-height:30px; list-style-image:url(images/arrow.png);}