@charset "utf-8";
/* CSS Document */

/* CSS for IMP website */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bcbdc0;
/*	background-color:#39F; */
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	behavior: url("csshover3.htc");
}

/* The Wrapper ID */

#page {
	width: 950px; 
	border: none;
    padding: 0px;
	margin: auto;
	text-align: left;
	background: #ffffff;
}

/* Text, links and paragraph tags */

.copyrighttext {
	font-size: 10px;
	text-align: center;
	clear: both;
	color: #666
}

.middle {
	vertical-align: middle;
}

.float {
	float: left;
}

a {
	text-decoration: underline;
	color: #19459d;
	font-weight: bold;
}

a.toplink {
	color: #bcbdc0;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}




a.toplink:hover {
	color: #ffffff;
}


p {
	margin: 0px;
}



.center {
	text-align: center;
    margin: auto;
}

	
nomargin {
    display: block;
    margin: 0px;
	}


/* Home Page Boxes */

#bluebox {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 3px 17px 0px 0px;
	width: 933px;
	height: 19px;
	text-align: right;
	color: #bcbdc9;
	background: #19459d;
	font-size: 10px;
	font-weight: bold;
	z-index:1;
}

#yellowline {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 3px;
	background: #fff200;
	overflow: hidden;
	z-index:1;
}

.whitespace {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 11px;
	overflow: hidden;
    z-index:1;
}

.whitelinespace {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 950px;
    z-index:1;
	overflow: hidden;
	background: url(images/divbg_horizline.gif) no-repeat left top;
	height: 23px;
}


.footer {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 950px;
    z-index:1;
}


#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 26px;
	border: none;
	padding: 10px 0px 0px 0px;
	margin:0px;
	background: #dbdcdf url(images/divbg_menu.gif) no-repeat left top;
	font-size: 0px;
	overflow: hidden;
	z-index:100;
}


#displaybox {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 254px;
	border: none;
	padding: 0px;
	margin:0px;
	background: #ffffff url(images/divbg_vertline.gif) repeat-y left top;
	z-index:100;
}

#flashbox { 
	position: absolute;
	top: 0px;
	left: 288px;
	padding:0px;
	margin:0px;
	width: 662px;
	background: #19459d url(images/HOME_flashholder.jpg) no-repeat left top;
}


#contentbox {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	border: none;
	padding: 0px;
	margin:0px;
	background: url(images/divbg_2vertline.gif) repeat-y left top;
	z-index:100;
}


#homecopy {
	position: relative;
	left: 276px;
	top: 0px;
	width: 383px;
	border: none;
	/*float: left;*/
	padding: 0px 11px;
	margin:0px;
	z-index:2;
}


#findadoctor {
	position: absolute;
	left: 681px;
	top: 0px;
	width: 239px;
	border: none;
	padding: 0px 15px;
	margin:0px;
	background: #ffffff url(images/divbg_findadr.jpg) no-repeat left top;
	z-index:2;
}


#videobox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 235px;
	border: none;
	padding: 4px 20px;
	margin:0px;
	z-index:2;
}

/* Main Navigation */


ul {
  padding: 0;
  margin: auto;
  list-style: none;
  border: 0px;
  }
  
li.mainnav {
  	float: left;
	top: -10px;
	padding: 10px 0px 0px 0px;
  	position: relative;
	text-align: center;
	width: 190px;
	height: 26px;
	border: 0px;
	font-size: 12px;
  }
  
 a.navlink {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}


div ul li.mainnav:hover {
	color: #19459d;
	font-weight: bold;
	background-color: #ffffff;

}



/* form formatting */

label {
	float: left;
	width: 75px;
	text-align: center;
/*	font-weight: bold; */
}

/*
input, text {
	width: 125px;
	margin-bottom: 10px;
}



select {
	margin-bottom: 10px;
	width: 125px;
}
*/
#submitbutton {
	margin-left: 75px;
		width: 75px;
}

/* ======================== VIJAY =============================== */
.top {
margin-bottom: 15px;
}
.buttondiv {
margin-top: 10px;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}


