@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #ededed url(images/headerBg.jpg) repeat-x top;
	/*font-family: tahoma, Helvetica, sans-serif;*/
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:1.4em;
	color: #4e4e4e;
	text-align: justify;
}
img {
	border: 0;
}
#container {
	margin: 0 auto;
	width: 970px;
}
#header {
	width: 970px;
	height: 150px;
}
.logo {
	float: left;
	width: 260px;
	height: 35px;
	padding: 30px 0 0 0;
}


.topRight {
	float: right;
	width: 200px;
	height: 20px;
	text-align: right;
	margin-top: 8px;
}
.topRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f4d67;
	text-decoration: none;
	padding-left: 15px;
}
.topRight a:hover {
	color: #3f4d67;
	text-decoration: underline;
}


.menu {
	float: left;
	width: 970px;
	clear: both;
	margin: 35px 0 0 0;
}
#menu {
	font-family: Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	height: 40px;
}
#menu li {
	float: left;
	margin: 0;
}
#menu li a {
	display: block;
	padding: 0 30px 0 30px;
	margin: 0 1px;
	color: #fff;
	line-height: 39px;
	text-decoration: none;
}
#menu li a:hover, #menu li.active a {
	background-color: #3f4d67;
	color: #fff;
}
#menu_wrapper ul {
	margin-left: 0px;
}

.linkMain a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26205d;
	line-height: 20px;
	text-decoration: none;
}
.linkMain a:hover {
	text-decoration: underline;
}


.heading {
	font-family: Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #404a5e;
	line-height: 30px;
}
.heading2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif,;
	font-size: 12px;
	color: #26205d;
	line-height: 25px;
}

/* my sub heading */

.my_heading {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #404a5e;
	
	line-height: 30px;

}

.my_subheading {
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 16px;
	font-weight:bold;
	color: #165A6A;
	line-height: 25px;
}



#mainHome {
	width: 970px;
	
}
.banner {
	float: left;
	width: 650px;
	height: 320px;
	border: 1px solid #dedede;
	margin: 15px 0 0 0;
}
.event {
	float: right;
	width: 285px;
	height: 315px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 0 0;
	padding: 0 10px 5px 10px;
}
.spotlight {
	float: left;
	width: 630px;
	height: 230px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 0 0;
	padding: 0 10px;
}
.spotlightBox {
	float: left;
	width: 200px;
	height: 190px;
}
.certificate {
	float: right;
	width: 285px;
	height: 225px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 0 0;
	padding: 0 10px 5px 10px;
}
.calendar {
	float: left;
	width: 630px;
	height: 185px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 0 0;
	padding: 0 10px;
}
.participation {
	float: right;
	width: 285px;
	height: 180px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 0 0;
	padding: 0 10px 5px 10px;
}
.activities {
	float: left;
	width: 630px;
	height: 260px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 15px 0;
	padding: 0 10px;
}
.activitiesBox {
	float: left;
	width: 305px;
	height: 220px;
	line-height: 16px;
}
.news {
	float: right;
	width: 285px;
	height: 255px;
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 15px 0 15px 0;
	padding: 0 10px 5px 10px;
}

#footer {
	width: 100%;
	height: 160px;
	background-color: #3f4d67;
}
.footer { 
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 970px;
	width:100%;
	height: 45px;
	text-align: right;
	text-align:center;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}
.footer a {
	color: #97a6c3;
	color:#fff;
	text-decoration: none;
	padding: 0 10px;
}
.footer a:hover {
	color: #97a6c3;
	text-decoration: underline;
}

#mainInner {
	width: 970px;
	border: 0px solid #dedede;
	background-color: #ededed;
	margin: 15px 0;
}
#mainLeft {
	float: left;
	width: 250px;
	padding: 15px 0 15px 10px;
}
#mainRight {
	float: right;
	width: 675px;
	margin: 10px 0 15px 0;
	padding: 10px 10px;
}
.tbl {
	border: 1px solid #dedede;
	background-color: #fff;
}

.arrowlistmenu{
	width: 240px; /*width of menu*/
	text-align: left;
}
.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(media/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.arrowlistmenu ul li a{
	color: #3f4d67;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li a:visited{
	color: #A70303;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #f9f9f9;
}
	
	
/* by ajay */

.tbl_border  {
	border:1px solid #cccccc;
	border-collapse:collapse;
	padding: 1px 4px;
	margin:1px;
	text-align: left;
  }

.tbl_border td {
  border:1px solid #cccccc; 
  border-collapse:collapse; 
  padding: 1px 4px;
  margin:1px;
  }
  
.photo_gallery td {
	padding:5px;
}	

.tbl_border th {
  border:1px solid #cccccc;
  background-color:#F5F5F5;   
  border-collapse:collapse; 
  padding: 1px 4px;
  margin:1px;
  }
  
table {
	border-collapse: collapse;
}  

.img_border {
	border:1px solid #CCCCCC;
	padding:4px;
}

.img_border:hover {
	border:1px solid #3b5998;
}


.navigation a:link, .navigation a:visited,  .navigation a:active {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    color: #636363;
    padding: 3px 6px;
    text-decoration: none;
}

.navigation a:hover {
    background-color: #3f4d67;
    border: 1px solid #E6E6E6;
    color: #FFFFFF;
    padding: 3px 6px;
    text-decoration: none;
}