@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*Global*/
body{
	padding:0px;
	margin:0px;
	font-family: "Roboto", sans-serif;
	font-size:14px;
	line-height:24px;
}
h5{
	padding:0px;
	margin:0px;
	color:#aaa;
	font-size:16px !important;
	font-weight:normal;
}
h4{
	padding:0px;
	margin:0px;
	font-size:18px !important;
	color:#e87931;
}
h3{
	margin:0px;
	padding-top:25px;
	font-size:22px !important;
	color:#999;
}
h2{
	margin:0px;
	font-size:26px !important;
	color:#333;
	padding:10px 0px;
}
h2 span{
	font-weight:bold;
}
h1{
	padding:10px 0px;
	margin:0px;
	font-size:40px !important;
	color:#430064;
}
.pull-right{
	float:right;
	padding-left:10px;
}
.pull-left{
	float:left;
	padding-right:10px;
}
.clearfix{
	clear:both;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#e87931 !important;
}

/*Header*/
.TopNav{
	height:60px;
	/*background-color:#FFFFCC;*/
	display: block;
	position: relative;
	z-index: 1;
	padding-bottom:30px;
	
}
.TopNav1{
	height:40px;
	background-color:#1b1b1b;
	display: block;
	padding:0px 10px 10px 10px;
	color:#7a4b94 !important;
	
}

.header{/*
	background-color:#FFFFCC;*/
	background:url(../im ages/Convo.JPG) no-repeat center top;
	display: block;
	position: relative;
	z-index: 1;
}

.header2013{
	height:380px;
	max-height:380px;/*
	background-color:#430064;*/
	background:url(../images/Convocation-Banner-2013.jpg);
	display: block;
	position: relative;
	margin:0 auto;
	z-index: 1;
	
	background-repeat:no-repeat;
    /* custom background-position */
    background-position:38% 50%;
}
.header2014{
	height:500px;
	max-height:500px;/*
	background-color:#430064;*/
	background:url(../images/1.jpg);
	display: block;
	position: relative;
	margin:0 auto;
	z-index: 1;
	
	background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
}

.header-info{
	min-height:40px;
	background-color:#d23b26;
	display: block;
	position: relative;
	margin-top:5px;
	padding-top:10px;
	color:#fff;
	z-index: 1;
}

/*Body*/
.container{
	width:1200px;/*
	background-color:#ccc;*/
	padding:0 20px;
	margin:0 auto;
}
.cont-mar{
	margin-top:40px;
}
.left-div{
	width:95%;
	min-width:591px;
}
.row-fluid{
	width:100%;
}
.fw{
	width:100%;
	margin-left:20px;
}
.quote{
	padding:5px 15px 15px 45px;
	background-image:url(../images/DoubleQuote.png);
	background-repeat:no-repeat;
}
.quote span{
	color:#e87931;
	font-weight:bold;
}
.right-sidebar{
	float:left;
	padding-left:10px;
	margin-right:30px;
	width:20%;
	display:block;
	min-width:250px;
	min-height:450px;
}
.bg_title {
margin-bottom: 16px;
background:url(../images/bg_title_line.png) repeat-x 0 12px;
margin-left:-5px;
}
.bg_title1 {
margin-bottom: 16px;
background:url(../images/bg_title_line1.png) repeat-x 0 12px;
}
/*.bg-title h4{
	margin-bottom: 0px!important;
	display: inline-block;
}
*/
.h4bgw{
	background-color:#FFFFFF;
}
.bgw{
	background-color:#fff !important;
	text-transform:uppercase;
	color:#e87931;
	padding-bottom:20px;
}

.bgwl{
	background-color:#fff !important;
	padding-right: 21px;
	text-transform:uppercase;
	color:#e87931;
	padding-bottom:20px;
}

.bg-title > img {
	width: 250px;
	height: 280px;
	padding-left:10px;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.widget_nav_menu ul{
padding: 0;
margin: 0;
}
.widget_nav_menu ul li {
position: relative;
margin-bottom: 5px;
padding-right:2px;
}
.widget_nav_menu ul li a {
background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
border: #d9d9d9 1px solid;
padding: 6px 15px 6px 50px;
line-height: 18px;
display: block;
color: #555555;
text-align: left;
}
.widget_nav_menu ul{
	list-style:none;
}

.widget_nav_menu ul li:before {
content: "";
position: absolute;
left: 38px;
height: 100%;
width: 1px;
display: block;
background: #d9d9d9;
}

.widget_nav_menu ul li a:before {
content: "";
position: absolute;
left: 16px;
top: 9px;
width: 7px;
height: 12px;
display: block;
background: url(../images/arrow.png) no-repeat 0 0;
}


/*Footer*/
.footer{
	width:100%;
	min-height:70px;
	background-color:#404040;
}

@media screen and (max-width: 1265px) {
.container{
	width:100%;
}
}