/*
	Description: Main CSS for the SBIT website
	Authors: Ankit Ahuja (http://ankitahuja.com) and Amit Verma
*/

* {
  	margin:0;
	padding:0;
}

body{
	-x-system-font:none;
	background:#FFF;
	border:0 none;
	color:#555F6A;
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:0.7125em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#555F6A;
}
a img{
	border:none;
	vertical-align:top;
}
a:hover img{
	border: 0;
	vertical-align:top;
}

a:hover {
	background:#E4F2F9 none repeat scroll 0 0;
	color:#fff;
	background-color:#d8244d;
}
p{
	margin:5px 0;
}
blockquote{
	margin: 10px 0;
	font: italic bold 1.2em Georgia, Verdana, "Times New Roman", Arial;
	color: #464645;
}
#wrap{
	text-align:left;
	margin:0 auto;
	margin-top: 5px;
	width:890px;
	padding: 10px;
	-webkit-box-shadow:0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

#header{
	float: left;
	height: 110px;
}

#search{
	margin-left:160px;
	_margin-left:157px;
	float: left;
	padding-right:0px;
	margin-top: 10px;
}

#search .btn{
	background-color: transparent;
	background-image:url(../images/btn-search.gif);
	width:52px;
	height:19px;
	border: 0;
	padding: 0;
}
#search .btn:hover{
	cursor:pointer;
}
#search .nvlinks{
	float:right;
	padding-right:6px;
	padding-bottom:10px;
}

/*FORM ELEMENT STYLE*/

.col1 {
	text-align: right;
	width: 100px;
	height: 26px;
	margin: 0;
	float: left;
	margin-right: 4px;
}

.col2 {
	width: 195px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
}

div.row {
	clear: both;
	width: 335px;
}
.col2comment {
	width: 195px;
	height: 40px;
	margin: 0;
	float: left;
}

.col1comment {
	text-align: right;
	width: 100px;
	height: 40px;
	float: left;
	margin-right: 4px;
}

form {
	margin-top: 0px;
	padding: 0.5em;
}

input {
	margin-top: 0px;
	color: #000;
	background-color: #f7f8f9;
	border: 1px solid #aaaaaa;
}
select {
	margin-top: 5px;
	width: 100px;
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}
textarea {
	margin-top: 5px;
	width: 200px;
	height: 120px;
	color: #000;
	background-color: #f7f8f9;
	border: 1px solid #aaaaaa;
}

#nav{
	clear:both;
	margin-bottom: 0px;
	display: block;
}
#nav a{
	text-decoration:none;
}
#nav li ul li{
	display:block;
	float:left;
}

#nav ul{
	list-style-type: none;
	padding:0;
	margin:0;
	display:inline;
	position:relative;
	float:left;
	z-index:10000;
}

/*menu headings*/
#nav ul li a{
	clear:left;
	padding-right:27px;
	/*_padding-right:52px;*/
	padding-left:10px;
	position:relative;
	display:block;
	border:1px solid #ccc;
	z-index:10000;
}
#fadeshow2{
    margin-bottom: 4px;
}

/*drop-menu contents*/
#nav ul li ul a {
	clear:left;
	width:120px;
	float:left;
	padding-right:25px;
	position:relative;
	display: block;
	z-index:10000;
	padding-left:4px;
}


#nav li:hover ul,#nav li.over ul {
	display: block;
	background-color:#fff; 
	z-index:10000;
} 

#nav ul li {
	position: relative;
	float:left;
}
	
	
#nav ul li:hover{
	color:#fff;
}	

/*dropmenu elements list items*/	
#nav li ul {
		position: absolute;
		top:17px; /* Set 1px less than menu width */		z-index:10000;
		display: none;
		width:149px;
		border: 1px solid #ededed;
		}	

#nav li ul li a:hover{
	background-color:#d8244d;
}

/*ANKIT's CSS*/

/*MAINPIC ANIM*/
#middle{
	float: left;
	width: 885px;
	height: 185px;
	background-color: #ccc;
	clear: both;
	margin-top:10px;
	margin-bottom:5px;
	display: block;
	position: relative;
	z-index:-1;
}

#middle .left{
 	width: 342px;
	height: 185px;
	float:left;	
}

#middle .right{
 	width:342px;
	height:185px;
	float:right;
}

/*HOMEPAGE CONTENT WINDOW*/
#content
{
	padding-top:0px;
	float: left;
	padding-bottom: 5px;
	margin: 0px;
}
#content h2{
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing:-1px;
	font-family:  Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	padding: 5px;
	padding-left:8px;
	background-color: #464645;
	color:#CCCCCC;
}
#content h3{
	color: #464645;
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px #e5e5e5 solid;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

/*NEWS*/
#news{
	float: left;
	width: 497px;
	height: 134px;
	padding-bottom:10px;
	
}
#news a{
	text-decoration:none;
}
#news ul{
	padding:5px;
	padding-left:7px;
	}
	
#left-content{
	float: left;
	clear:left;
	width: 501px;
	position:relative;
	display: block;
}
#left-content ul{
	list-style-type: none;
	float: left;
	
}
#left-content ul li{
	font-size: 1em;
	padding-top: 2px;
}

/*EVENTS*/
#events{
	float: right;
	width:384px;
}
#events h2{
	border-bottom:3px solid white;
}
#events ul{
	list-style-type: none;
	float:right;
	margin:0px;	
}
#events ul li{
	font-size: 0.8m;
	padding-top: 0px;
}


/*TOUR*/
#tour{
	float: left;
	width: 497px;
	height: 194px;
}
#tour ul{
	padding-top: 4px;
}
#tour ul li{
	display: inline;
	padding-right: 0px;
}
.thumbnail{
	width:20%;
	height:20%;
}
#footer{
	font-size: 0.9em;
	clear: left;
	border-top: 1px #ccc solid;
	padding-top: 0px;
	margin-top:10px;
	margin-left: 0px;
	text-align: right;
}
#footer img{
	border:none;
	}

#footer a {
	text-decoration:none;
}
#footer a:hover {
	border: none;
}

#content a{
	color:#343434;
	border-bottom:1px solid #ccc;
}
#content a:hover{
	color:#fff;
}

/*TOOLTIP*/
.tool-tip {
	width: 200px;
	color: #eee;
	text-align: center;
	overflow: hidden;
}

.tool-tip .tool-title {
    font-size: 11px;
    font-weight: 900;
    margin: 0;
    padding: 10px 10px 0;
    background: #222;
}
.tool-tip .tool-text {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    background: #222;
}			
