@charset "utf-8";
/* CSS Document */
/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	June 12, 2010. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Subodh Maharjan
	info@subodhmaharjan.com.np
	url: http://www.subodhmaharjan.com.np

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Midas Group. All Rights Reserved.
*/

/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-weight : normal;
	font-style : normal;
}
ul, ol, li {
	list-style : none;
	margin:0px;
}
fieldset, img {
	border:none;
	padding:0;
}
caption, th {
	text-align : left;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
em {
	color : #cbcbcb;
	font-style : italic;
}
.CL {
	clear:left;
}
.CR {
	clear:right;
}
.CB {
	clear:both;
}
.list li {
	list-style:decimal;
	text-align:justify;
	margin-left:20px;
}
.list li ul li {
	list-style:lower-alpha;
	text-align:justify;
	margin-left:20px;
}
.wrapper {
	width:784px;
	margin:0 auto;
	background:url(../images/main-body-bg.jpg);
}
body {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

 img, a {
	behavior: url("iepngfix.htc");
	cursor:pointer;
}
/*******************BANNER*******************/
.BaNNNEr {
	height:84px;
}
/**************TOP NAVIGATION****************/
ul.MenuBG {
	height:33px;
	background:url(../images/menu-bg.jpg) repeat-x;
	border:2px solid #D3A221;
}
ul.MenuBG li {
	float:left;
	background:url(../images/menu-border-left.jpg) right bottom no-repeat;
	padding-right:2px;
	height:33px;
}
ul.MenuBG a {
	padding:10px 19px 0 19px;
	text-align:center;
	float:left;
	text-decoration:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#735811;
	height:23px;
}
ul.MenuBG a:hover {
	background:url(../images/menu-hover.jpg);
	color:#000;
}
/***************[CENTER MENU]****************/
.CNTRmenu {
	float:left;
	width:116px;
	height:161px;
	overflow:hidden;
	margin:4px 4px 0 0;
	background:url(../images/cntr-menu-bg.jpg) no-repeat;
	display:block;
	padding:4px;
}
.CNTRmenu a {
	margin-top:22px;
	text-decoration:none;
	text-align:center;
	height:33px;
	width:116px;
	display:block;
	background-color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	padding-top:6px;
}
.CNTRmenu a span {
	color:#C56C01;
	line-height:11px;
}
.CNTRmenu a:hover {
	background-color:#F3E2B6;
}
.conTAin {
	border:0px solid #D3A222;
	margin-top:0px;
}
.mainCONTAIN {
	height:25px;
	padding:0px 20px 0px 18px;
	background:url(../images/contain-title.jpg) repeat-x;
}
.mainCONTAIN .title {
	float:left;
	padding:3px 0 0 0;
	width:230px;
	font:bold 15px verdana, Geneva, sans-serif;
	color:#8E590C;
	text-transform:uppercase;
	text-decoration:none;
}
.mainCONTAIN .welcome {
	float:left;
	width:200px;
	padding-top:1px;
	text-decoration:none;
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.mainCONTAIN a.contactUS {
	float:right;
	padding:3px 0 0 0;
	width:93px;
	background:url(../images/contact-us.jpg) left no-repeat;
	text-align:right;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
	margin-top:3px;
}
.mainCONTAIN a.contactUS:hover {
	background:url(../images/contact-us-hover.jpg) left no-repeat;
	text-decoration:underline;
}
.mainCONTAIN a.readMore {
	float:right;
	padding:5px 0 0 0;
	width:200px;
	text-align:right;
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
}
.mainCONTAIN a.readMore:hover {
	text-decoration:underline;
}
.MENU {
	padding:10px;
	background-color:#F1CC64;
	height:180px;
	overflow:hidden;
}
.MENU ul {
/*	width:200px;*/
}
.MENU ul li {
	padding-bottom:6px;
}
.MENU ul li a {
	height:19px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0 0 45px;
	color:#000;
	text-decoration:none;
	display:block;
}
.MENU ul li a.first {
	background:url(../images/first-btn.png) left no-repeat;
	width:180px;
}
.MENU ul li a.first:hover, a.first-activ {
	background:url(../images/first-btn-hover.png) left no-repeat;
}
.MENU ul li a.second {
	background:url(../images/second-btn.png) left no-repeat;
	width:190px;
}
.MENU ul li a.second:hover, a.second-activ {
	background:url(../images/second-btn-hover.png) left no-repeat;
}
.MENU ul li a.third {
	background:url(../images/third-btn.png) left no-repeat;
	width:210px;
}
.MENU ul li a.third:hover, a.third-activ {
	background:url(../images/third-btn-hover.png) left no-repeat;
}
.MENU ul li a.fourth {
	background:url(../images/fourth-btn.png) left no-repeat;
	width:227px;
}
.MENU ul li a.fourth:hover, a.fourth-activ {
	background:url(../images/fourth-btn-hover.png) left no-repeat;
}
.MENU ul li a.fifth {
	background:url(../images/fifth-btn.png) left no-repeat;
	width:245px;
}
.MENU ul li a.fifth:hover, a.fifth-activ {
	background:url(../images/fifth-btn-hover.png) left no-repeat;
}
.MENU ul li a.sixth {
	background:url(../images/sixth-btn.png) left no-repeat;
	width:263px;
}
.MENU ul li a.sixth:hover, a.sixth-activ {
	background:url(../images/sixth-btn-hover.png) left no-repeat;
}
.latestNEWS {
	height:20px;
	padding:4px 0 0 0;
	background:#D3A222;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}
.bg{
	background-color:#eee;	
}
ul.neWs {
	padding-top:3px;
}
ul.neWs li {
	height:19px;
	padding:1px 0 0 8px;
	background:url(../images/news-li-bg.jpg) bottom repeat-x #eee;
}
ul.neWs li a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#6d5410;
	text-decoration:none;
}
ul.neWs li a:hover {
	text-decoration:underline;
}
/*****************Left Part******************/
#leftPART {
	width:182px;
	float:left;
	border-right:1px solid #D3A222;
	background-color:#FAF1DC;
}
#leftPART ul {
	padding:14px 0 0 17px;
}
#leftPART ul li {
	height:20px;
}
#leftPART ul li a {
	text-decoration:none;
	padding:0 0 0 30px;
	font:12px Arial, Helvetica, sans-serif;
	color:#AB841B;
	background:url(../images/bull.jpg) left center no-repeat;
	text-transform:uppercase;
}
#leftPART ul li a:hover {
	text-decoration:underline;
}
/*****************Right Part*****************/
#RightPART {
	width:727px;
	padding:22px 17px 12px 0;
	float:right;
	text-align:justify;
}
h1 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	height:20px;
	text-decoration:underline;
}
/******************Footer********************/
.fOOter {
	background:url(../images/footer-bg.jpg) no-repeat;
	height:36px;
	overflow:hidden;
	margin-top:4px;
	padding-top:8px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
.fOOter .designBY {
	padding:0px 0 0 15px;
	width:200px;
	float:left;
}
.fOOter .designBY a {
	text-decoration:none;
	color:#000;
}
.fOOter .designBY a:hover {
	text-decoration:underline;
}
.fOOter .disclaimer {
	padding:0px 15px 0 0;
	text-align:right;
	width:300px;
	float:right;
}
/*****************Sub Menu******************/
.submenu ul li {
	border-bottom:1px dashed #D3A221;
	padding: 0 0px 0 0px;	
}
.submenu ul li a {
	height:23px;
	background:url(../images/sub-bull.jpg) 0px 11px  no-repeat;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0 0 15px;
	color:#000;
	text-decoration:none;
}
.submenu ul li a:hover {
	background:url(../images/sub-bull.jpg) 3px 11px no-repeat;
}
.hospital select{
width:250px;
}

.hospital input{
width:246px;
}
.college1 select{
width:200px;

}
.college1 input{
width:196px;

}
