/*-- navigation ------------------*/

ul#mainnav {
	/* width:236px; */ /* width added by SNM */
	float: left;
	margin: 0;
	padding: 4px 0px;	
	background: #b8b383;
}


ul#mainnav li {
	/* width:236px; */ /* width added by SNM */
	float: left;
	margin: 0;
	padding: 2px 0 4px 0;
	line-height: 1.1em;
	background: url(/images/bg/mainnav-divider.gif) 13px 100% no-repeat;
	position: relative;
	z-index: 500;
}	

ul#mainnav li a {
	/* width:236px; */ /* width added by SNM */
	display: block;
	width: 186px;
	padding: 5px 25px;
	background: url(/images/bullets/more.gif) 13px 8px no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	outline: none;
}

ul#mainnav li.last {
	/* width:236px; */ /* width added by SNM */
	background: none;
	padding-bottom: 0;
}

ul#mainnav li.on a {
	color: #B21121;
}

ul#mainnav li.on-sub {
	z-index: 400; /* let the flyout menus show up over submenus, which without this, would be z-index 500 */
	background: none;
}

ul#mainnav li.on-sub a {
	color: #333;
	padding-bottom: 8px;
	background-image: url(/images/bullets/bullet-down.gif);
}

ul#mainnav li a:hover {
	background-color: #9e9863;
}

body.home #intro {
	z-index: 10;
}

ul.flyout {
	position: absolute;
	z-index: 1000;
	margin: 0;
	padding: 4px !important;
	left: 230px;
	top: -5px;
	border: 1px solid #9e9863;
	display: none;
	background: #b8b383 !important;
	border: 2px solid #9e9863;
}

ul#mainnav li ul.flyout li {
	padding: 2px 0 4px 0 !important;
	margin: 0;
	background: url(/images/bg/mainnav-divider.gif) 2px 100% no-repeat;
}

ul#mainnav li ul.flyout li.last {
	background: none;
	padding-bottom: 0 !important;
}


ul#mainnav li ul.flyout li a {
	padding: 4px 10px 4px 16px !important;
	color: #333;
	margin: 0 !important;
	width: 150px !important;
	background: url(/images/bullets/subnav.gif) 8px 7px no-repeat !important;
}

ul#mainnav li ul.flyout li a:hover {
	color: #c33;
	background: #c5c196 url(/images/bullets/subnav.gif) 8px 7px no-repeat !important;
}


ul#mainnav li:hover a, ul#mainnav li.sfhover a {
	background-color: #9e9863;
}


ul#mainnav li:hover ul, ul#mainnav li.sfhover ul {
	display: block;
}


/* subnav in the mainnav */

ul#mainnav li ul {
	background: #dad8ba;
	float: left;
	margin: 0;
	padding: 4px 0px 8px 0;
}

ul#mainnav li ul li  {
	float: left;
	margin: 0;
	padding: 2px 0 2px 0;
	line-height: 1.1em;
	background: none;
}	

ul#mainnav li ul li a {
	width: 176px;
	padding: 3px 25px 3px 35px !important;
	background: url(/images/bullets/subnav.gif) 26px 6px no-repeat !important;
	color: #333;
	font-weight: normal;
}

ul#mainnav li ul li a:hover {
	color: #cc3333;
}

ul#mainnav li ul li ul {
	padding: 4px 0 0 0;
}

ul#mainnav li ul li.on a {
	background: #f0efe3 url(/images/bullets/subnav.gif) 26px 6px no-repeat !important;
	color: #c33;
}

ul#mainnav li ul li ul li a, ul#mainnav li ul li.on ul li a {
	width:167px;
	color: #333;
	padding: 2px 25px 2px 44px !important;
	background: url(/images/bullets/block.gif) 35px 7px no-repeat !important;
}

ul#mainnav li ul li ul li a:hover {
	color: #c33;
}




/* Begin MI March left nav April 2009 */
#mimarch {
	clear: left;
	padding: 0px 13px 0px 0;
	margin-right: -13px;
}

#mimarch h3 {
	background: #F2F1E4;
	line-height: 1.1em;
	font-size: 85%;
	padding: 8px 13px 5px 13px;
	margin: 0;
}

#mimarch p {
	padding: 0 13px 5px 13px;
	margin: 0;
	background: #F2F1E4 url(/images/bg/relatednav-divider.gif) 13px 100% no-repeat;
}

ul#mimarch{
	height:16px;
	float: left;
	padding: 8px 34px 8px 41px;
	margin: 0;
	background: #F2F1E4 url(/images/bg/relatednav-divider.gif) 13px 100% no-repeat;
}

#mimarch img {
	margin-right:12px;
}
/* End MI March left nav */


/* Begin Social Networking left nav Nov 2009 */

#related ul.social {
	float: left;
	padding: 0 0 8px 0;
	margin: 0;
	background: #F2F1E4 url(/images/bg/reladnav.jpg) bottom left repeat-x;
}

#related ul.social li {
	float: left;
	margin: 0;
	padding: 3px 0 2px 0;
	line-height: 1.1em;
	background: url(/images/bg/relatednav-divider.gif) 13px 0% no-repeat;
}	

#related ul.social li a {
	display: block;
	width: 186px;
	padding: 5px 25px;
	background: url(/images/bullets/more.gif) 13px 8px no-repeat;
	text-decoration: none;
	color: #5a5a5a;
}

#related ul.social li a.none {
	background: none;
	display:inline;
	width: 16px;
	padding: 1px 1px;
}

#related ul.social li a.none img {
	vertical-align:middle;
}

/* End Social Networking left nav Nov 2009 */


#related {
	clear: left;
	padding: 0 13px 20px 0;
	margin-right: -13px;
	background: url(/images/bg/nav-bottom.jpg) bottom right no-repeat;	
}

#related h3 {
	/* background: #F2F1E4; */
	line-height: 1.1em;
	font-size: 85%;
	padding: 11px 13px 8px 13px;
	margin: 0;
}

#related ul {
	float: left;
	padding: 0 0 8px 0;
	margin: 0;
	background: #F2F1E4 url(/images/bg/relatednav.jpg) bottom left repeat-x;
}

#related ul li {
	float: left;
	margin: 0;
	padding: 3px 0 2px 0;
	line-height: 1.1em;
	background: url(/images/bg/relatednav-divider.gif) 13px 0% no-repeat;
}	

#related ul li a {
	display: block;
	width: 186px;
	padding: 5px 25px;
	background: url(/images/bullets/more.gif) 13px 8px no-repeat;
	text-decoration: none;
	color: #5a5a5a;
}

#related ul li.last {
	background: none;
	padding-bottom: 0;
}

#related ul li a:hover {
	color: #c33;
}

#related ul li.on a {
	background-color: #e7e4c6;
	color: #c33;
}

#subnav {
	background: url(/images/bg/subnav.gif) top left repeat-x;
	padding: 7px 22px;
	margin-left: -7px;
	margin-bottom: 11px;
}
/* For My SNM Page */
#subnav2 {
	background: url(/images/bg/subnav.gif) top left repeat-x;
	padding: 5px 18px;
	margin-left: -20px;
	margin-bottom: 11px;
}

#subnav ul li {
	background-image: url(/images/bullets/more.gif);
	margin: 7px 0;
}

#subnav ul li a {
	text-decoration: none;
}

#mininav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 783px;
	border-right: 1px solid white;
	margin: 0;
	padding: 7px 11px 5px 11px;	
	background: #dad7b9 url(/images/bg/mininav.gif) top left repeat-x;
}

#mininav ul {
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
}

#mininav ul li{
	float: left;
	margin: 0;
	padding: 0 7px;
	background: none;
	font-weight: bold;
	border-right: 1px solid #b51c21;
}	

#mininav ul a {
	text-decoration: none;
	color: #000;
}

#mininav ul li.last a {
	text-decoration: none;
	color: #c00;
}

#mininav ul li.last a:hover {
	color: #c00;
	text-decoration:underline;
}

#mininav ul a:hover {
	color: #c00;
	text-decoration:underline;
}

#search-form-wrap {
	float: right;
	width: 270px;
}

#search-form-wrap p {
	float: left;
	margin: 0 10px 0 0;
}

#search-form-wrap form {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

#search-form fieldset {
	margin: 0;
	padding: 0;
	display: inline;
}
	
#search-form input {
	padding: 1px;
	width: 100px;
	height: 14px;
	font-size: 10px;
	vertical-align: middle;
	border: 1px solid #999;
}

#search-form input.button {
	width: 47px;
	vertical-align: middle;
	height: 18px;
	padding: 0;
	border: none;
}

#quick-reference {
	position: absolute;
	top: 0;
	left: 806px;
	width: 164px;
	height: 114px;
}

ul#quick-reference {
	margin: 0;
	padding: 28px 0 0 0;
	height: 114px;
	background: url(/images/bg/quick-reference-2.gif) 0 0 no-repeat;
}

ul#quick-reference li {
	float: left;
	background: url(/images/bg/quick-reference-2.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

ul#quick-reference li a {
	display: block;
	height: 18px;
	width: 162px;
	background: url(/images/bg/quick-reference-2.gif) 0 -28px no-repeat;
	text-decoration: none;
	text-indent: -10000px;
	outline: none;
}

ul#quick-reference li a:hover {
	background: none;
}

ul#quick-reference li#physicians a {
	background-position: 0 -28px;
}
ul#quick-reference li#physicians {
	background-position: 0 -170px;
}

ul#quick-reference li#technologists a {
	background-position: 0 -46px;
}
ul#quick-reference li#technologists {
	background-position: 0 -188px;
}

ul#quick-reference li#scientists a {
	background-position: 0 -64px;
}
ul#quick-reference li#scientists {
	background-position: 0 -206px;
}


ul#quick-reference li#residents a {
	background-position: 0 -82px;
}
ul#quick-reference li#residents {
	background-position: 0 -224px;
}

ul#quick-reference li#t-students a {
	background-position: 0 -100px;
}
ul#quick-reference li#t-students {
	background-position: 0 -242px;
}

ul#quick-reference li#press a {
	background-position: 0 -118px;
}
ul#quick-reference li#press {
	background-position: 0 -260px;
}
