#sitewrap{
	margin: 0 auto;	
	width: 960px;
	height: 100%;
	}
body {
	font-family: Arial, sans-serif;
	height: 100%;
	margin: 0;                                           /* added */
	padding: 0;                                          /* added */
	border: 0;                                           /* added */
	width: 100%;                                         /* added */
	background-image: url(images/bg_main_v2.png);        /* was __ */
	background-repeat: repeat-x;                         /* added */
	}
html {
	height: 100%;
    }
.clear {
	clear: both;
	}	
img {padding: 0;
	margin: 0;
	border: 0;
	}

/*------------------------------------------------------------- Header -----------------------------------------------*/
#header{
	background: url("");                                 
	background-repeat: no-repeat;                        
	height: 124px;
	width: 960px;
	font-family: Arial, sans-serif;
	}
#mainimage {
	position: relative;
	width: 960px;
	height: 220px;
	overflow: hidden;
	}	
#logobar {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 99px;
	overflow: hidden;
	float: left;
	}
#logo {
	position: relative;
	padding: 25px 0px 0px 4px;                  /* top: UniPath=25 ECP=13 PBP=29 w logo1 but 27 w logo2 */
	width: 300px;
	height: 99px;
	overflow: hidden;
	float: left;	
	}
#quicklinks {
	color: #034991;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 9px;
	top: 65px;
	}
#quicklinks  a{
	color:#034991;
	text-decoration: none;
	}
#quicklinks  a:hover {
	color: #034991;
	text-decoration: underline;
	}
#searchbox {
	position: absolute;
	right: 10px;
	top:23px;
	font-family: Helvetica;
	font-size: 18px;
	color: #4071a9;
	font-weight: normal;
	}
#transtitlebar {
	position: absolute;
	top: 50px;
	width: 960px;
	height: 102px;
	background-color: black;
	/* for IE */
  	filter:alpha(opacity=30);
  	opacity:0.3;
	z-index: 1;
	}
#titlebar {
	position: absolute;
	top: 50px;
	width: 960px;
	height: 102px;
	z-index: 2;
	}
#titleimages{
	position: relative;
	padding: 11px 0 0 20px;
	width: 300px;
	height: 80px;
	float: left;
	overflow: hidden;
	}
#titleimages img{
	padding: 0 7px;
	}
#pagetitle{
	color: white;
	float: left;
	font-family: Times,serif;
	font-size: 42px;
	padding: 25px 0 0 20px;
	}

/*------------------------------------------------------------- Header Nav-----------------------------------------------*/
.menu {
	font-family: Arial, sans-serif; 
	width: 960px;  
	position: relative;  
	z-index: 100;
	background-color: #4071a9;                     /* light blue: #4071A9 */
	height: 25px;
	}
.menu ul li a, .menu ul li a:visited {
	background-color: #4071A9;                     /* light blue: #4071A9 */
	border-top: 0px solid white;                   /* removed white border */
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 180px;
	}
.menu ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
	}
.menu ul li {
	float: left; 
	position: relative;
	}
.menu ul li ul {
	display: none;
	margin-top: 4px;
	font-weight: normal;
	}
.menu ul li ul.lastmenu {
	display: none;
	margin-left: -82px;
	font-weight: normal;
	}
.menu ul li ul ul {
	display: none;
	margin-top: 0px;
	}
.menu ul li:hover a {
	color: white;
	font-weight: normal;                                     
	background: #224a78;								   
	}
.menu ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 21px; 
	left: 0; 
	width: 182px;
	}
.menu ul li:hover ul li a.hide {
	background: #224a78; 
	}
.menu ul li:hover ul li:hover a.hide {
	background: white; 
	color: #000;
	}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li:hover ul li a {
	display: block;	
	background: #224a78;
	color: white;
	font-weight: normal;                                
	}
.menu ul li:hover ul li a:hover {
	background: white; 
	color: #000;
	}
.menu ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 191px; top:0;
	}
.menu ul li:hover ul li:hover ul.left {
	left: -193px;
	}
.menu ul li a.width {
	width: auto;
	padding: 0 21px;                                        /* was 22, Safari & IE9 does not like; so moved it to 21 */
	font-family: Arial, sans-serif;
	line-height: 25px;
	font-size: 13px;
	border: none;
	}
img.verticalmiddle{
	float: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
    }
	
/*------------------------------------------------------------- Page Content-----------------------------------------------*/
#contentwrap{width: 960px; padding: 0;height: auto;}
#breadcrumb {
	color:#766666;
	font-family: Arial, sans-serif;
	font-size:11px;
	padding-top: 6px;
	font-weight: normal;
	}
#homebody{
	padding: 34px 0 0 1px;                                 /* 40px 0 0 1px; */
	width: 500px;
	height: auto;
	float: left;
	background: url("");                                   /* added */
	background-repeat: no-repeat;                          /* added */	
	}
	#homebody p{
	font-family: sans-serif;
	font-size: 12px;
	color: #766666;
	line-height: 17px;
	margin: 10px 0;
	 	}
	 #homebody h2{
	 	font-family: Times, serif;
	 	font-size: 26px;
	 	color: black;
	 	font-weight: normal;
	 	margin: 0;		
	 	}
	 #homemiddlenav1 {
		float: right;
		height: auto;
		margin: 39px 40px 0 0;                          /* was 31px 45px 9px 0; then 31px 45px 16px 0; */
		font-family: times, serif;
		padding: 0;	
	 	}
	 	#homemiddlenav ul {
	 		list-style: none;		
	 		}
		#homemiddlenav li {
	 		background-color: #949494;
			color: white;
			font-family: helvetica;
			font-size: 13px;
			height: 20px;
			line-height: 21px;
			margin-bottom:2px;
			padding: 3px;
			text-align: center;
			width: 200px;
	 		}
	 	#homemiddlenav li a{
			text-decoration: none;
			color: white;
			font-style: normal;		
	 		}	 		
	 	#homemiddlenav li:hover{
			background-color: #4071a9;
			width: 200px;
			}
#content {
	margin-left: 220px;
	width: 620px;                                           /* was 620, then 660 */                              
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #766666;                                         /* was #888888 */
	padding-right: 55px;
	padding-left: 25px;
    background: url("");                                    /* added */
	background-repeat: no-repeat;                           /* added */
	}
#contentside{
	background:url(/images/sidebarbackground.png) repeat-y scroll left top transparent;
	float:left;
	margin:0;
	min-height:260px;
	padding:0;
	position:relative;
	width:960px;
	z-index:1;
	background-image: url(/images/sidebarbackground.png);
    }
#content h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #000000;
	line-height: normal;
	margin-left: 0;
    }
#content h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #000000;
    }
#content h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;                                    /*--- added ---*/
	color: #000000;
    }
#content h5 {
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	margin-top: 10px;
    }
#content h6 {											 /*--- added same as h4 but with bigger top margin and 2 less size font---*/
    font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 12px;                                    
	color: #000000;
	}
#content h7 {											 /*--- added same as h4 but with bigger top margin ---*/
    font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 12px;                                    
	color: #000000;
	}	
#content h8 {											
    font-size: 14px;
	font-weight: normal;                                  
	color: #333333;
	}	
#content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
    }
#content a {
	font-weight: normal;
	color: #034991;
	text-decoration: none;
    }
#content a:hover {
	color: #034991;
	font-weight: normal;
	text-decoration: underline;
    }
/*------------------------------------------------------------- Home page bottombar -----------------------------------------------*/

#homefooter{
	width: 960px;
	height: 170px;
	background: #deefff url(../images/unipathbottombar.jpg) no-repeat;
	float: left;
	font-family: sans-serif;	
	}
.bottompost {
	width: 340px;
	height:auto;
	padding: 10px 0px 8px 20px;
	float: left;
	font-family: sans-serif;
	}
	.bottompost h1{
		font-size: 14px;
		color: #4071a9;
		line-height: 0;
		font-family: sans-serif;
		}
	.bottompost a{
	font-weight: normal;
	color: #766666;
	text-decoration: none;
	font-family: sans-serif;
	}
	.bottompost a:hover{
	text-decoration: underline;
	color: #4071a9;
	}
	.bottompost p{
	color:#333;
	font-size:11px;
	line-height:13px;
	margin:0;
	padding:7px 0;
	font-family: sans-serif;
	}
	.bottompost h5{
		color:#949494;
		font-size:10px;
		font-weight:bold;
		line-height:0px;
		margin:0;
		font-family: sans-serif;
		padding-bottom:16px;}
	.post{
		padding: 0;
		margin: 0;
		line-height: 0;
		}	
	#morebuttons{
	float: left;
	width: 940px;
	background: transparent;
	font-size: 10px;
	color: #766666;
	}
	#morebuttons a{		
	color: #766666;
	text-decoration: none;
	}
	#morebuttons a:hover{		
	color: #4071a9;
	text-decoration: underline;
	}		
#pagebody {
	padding: 0px 70px 0 30px;
	width: 640px;
	height: auto;
	float: left;
	}
	#pagebody p{
		font-family: sans-serif;
	 	font-size: 12px;
	 	color: #acacac;
	 	line-height: 17px;
	 	}
	 #pagebody h2{
	 	font-family: Times serif;
	 	font-size: 26px;
	 	color: black;
	 	font-weight: normal;	 	
	 	}
		
/*------------------------------------------------------------- Left Sidebar Menu-----------------------------------------------*/
#leftsidebar {
	position: relative;
	width: 220px;
	height: 100%;
	background: url(images/unipathsidebar.png) no-repeat left bottom ;
	background-color: #deefff;
	float: left;
	padding-top: 0px;
	}
div.sdmenu {
	width: 220px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 175px;	
	color: #4071a9;
	float: right;
	}
div.sdmenu div {	
	overflow: hidden;
	}
div.sdmenu div:first-child {
	}
div.sdmenu div.collapsed {
	height: 25px;
	}
div.sdmenu div.collapsed span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #4071a9;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background: #4071a9 url(/images/collapsed.gif) no-repeat 10px center;
	background-color: transparent;
	}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: #4071a9 url(/images/expanded.gif) no-repeat 10px center;
	cursor: pointer;
	border-top: 1px solid #ddd;
	}
div.sdmenu div.collapsed span:hover {
	background-color: #4071a9;
	color: white;	
	}
div.sdmenu a.parentmenu {
	background-color:transparent;
	border-top:1px solid #DDDDDD;
	color:#4071A9;
	display:block;
	font-weight:bold;
	padding:5px 25px;
	text-decoration:none;	
	}	
div.sdmenu a.childmenu{
	color: aqua;
	}
div.sdmenu div a {
	color:#766666;
	display:block;
	padding:5px 0 3px 40px;
	width:77%;
	border-bottom:;
	text-decoration: none;
	}
div.sdmenu a.current {
	background : #4071a9;
	display:block;
	font-weight:bold;
	padding: 5px 25px;
	text-decoration:none;
	color: white;
	}
div.sdmenu a.current:hover {
	background : #4071a9;
	display:block;
	font-weight:bold;
	padding: 5px 25px;
	text-decoration:none;
	color: white;
	}
div.sdmenu div a.current {
	color:#4071A9;
	display:block;
	padding:5px 0 3px 40px;
	width:77%;
	border-bottom:;
	text-decoration: none;
	font-weight: bold;
	background: none;
	}
div.sdmenu div a.current:hover {
	color:#4071A9;
	display:block;
	padding:5px 0 3px 40px;
	width:77%;
	border-bottom:;
	text-decoration: none;
	font-weight: bold;
	background: none;
	}
div.sdmenu a:hover {
	background-color:;
	color: #4071a9;
	text-decoration: underline;
	}
div.sdmenu a.parentmenu:hover {
	background-color: #4071a9;
	color: #fff;
	text-decoration: none;
	}

/*------------------------------------------------------------- homepage slider menu-----------------------------------------------*/

.imageMenu {position:relative; width:300px; }
.imageMenu ul { list-style: none; margin: 0; display: block; width: 300px; padding: 0; height: 214px;}
.imageMenu ul li { }
.imageMenu ul li a { display: block; overflow: hidden; height: 28px; width: 300px; padding: 0; margin: 0; }
.imageMenu h1{
	color: #4071A9;
	font-size: 16px;                                     	/*was 16 then 14 */     
	letter-spacing: 0.1em;
	margin: 0;
	padding-top: 3px;
	text-align: center;
    }
.imageMenu ul li.family a {
	background: #e7e5e5;             						/* dff0ff */         
	position: relative; 
	font-size: 14px;                                    	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid #E7E5E5;
	}
.imageMenu ul li.gastro a {
	background: #e7e5e5;									/* dff0ff */
	position: relative; 
	font-size: 14px;                                    	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid white;
	}
.imageMenu ul li.hematol a {
	background: #e7e5e5;									/* dff0ff */
	position: relative; 
	font-size: 14px;                                    	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid white;
	}
.imageMenu ul li.obgyn a {
	background: #e7e5e5; 									/* dff0ff e7e5e5 */
	position: relative; 
	font-size: 14px;                                    	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid white; 
	border-top: 1px solid white;
	}
.imageMenu ul li.nephro a {
	background: #e7e5e5; 									/* dff0ff */
	position: relative; 
	font-size: 14px;                                    	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid white; 
	}
.imageMenu ul li.urolo a {
	background: #e7e5e5;									/* dff0ff */
	position: relative; 
	font-size: 14px;                                     	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid white; 
	}
.imageMenu ul li.derm a {
	background: #E7E5E5;									/* dff0ff */
	position: relative; 
	font-size: 14px;                                     	/*was 12 */
	text-decoration: none; 
	color: #4071a9;
	border-bottom: 1px solid white;
	}

/*------------------------------------------------------------- Footer-----------------------------------------------*/
#footer {
	border-top:1px solid #e7e7e7;
	background: url("");                                  	/*was url(../images/home_footer.gif), then url("") */
	background-repeat: no-repeat;                         	/*was no-repeat, then repeat */
	float: left;
	width: 960px;
	height: 100px;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #766666;                                       	/* was #999999 */ 
	font-weight: normal;
	font-size: 10px;
	margin-top: 10px;
	}
#footer a {
	color: #766666;                                       	/* was #999999 */ 
	text-decoration: none;
	font-weight: normal;
	}
#footer a:hover {
	color: #034991;
	text-decoration: underline;
	}

/*------------------------------------------------------------- Experiment ----------------------------------------------*/
div#middlearea {
    display: inline;
    float: left;
    background: none;
	width: 100%;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
    }
div#whatsnew {
		float: left;
		height: auto;
		width: 125px;
		margin: 20 5 0 5;                          
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #766666;
		padding: 0;	
		border-right: #999 1px solid;
	    border-left: #999 1px solid;		
	 	}
