/********************************************
   AUTHOR:  			Nidhin Baby 
   WEBSITE:   			http://www.suvidya.org/
   MAIL-TO				nidhinbaby111@gmail.com	
   MOBILE				+91-9916513015
   COPY RIGHTS			Suvidya College
   	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	/*background-color: #666666;*/
	BACKGROUND-IMAGE:url(../images/back.jpg);
 	color: #555; 
 	margin: 5px 0;
 	text-align: center; 
}  

/* links */
a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
ul span, ol span {
}


/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 790px;		
}

/* header */
#header {
	
    clear:left;
    
    width: 790px;
	height: 156px; 
	margin:  0; padding: 0;
	background-color:#1773B6;
	top:0px;
}
#header_banner{
	background: #1773B6 url(../images/new790x130.jpg) no-repeat left bottom;	
	height:130px;
	width:790px;			
}
/*
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan
	top: 97px; right:457px;		
}
*/
/* menu tabs */
#header #header-tabs 
{
	text-align:center;
	
	position: relative;
	top: 0; left: 0px;
	width: 100%;
	margin-left:0px;
	height: 28px;
	background: #05578F ;
	
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 0px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   margin-left:0px;
   padding:0;
}
#header-tabs a {
	float:left;
	background: url(../images/HeaderLeft.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-family:Times New Roman;
	font-size:12px;
	font-weight:normal;
	
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(../images/HeaderRight.jpg) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}
/* Main Body Starts Here*/
.main {
	width:790px;
	margin-left:auto;
	margin-right:auto;
}
#Main_Body
{
	background-color:White;
	font-weight: normal;
	font-family:Georgia;
	font-size:10px;
}

#Main_Body h1 /* It is for Displaying Big Text*/
{
	color:#339900;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
}
#Main_Body h3 /* It is for Displaying normal Text*/
{
	color:#555555;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:normal;
}
#Main_Body h6 /* It is for displaying small text*/
{
	color:#555555;
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:normal;
}
/* sidebar */
.sidemenu_block {
	width: 210px;
	background-color:#E1FFE1; 
	padding-left:10px;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 10px 0; padding: 0;
	font-family:Trebuchet MS;
	font-size:11px;
	background-color: inherit;	
	vertical-align:text-top;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0px;
	padding:0;		
	font-weight: normal;
	font-family:Trebuchet MS;
	font-size:13px;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #E1FFE1;
	font-weight: normal;
	font-family:Trebuchet MS;
	font-size:13px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	font-family:Trebuchet MS;
	font-size:13px;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #E1FFE1;
	border-left: 5px solid #CCC;	
	text-align:left;
	min-height: 18px;	
}
#side_block {
	width:210px;
}
.content_block {
	background-color:aliceblue; 
	fonet-size:12px;
	padding-left:10px;
	padding-right:10px;
}
* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #D5FFD5;
	color: #339900;
	font-size:13px;
	border-left:5px solid #72A545;
}
#footer
{
   width:790px;
   height:47px;
   text-align:center;
   background: url(../images/footer.jpg) no-repeat right top;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}
.inputTitle{
	width:180px;
	text-align:left;
	height:30px;
	float:left;
}
.inputBox{
	width:500px;
	padding-left:50px;
	text-align:left;
	float:left;
}
.inputField {
	width:250px;
	padding-left:10px;
	float:left;
	text-align:left;
}
.field {
	width:200px;
}
.welcomemessage{
	float:left;
	width:550px;
	text-align:right;
	font-size:12px;
	font-style:italic;
}
