/*	 CSS for mec.ac.in 
	
*/
/* ********* General - that is setting to default values ******** */
body
{

	font:.8em verdana, Georgia, Times, serif;
	background-color: #FffffFf;
	color:#466437;
	margin:0;
        font-family:sans, verdana , arial ;
}
a img
{
	border:0;
}
/* ***************************Positioning tags *************************************/
#header1
{
background:#DAE6F6;
height:1.2em;
}
#header2
{
	height:6em;
}
#login
{
	float:right;
	position:relative;
	display:inline;
	top:-15%;
	text-align:right;
}
#logo
{
	z-index:1;
	position:absolute;
	left:50px;
	top:26px;
}
#container
{
	padding-top:3em;
}
#navigation
{
	float:left;
	position:relative;
	left:5%;
	width:32%;
}
#pic
{
	float:right;
	width:59%;
}
.gallery
{
	width:95%;
}
#footer
{
	clear:both;
}

/* ************* Styling - general********* *==========================================================================*/
#header1
{
	text-align:right;
	word-spacing:.5em;
	font-size:11px;
}
#header2
{
	background:silver url("/images/shadowbottom.gif") top;
	background-repeat:repeat-x;
	color: #FFFFEE;
}
.title{
	position:relative;
	left:140px;
	top:45%;
	font-size:18px;
	color:#ffffff;
}
#imgdesc
{
	display:block;
	text-align:center;
}
#imgauth
{
	text-align:right;
	display:block;
	font-size:9px;
	margin-right:7%;
	color:gray;
}
#footer
{
	font-size:10px;
	height:3.5em;
	padding-top:5px;
	text-align:center;
	background:silver url("/images/shadowbottom.gif") bottom;
	background-repeat:repeat-x;
}

/*--------------------------------------- link styling ------------------------------- */
a ,#news /* news too has the same style, although its not a link */
{
	color:#466437;
	text-decoration:none;
	font-size:11px;
}
a:hover
{
	text-decoration:underline;
	color:#BF6000;
}
a:visited
{
	/* //color:#BF6000; */
}
a.section 
{
	font-weight:bold;
	color:#BF6000;
	font-size:1em;
	line-height: 1.4em;
}
a.more
{
	font-weight:bold;
	font-size:.8em;
	color:#BF6000;
}
#footer a , #header2 a
{
	color:#FFFFEE;
}

/* -------------------------- text boxes styling ------------------------ */
input{
	border:#466437 solid  1px;
	background:#FFFFFF;
}


.signin
{
font-size:14px;
font-weight:bold;
background-color:transparent;
border:0;
height:18px;
cursor:pointer;
color:#FAFAFF;
text-decoration:underline;
}
/*revised*/

#header2{
	background:url("/coltest/images/1_1.gif") top;
	background-repeat:repeat-x;
}
#footer{
	background: url("/coltest/images/1_2.gif");
	background-repeat:repeat-x;
}

#news li
{
margin-bottom:5px;
}