/* CSS Document */

/* =Styling all elements
========================================================================================================*/
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */
.clearfix:after {
	content: ".";
	display: block;
	height:100%;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
.clear {
	clear:both
}
/*=======================================================*/
/* Body
*********************************************************/
body {
	background:#050706  url(../images/bg-img.jpg) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.warraper {
	width:922px;
	margin:0 auto;
	margin-top: 35px;
}
.topbar{
	background: url(../images/top-bg.jpg) left top repeat-x;
	height: 50px;
}

/* menu 
*********************************************************/

.main-menu{
	background:url(../images/menu-bg.jpg) left top repeat-x;
	width: 922px;
	margin-top:0px;
	height: 51px;
}
.main-menu a{
	color:#FFFFFF;
	font-weight:bold;
}
.main-menu a:hover{
	text-decoration:underline;
}
.pading-top{
	padding-top: 12px;
}
.pading-left1{
	padding-left: 17px;
}
.pading-left2{
	padding-left: 13px;
	padding-top: 10px;
}
.pading-left3{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px
}
.pading-left4{
	padding-top: 10px;
}
.pading-left5{
	padding-left: 10px;
}
.pading-left6{
	padding-left: 17px;
	padding-right: 12px;
}
.left-menu{
	background:url(../images/left-menu-bg.jpg) left top repeat;
	display:block;
	width: 230px;
	line-height:29px;
	padding-left:10px;
	margin-left:0px;
}
.left-menu a{
	background:url(../images/unchkd-btn.jpg) left top no-repeat;
	display: block;
	padding-left: 20px;
	margin-left: 0px;
	font-weight:bold;
	font-size: 13px;
	color:#646464;
}
.left-menu a:hover{
	background:url(../images/chkd-btn.jpg) left top no-repeat;
	text-decoration:underline;
	color: #7B0068;
}

.can-top-padding{
	background:url(../images/canvas-top2.png) left top no-repeat;
	width:660px;
	height: 119px;
	margin-top: 0px;

}
.main-links{
	margin-top:5px;
	width:200px;
	margin-right:15px;
}
.main-links a{
	color:#FFFFFF;
	font-weight:bold;
	float:right;
}
.main-links a:hover{
	text-decoration: underline;
}
.college-name-logo{
	background:url(../images/logo.jpg) left top no-repeat;
	margin-left: 0px;
	margin-top: 5px;
	height: 80px;
	padding-left:80px;
}
.college-name-logo a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#7B0068;
	line-height:30px;
}
.welcome-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#7B0068;	
	line-height:28px;
}
.read-more{
	background:url(../images/bullet.jpg) left top no-repeat;
	display: block;
	width:100px;
	height: 30px;
}
.read-more a{
	font-weight:bold;
	color:#C63DB1;
	padding-left: 20px;
}
.read-more a:hover{
	text-decoration:none;
}
.border-lft{
	border-left: #CFC3B0 solid 1px;
}
.border-rgt{
	border-right: #CFC3B0 solid 1px;
}

.border-btm{
	border-bottom:  #CFC3B0 solid 1px;
}
	
.teble-text{
	font-weight:bold;
	color: #7B0068;
	padding-top: 6px;
	font-size:13px;
	
}
.news-events a{
	font-size: 13px;
	font-weight: bold;
	color:#ffffff;
}	

.news-events a:hover{
	text-decoration:underline;
	color:#7B0068;
}
.mandatory-text a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#7B0068;	
	line-height:25px;
	padding:0px 5px;
}
.footer-text a{
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}
.footer-text a:hover{
	text-decoration:underline;
}
