@charset "utf-8";
/* CSS Document */

html {
	font-size:100.01%;	
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	/*overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}
body {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	background: #A94347;
/*	background-image:url(images/bgpattern1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
*/	
}

p{
	margin-top:5px;
	margin-bottom:10px;
	padding:0;
}
* {
	margin: 0;
	padding: 0;/*   -webkit-text-size-adjust:none; */
}
img {
	border:0;
}
form {
	margin: 0px;
}
strong, bold{
	font-weight:normal;
	color:#8E183C;
}
#homewrap{
	width: 960px;
	margin: 0 auto;
	background:#FFF;
}

#homecontent{
	width:960px;
	background:#FFF;
	float:left;
}
#centerme{
	width: 960px;
	margin:0 auto;	
}

#topwrap{
	width: 960px;
	height:180px;
	background:url(images/toppic2.jpg) no-repeat;
	float:left;		
}

#topwrap-about{
	width: 960px;
	height:180px;
	background: url(images/toppic-aboutus.jpg) no-repeat;
	float:left;		
}

#topwrap-courses{
	width: 960px;
	height:180px;
	background: url(images/toppic-courses.jpg) no-repeat;
	float:left;		
}
#topwrap-faculty{
	width: 960px;
	height:180px;
	background: url(images/toppic-faculty.jpg) no-repeat;
	float:left;		
}
#topwrap-admission{
	width: 960px;
	height:180px;
	background:  url(images/toppic-admission.jpg) no-repeat;
	float:left;		
}
#topwrap-career{
	width: 960px;
	height:180px;
	background: url(images/toppic-career.jpg) no-repeat;
	float:left;		
}



#menuwrap{
	width:960px;
	float:left;
	height:40px;
	color:#491C1B;
	background:url(images/menubg.jpg) no-repeat;
}

#menupad{

	text-align:center;
}

/* ----------------------- new menu style ---------------------------------- */

/* 
	LEVEL ONE
*/
ul.dropdown                         {	font-family:  Arial, sans-serif; font-size:12px; font-weight:bold ; 
										text-transform:uppercase; margin-left:160px;	 
										position: relative;  z-index:100; list-style: none; list-style-type:none; font-weight:bold ;
	} 
ul.dropdown li                      { font-weight:bold; float: left; zoom: 1; line-height:40px; height:40px;   text-align:center;}
ul.dropdown a:hover		            { color:#A70925; }
ul.dropdown a:active                { color: #A70925;  }
ul.dropdown li a                    { display: block; padding: 0; text-decoration:none;  color:#491C1B; }
ul.dropdown li[class=current]		{ color:#A70925;}	
ul.dropdown li[class=bar]		{ height:40px;  margin:0;width:40px; background:none; text-align:center;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color:#A70925; position: relative;  }
ul.dropdown li.hover a              { color:#A70925; }
ul.dropdown li[class=bar]:hover		{  background:none;}
ul.dropdown li[class=logo]:hover	{ background:none;}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 180px; visibility: hidden; position: absolute; top: 94%; left: 10px; 
									  list-style: none; list-style-type:none; color:#534018; font-weight:lighter; text-shadow:none; }										  
ul.dropdown ul a:hover		        { color:#8E183C;    }								  
ul.dropdown ul li:last-child 		{ border-bottom:1px solid #666;  }									  
ul.dropdown ul li 					{ font-weight: normal; background: #FFF; color: #534018; padding:0; 
									  border-left: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; 
									  float: none; height:30px; line-height:30px;padding:0 0 0 10px;}
ul.dropdown ul li.hover,
ul.dropdown ul li:hover                { color:#8E183C; position: relative;  background:#D7D7D7; border:1px dotted #333; }									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; color:#000; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; list-style: none; list-style-type:none; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* -----------------------               ---------------------------------- */


#maincontent{
	width:960px;
	float:left;
	background:#FFFFFF url(images/contentbg.gif) repeat-y;
	min-height:	300px;
}
#maincontentpad{
	width:920px;;
	padding:20px ;
	float:left;
}


#col1{
	width:260px;
	float:left;	
	min-height:260px !important;
}

#col1pad{
	padding:15px 50px 15px 15px;
	text-align:justify;
	color:#000;
	font-size:11px;
	line-height:16px;	
}

#col1pad h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8E183C;
	line-height:22px;
	font-weight:normal;
	background:url(images/topheaderbg.gif) repeat-x;

	
	
}
#col1pad ul{
	padding:10px 0 0 20px;
}

#col1pad ul li{
	font-size:11px;
	line-height:14px;
	padding:0 0 5px 0;
	color: #000;
}

#col2{
	width:430px;
	float:left;
	min-height:300px !important;
	background: url(images/nishabg4.jpg) repeat;
}

#col2pad{
	padding-left:25px;
	padding-right:25px;	
	font-size:11px;
	font-weight:normal;
	color:#666;
	text-align:justify;	
}
#col3{
	width:225px;
	float:left;
	min-height:260px !important;
}

#col3pad{
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:justify;	
	padding:10px;
}
#col3pad a, #col1pad a{
	text-decoration:none;
	color:#900;
}
#col3pad a:hover,#col1pad a:hover{
	color:#999;
}


#col2pad ul{
	padding-left:25px;
}

#col2pad h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	line-height:24px;
	color:#900;
	font-weight:lighter;
	font-size:16px;
	text-transform:uppercase;	
}
#col3pad h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	line-height:24px;
	color:#900;
	font-weight:lighter;
	font-size:16px;
}
#col2pad h2{
	width:615px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	background: url(images/topheaderbg2.gif) repeat-x;
	font-size:16px;
	clear:both;
	color:#003;
	font-weight:normal;
	text-transform:uppercase;	
	min-height:25px;
	line-height:25px;
}

#col2pad h3{
	width:615px;
	font-size:14px;
	clear:both;
	color:#003;
	font-weight:normal;
	min-height:25px;
	line-height:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-transform:uppercase;	
}

#col2pad p{
	font-size:11px;
	font-weight:normal;
	color:#666;
	text-align:justify;
}

.runner{
	width:960px;
	height:413px;
	float:left;
	background:url(images/runnerbg.jpg) no-repeat;
}

#courses, #faculty, #facilities, #admission, #faq, #careers, #contactus{
	width: 960px;
	margin: 0 auto;
	height:2000px;
	background:#FFFFFF;		
	color:#333333;
	font-size:11px;
	line-height:14px;
	text-align:justify;
}

#aboutus {
	width: 960px;
	margin: 0 auto;
	height:3000px;
	background:#FFFFFF;
	color:#333333;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}

div.tab1col1{
	width:660px;
	float:left	
}
div.tab1col1 h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	clear:both;
	line-height:24px;
	color:#09C;
	font-weight:normal;
}

div.tab1col1 h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	clear:both;
	line-height:24px;
	color:#F60;
	font-weight:normal;	
}

div.tab1col1 ul{
	padding-left:25px;

}
div.tab1col1 ul li{
	padding:5px 0 5px 0;	
}

div.tab1col2{
	width:300px;
	float:left;
	background:#EAEAEA;
	color:#000;
}
div.tab1col2 h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	clear:both;
	line-height:24px;
	color: #930;
	font-weight:normal;
	background: #C7C7C7;
	padding:5px 0 0 10px;
	height:24px;
}
div.tab1col2 ul{
	padding-left:20px;	
}
div.tab1col2 ul li{
	padding:5px 0 5px 0;
}

.pad20{
	padding:20px;
	float:left	
}

.pad10{
	padding:10px;
	float:left	
}





.linkpicwrap{
	width:960px;
	min-height:300px;
	float:left;
	overflow:hidden;
}


.toppicpad2{
	padding:110px 0px 0px 0px;
}
#footerwrap{
	width:980px;
	float:left;
	background: #900;
	height:40px;
	padding-top:15px;
}

div.footer{
	width:960px;
	float:left;
	font-size:10px;
	background: url(images/footerbg.jpg) no-repeat;
	color: #333;
	line-height:40px;
}
div.footerpad{
	padding:0 20px 0 20px;
}

#footerpad{
	background:#E2E2E2;
	padding:20px;
	float:left;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	color:#666;
}
#footerpad h1{ 
	font-size:11px;
	color:#8E183C;
	font-weight:normal;
}

#footerpad #tab1{
	width:350px;
	float:left;
}

#footerpad #tab2{
	width:550px;
	float:left;
	margin-left:20px;
}
#footerlinks a{
	text-decoration:none;
	color:#666;
}
#footerlinks a:hover{
	text-decoration:underline;
	color:#8E183C;
}



#borderme{
	font-family:Verdana, Geneva, sans-serif;
	width:980px;
	float:left;
	height:40px;
	background:url(images/topheaderbg2.gif) repeat-x ;
	font-size:9px;
	color:#666;
	line-height:40px
	
	
}

.submitbox{
	padding:2px;
	text-align:left;	
}

.loading{
	padding:2px;
	text-align:left;	
	display:none;
	color:#C00;
	text-decoration:blink;
}

fieldset {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 	
	padding: 10px 0 10px 0;
	margin-bottom: 0.5em;
	border:0;
	clear:both;
	float:left;
}

fieldset legend{
	font-size: 12px;
	padding-right:5px;
	margin:0;
	color:#FFF;	
}
fieldset input, fieldset textarea,fieldset select{
	font-size:11px;
	font-weight:lighter;
	background:#E9E9E9;
	border:1px solid  #ccc;
	color:#000;	
}
label {
	font-weight: lighter;
}

.form-row {
	clear: both;
	padding: 10px 0 10px 0;
}

.field-label {
	clear: both;
	width:auto;
	float:left;
}

.field-widget {
	clear: both;	
	width:auto;
	float:left;
}

label.error {
	margin-left: 5px;
	font-size: 10px;
	width: auto;
	display: inline;

	color:#900;
}

#downbutton {
	width:195px;
	height:30px;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#8E183C;
	overflow:hidden;
	float:left;
	color:#FFF;
	font-size:13px;
	text-align:center;
	line-height:30px;

}
 

#downbutton a {
	width:195px; 
	height:30px; 
	display:block; 
	color:#FFF;
	text-decoration:none;
	line-height:30px;		
}

#downbutton a:hover {
	color:#000;
	text-decoration:none;	
}

#downbutton:hover {
	background:#CCC;
	cursor:pointer;
	border:1px solid #000;
	color:#000;	
}

.erro{
	border:1px solid #C00;
}

.floatright{
	float:right;
	margin-left:10px;	
}
.floatleft{
	float:left;
	margin-right:10px;
	
}
.separator{
	width:100%;
	height:50px;
	float:left;
	clear:both;
	background:url(images/separator.png) center center no-repeat;
	
}

#soundwrap{
	height:40px;
	line-height:40px;
	margin-top:5px;
	float:right;
	padding:0 10px 0 0;
}

#showcaptions{
	float:left;
	width:450px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-shadow:1px 1px 1px #000;
	margin-top:70px;
	line-height:24px;
	font-weight:lighter;
	background:transparent;
}
#showcaptions ul{
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent;	
}

#showcaptions ul li{
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	background:transparent;
}
