﻿/****************************************************************************
Created by  : Prasad J N
Created date: 31 Mar 2009
Description : Standard style sheet
****************************************************************************/
body 
{
    padding:0;
    margin:5px 0 0 0;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, sans-serif;
	background:url(../images/website/bodyrepeat.jpg) repeat-x;	
}

input
{
	width: 150px;
	font-size:13px;
}

h1
{
    font-style:italic;
    font-size:1.3em;
}

h2
{
    font-style:italic;
    font-size:1.1em;
}

form
{
    padding:0px;
}

.spacer1
{
    padding-top:5px;
}

.spacer2
{
    padding-top:10px;
}

.header1
{
    margin:0;
    font-size:13px;
    font-weight:bold;
    color:#fff;
}

.header2
{
    margin:0;
    font-size:13px;
    font-weight:bold;
    color:#3c93a7;
}

.header3
{
    margin:0;
    font-size:1.4em;
    font-weight:bold;
    color:#858585;
}

.header4
{
    margin:0;
    font-size:1.4em;
    color:#fff;
}

.header5
{
    margin:0;
    font-size:1.6em;
    color:#fff;
}

.highlight1
{
    margin:0;
    font-size:13px;
    font-weight:bold;
}

.highlight2
{
    margin:0;
    font-size:13px;
    font-weight:bold;
    color:#3c93a7;
}

.paragraph
{
    margin:0;
    font-size:13px;
    line-height:150%;
}

.more
{
    font-size:11px;
    font-weight:bold;
    font-style:italic;
    color:#3c93a7;
}

.image
{
    border:1px solid #858585;
}

.orderedlist ul
{
    margin:0;
    padding:0 0 0 20px;
}

.orderedlist li
{
    margin:0;
    line-height:150%;
    list-style-image:url(../images/website/listimage.jpg);
}

.unorderedlist ul
{
    margin:0;
    padding:0 0 0 20px;
}

.unorderedlist li
{
    margin:0;
    line-height:150%;
    list-style:none;
}
/********************Table class definitions********************/
.tablepadding
{
	border-collapse:collapse;
	width:100%;
	margin:5px 5px 5px 5px;
}

.tablepadding th 
{
 	padding: 0 5px 0 5px;
}

.tablepadding tr 
{
	height: 30px;
}

.tablepadding td 
{
	padding:0 5px 0 5px;
}

.tablenopadding123
{
	border-collapse:collapse;
	width:50%;
}

.tablenopadding
{
	border-collapse:collapse;
	width:100%;
}

.tablenopadding th 
{
	padding: 0;
}

.tablenopadding tr 
{
	height: 30px;
}

.tablenopadding td 
{
	padding:0;
}



.tablegrid 
{
	width:70%;
	border-top:1px solid #858585;
	border-right:1px solid #858585;
	margin:1em auto;
    border-collapse:collapse;
}

.tablegrid tr.odd td	
{
	background:#f7fbff;
}
	
.tablegrid td 
{
	border-bottom:1px solid #858585;
	border-left:1px solid #858585;
	padding:.3em 1em;
	text-align:center;
}				

.tablegrid th 
{
    font-weight:bold;
	border-bottom: 1px solid #858585;
	border-left:1px solid #858585;
	text-align:center;
	color:#fff;
	background:#3c93a7 url(../images/website/tableheader.jpg) repeat-x;
	padding:.3em 1em;
}

.tablegrid1
{
	border-top:1px solid #858585;
	border-right:1px solid #858585;
	margin:1em auto;
    border-collapse:collapse;
}

.tablegrid1 tr.odd td	
{
	background:#f7fbff;
}
	
.tablegrid1 td 
{
	border-bottom:1px solid #858585;
	border-left:1px solid #858585;
	padding:.3em 1em;
}				

.tablegrid1 th 
{
    font-weight:bold;
	border-bottom: 1px solid #858585;
	border-left:1px solid #858585;
	text-align:center;
	color:#fff;
	background:#3c93a7;
	padding:.3em 1em;
}	
/********************Table class definitions********************/

#container
{
    margin:auto;
    width:850px;
}

#innercontainer
{
    margin:auto;
    width:900px;
}

#logo
{
    clear:both;
    width:850px;
    height:85px;
}

#footer
{
    clear:both;
    height:50px;    
    text-align:center;
    background:url(../images/website/footer.jpg) repeat-x;
}

#footer p
{
    font-size:12px;
    padding-top:15px;
    font-weight:bold;
    margin:0 0 0 0;
    color:#000;
}
/***************************Menu styling start**********************/
#menu
{
    clear:both;
    height:40px;
    background:url(../images/website/menuback.jpg) repeat-x; 
}

#menu ul
{
    margin:0;
	padding: 0;
	z-index: 30;
}

#menu li 
{
    float:left;
    list-style:none;
    width:120px;
    height:40px;
    background:url(../images/website/menulibg.gif) top right repeat-y; 
}

#menu li a 
{
    color:#fff;     
    text-decoration:none;
    text-align:center;
    display:block;
    font-weight:bold;
    padding:12px 0 12px 0;
}

#menu .hover
{
    color:#000; 
    background:url(../images/website/menuhover.jpg) no-repeat; 
}

#menu .last 
{
    background:none;
}

#divrolldown
{	
    position: absolute;
	visibility:hidden;
}

#divrolldown .rolldown
{	
    position: relative;
	display: block;
    font-weight:bold;
	text-align: center;
	margin: 0;
	padding:3px 0 3px 0;
	border-bottom:1px solid #fff;
	width: 150px;
	background:url(../images/website/menurolldown.jpg) repeat-x; 
}

.rolldownicon
{
    width:105px;
    background:url(../images/website/rolldown.jpg) no-repeat right center;
}
/***************************Menu styling end**********************/

/***********************Home page styling start********************/
#graphics
{
    width:900px;
    height:200px;
    clear:both;
    background:url(../images/website/educationtrust.jpg) no-repeat;
}

#message
{
	text-align:justify;
    width:540px;
    padding-top:15px;
    padding-left:15px;
    clear:both;
    color:#fff;
}

#quotestart
{
     background:url(../images/website/quotestart.jpg) top left no-repeat;
     padding-left:25px;
}


#newsscroller
{
    height:180px;
    margin:auto;
    width:100%;
    padding:10px 10px 10px 10px;
}
/***********************Home page styling end********************/

/***********************Engg page styling end********************/

#engggraphics
{
    width:900px;
    height:150px;
    clear:both;
    background:url(../images/website/enggback.jpg) no-repeat;
}

#enggmsg
{
    width:700px;
    float:left;
    padding:25px 0 0 50px;
}

#retgraphics
{
    width:900px;
    height:150px;
    clear:both;
    background:url(../images/website/retback.jpg) no-repeat;
}

#retmsg
{
    width:500px;
    float:left;
    padding:25px 0 0 250px;
}

#nursinggraphics
{
    width:900px;
    height:150px;
    clear:both;
    background:url(../images/website/nursingback.jpg) no-repeat;
}

#nursingmsg
{
    width:600px;
    float:left;
    padding:25px 0 0 50px;
}

#edumsg
{
    width:620px;
    float:left;
    padding:25px 0 0 50px;
}

.topimage
{
    padding-right:11px;
    background:url(../images/website/backtotop.jpg) no-repeat center right;
}

.backtotop
{
    font-size:1em;
    font-weight:bold;
    margin:0 0 0 0;
    color:#858585;
    text-decoration:none;
}

#navmenu
{
    background:#8d8d8d;
    width:170px;
}

#navmenu ul
{
    margin:0;
    padding:0;
}

#navmenu li
{
    list-style:none;
    width:100%;
    height:20px;
    padding-top:5px;
    padding-bottom:5px;
    background:url(../images/website/menulibg.gif) bottom repeat-x;    
}

#navmenu li a
{
    text-decoration:none;
    text-align:center;
    display:block;
    font-weight:bold;
    color:#fff;
}

#navmenutop
{
    padding-top:10px;
    clear:both;
    background:url(../images/website/navmenutop.jpg) no-repeat;
}

#navmenubottom
{
    height:10px;
    clear:both;
    background:url(../images/website/navmenubottom.jpg) no-repeat;
}

#enggcolmenu
{
    height:265px;
}

#medcolmenu
{
    height:155px;
}

#trustmenu
{
    height:130px;
}

#gallerymenu
{
    height:70px;
}

#campusmenu
{
    height:190px;
}

#downloadmenu
{
    height:100px;
}

.download
{
    margin:0;
    padding:0 0 0 50px;
}

.download li
{
    list-style:none;
    line-height:150%;
    padding-top:10px;
}

.download li a
{
    color:#000;
}

#topNav
{
	width:700px;
	height:26px; 
	color:#000000;
}

#topNav ul
{
	width:784px;
	margin:0;
	padding: 0;
}

#topNav ul li
{
	float:left;
	list-style:none; 
	margin:0 2px 0 0 ;
}

#topNav ul li div
{
	font:bold 11px/25px Arial, Helvetica, sans-serif;
	color:#595959;
	background:url(../images/website/tabclose.jpg) repeat-x 0 0 #FFFFFF;
	border-top:#ddd 1px solid; border-right:#ddd 1px solid; border-left:#ddd 1px solid;
	padding:0 10px;
	display:block; 
	text-decoration:none;
	cursor:pointer;
    cursor:hand;
}

#topNav ul li div.hover
{
    font:bold 11px/25px Arial, Helvetica, sans-serif; 
    color:#3c93a7;
	background-color:#FFFFFF; 
	background-image:none;
	border-top:#ddd 1px solid; border-right:#ddd 1px solid; border-left:#ddd 1px solid;
	padding:0 10px;  
	display:block; 
	text-decoration:none;
}
	
.tabvisible
{
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    width:765px;
    height:85px;
}

.tabhidden
{
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    width:700px;
    height:85px;
    display:none;
}
