/*==== Main Nav ====*/
#topnav {
	padding: 30px 5px 0 0;
	background-color: #000;
	background: url(../images_layout/topnav/background_POSTBETA.jpg) no-repeat center top #000;
}
#topnav #logo_link {
	text-align:right;
  width:25%;
  float:right;
  margin-right:0px;
}
#topnav #logo_link_homepage {
    margin:-7px 0 33px 52px;
    float:left;
}
#topnav #logo_link img {
	text-align:right;
  float:right;
}

.inside-wrapper{
    width:100%;
    height:90px;
    padding:15px 10px 2px 0px;
}
.wrapper-two-sections{
    float:left;
    width:60%
}
#site-name,
#section-name {
	float:left;		
	text-transform: uppercase;
    color:#ffffff;
	margin-top:23px;
}
#site-name2{
    float:left;    
    clear:left;
    width:80%;
}/*For the Header subhead */

#site-name2 h2{
    font-size: 19px;
    font-family: Arial;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-rendering:optimizeLegibility;
    -moz-font-smoothing: antialiased; /*firefox*/
    -o-font-smoothing: antialiased;
}
#site-name h1,
#section-name h1 {
	font-family: Helvetica, Arial;
	margin-top: 4px;
	font-size:25px;	
	-webkit-font-smoothing: antialiased;
	text-shadow: #3c0266 0 0 0; /* fixes mac chrome and safari issue for fonts as bold*/	
	font-weight:lighter !important;
	font-style:normal;
	line-height:28px;
	width: 650px;
	opacity: 0.99;/*for firefox on mac*/
	text-rendering:optimizeLegibility;
	-moz-font-smoothing: antialiased; /*firefox*/
	-o-font-smoothing: antialiased;
	font-size-adjust: 0.5;
}
.diabetesresearch #site-name h1,
.recreationtherapy #site-name h1,
.asian-health #site-name h1,
.human-sexuality #site-name h1{
	font-size: 22px; /* font size for ie */
}
#site-name a,
#section-name a,
#site-name2 a{
	
	color: #FFFFFF;
	overflow: visible;
}/*For the Header subhead */

#site-name a,
#section-name a {
	color: #FFFFFF;
	overflow: visible;	
}
#site-name a { /*line-height: normal; *//*padding-bottom: 4px; margin-top: -4px;*/ position: relative; }
#site-name a:hover,
#section-name a:hover {
	text-decoration: none;
}

.navigation_homepage{
    clear: both;
    margin-top: 25px;
    padding-bottom: 10px;
}
.navigation_homepage #nav_main li a{
    width:auto;
    font-size:16px;
}
#nav_main li a:hover {
    border-bottom: 2px solid #653ea0;
}
#nav_main {
	text-align: left;
	margin: 0px 0 -3px 20px;
	padding: 0;
	clear:left;
}
#nav_main li {
	display: inline-block;	
	padding: 0 20px;
	margin:0px 0px 0px 9px;
	font-size: 11pt;
	font-family:Arial;
	height: 18px;
	overflow: visible;
	*display: inline;
	*zoom: 1;
	background: url(../images_layout/topnav/dot_menu.png) no-repeat scroll 0 17% transparent !important;
	/*text-rendering:optimizeLegibility;*/
}
#nav_main li:first-child,
#nav_main li.first {
	border-left: 0px !important;
	background: none !important;
	padding-left:0px !important;
	margin-left:0px;
}
#topnav.centered #nav_main {
	text-align: center;
	margin-left: 0;
}
#topnav.centered #nav_main li {
	/*padding: 0 50px; */
	padding: 0 10px 0px 25px;
	height:36px;
}

#topnav.centered #nav_main.items_5 li { padding: 0 10px 0 30px; }
#topnav.centered #nav_main.items_6 li { padding: 0 10px 0 30px; }
#topnav.centered #nav_main.items_7 li { padding: 0 0px 0 20px; }
#topnav.centered #nav_main.items_8 li { padding: 0 0px  0 20px; }
#topnav.centered #nav_main.items_max li { padding: 0 0 0 20px; }
#topnav.centered #nav_main.items_min li { padding: 0 28px 0 50px; }


#nav_main li a {
	color: #fff;
	padding: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: transparent;
}
#nav_main li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #653EA0;
}

#nav_main li.active-trail a,
#nav_main li.active-parent a {
  background: url(../images_layout/topnav/selected_pointer.gif) no-repeat center bottom;
  height:34px;
}


/* utility nav */
#utility {
	background-color: #333;
	background: 
		-webkit-gradient(linear, 
			left top, 
			left bottom, 
			from(#272727), 
			to(#333))
		no-repeat;
	/*background:
		-moz-linear-gradient(top, 
			#272727, 
			#333)
		no-repeat;*/
	-webkit-background-size: 100% 10px;
	-moz-background-size: 100% 10px;
	background-position: center top;
	*background: url(../images_layout/utility/background_gradient.gif) repeat-x 0 0 #333;
	border-top: 1px solid #333;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

/*#utilityNavList {
	margin: 0 auto;
	width:890px;
	height: 30px;
	text-align: right;
	position: relative;
}
#utilityNavList ul {
	text-align:right;
	margin: 0;
	padding: 0;
}
#utilityNavList li {
	display: inline-block;
	*display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 18px;
}
#utilityNavList li a {
	display:inline-block;
	color: #999;
	line-height: 30px;
	background: url(../images_layout/utility/arrow.gif) no-repeat 0px 12px;
	padding-left: 10px;
}
#utilityNavList li a:hover {
	color: #f7f7f7;
	text-decoration: none;
}*/

#utility_nav{
    float:left;
}
/* google appliance search */

#content_main #google-appliance-search-form--2,
#content_main #google-appliance-search-form{
	display:none !important;
}
/*form.search-form,
#utility form.search-google-appliance-search-form{
	position: absolute;
	right: 0;
	top: 4px;
	width: 125px;
	margin-right:10px;
}*/

/*search form for directory, Huming, 9/10/2010*/
/*#directory_container form.search-form
{
    position:relative;
}*/
/*
form.search-form input#search_box,
#utility form.search-google-appliance-search-form .form-text{
	background: #fff;
	color: #666;
	font-size:12px;
	display: inline-block;
	*display: inline;
	width: 88px;
	height: 16px;
	line-height: 16px;
	padding: 2px;
	border: 0;
	*float: left;
}
#utility form.search-google-appliance-search-form label{
	display: none;
}
*/
#utility form.search-google-appliance-search-form .form-submit{
	border: none;	
	font-size: 0;
	line-height: 0;
	background: url(../images_layout/utility/bttn_search.gif) no-repeat;
	width: 25px;
	height: 28px;
	border: none;
}
#utility form.search-google-appliance-search-form #edit-prompt,
#utility form.search-google-appliance-search-form #edit-prompt--2{
	display:none;
}
#utility form.search-google-appliance-search-form #edit-keys-wrapper{
	margin: 0 5px 0 0; display: block; position: relative; left: 4px; float: left;
}
/*body.page-search form#google-appliance-search-form--2 { display: none; }
form.search-form input.search-submit {
	display:inline-block;
	height:20px;
	position:absolute;
	right:0;
	top:0;
	*background-color: yellow;
}*/

/* Home Link - top left */
/*#utilityNavList .first {
	float: left;
	display: inline;
	font-weight: normal;
	letter-spacing: 2px;
}
#utilityNavList .first a {
	background: none;
	padding-left: 0;
}
body.homeNav #utilityNavList li.first {
	display: none;
}*/
/* find a doc link */
#utilityNavList li.find-a-doctor-link a {
	display: inline-block;
	background: url(../images_layout/utility/icon_find_a_doc.gif) no-repeat 0 5px;
	line-height: 30px;
	padding-left: 20px;
	color: #fff;	
}
#utilityNavList li.find-a-doctor-link a:hover {
	color: #B988FF;
	border-bottom: none;
}


/*==== Trails - container for breadcrumbs and node links ====*/
#trails {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
#trails ul {
  margin: 0;
  padding: 0;
}

/*==== Breadcrumbs ====*/
#breadcrumbs {
	float: left;
	padding: 0 0 10px 0;
	font-size: 13px;
	font-family: SortsMillGoudy, Georgia, "Times New Roman", Times, Serif;
	color: #999;
	line-height: 17px;
}
#breadcrumbs li {
	background: url(../images_layout/breadcrumbs/icon_arrow.gif) no-repeat 0 3px;
	display: inline;
	float: left;
	padding: 0 2px 0 22px;
}
#breadcrumbs li a {
	color: #3083AC;
	display: inline-block;
	*display: inline;
}
#breadcrumbs li span.uppercase { text-transform: uppercase; }

#breadcrumbs li.first {
	background: none;
	padding-left: 0;
}
#breadcrumbs li.first a {
	background: url(../images_layout/breadcrumbs/icon_home.gif) no-repeat 0 0;
	height: 17px;
	width: 14px;
	text-indent: -999em;
	*display: block;
}


/*==== Node Links ====*/
#print-links {
	float: right;
	font-size: 11px;
	padding-right: 20px;
	width:130px;
}
#print-links li {
	display: inline;
	padding: 0 2px 0 22px;
}
#print-links li a {
	color: #3083AC;
	display: inline-block;
	*display: inline;
}
#print-links li.first {
	padding-left: 0;
}
#print-links li.first a {
}


/*=== Font increaser/decreaser ===*/
div#text-resize { width:55px; float: right; }
a#text_resize_decrease {
	background:url("../images_layout/txtSmall.jpg") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	height:21px;
	margin: 0;
	outline:medium none;
	text-indent:-9000px;
	width:23px;
}
a#text_resize_increase {
	background:url("../images_layout/txtLarge.jpg") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	height:27px;
	margin: 0;
	outline:medium none;
	text-indent:-9000px;
	width:28px;
}

/*==== footer nav ====*/
/*#footer {
	background-color: #333;
	background: url(../images_layout/footer/background_gradient.gif) repeat-x 0 0 #333;
}
#footer div.wrapper {
	margin: 0 auto;
	width: 972px;
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 40px 0 30px 0;
	background: transparent;
}

#footer_logo {
    float: right;
    padding: 5px 0 0;
    position: relative;
    right: 0;
}*/
/*p#phone_number {
	position: absolute;
	top: 42px;
	right: 0;
	width: 200px;
	color: #fff;
	text-align: right;
	padding-right: 20px;
	padding-bottom:20px;
	background: url(../images_layout/footer/icon_phone.gif) no-repeat right top;
}*/


/* Left Nav styles */
div#column_left.sidebar {
	/*margin: 15px 15px 0 0;*/
}
div#column_left.sidebar h2 {
	padding: 10px;
	font-family: SortsMillGoudy, Georgia, "Times New Roman", Times, Serif;
}
div#column_left.sidebar h2 a,
ul#leftNav a {
	color: #515151;
	text-align:left;
	
}
ul#leftNav,
ul#leftNav ol,
ul#leftNav ol ul,
ul#leftNav li {
	list-style: none;
	padding: 0;
}
ul#leftNav {
	border-top: 1px solid #dddddd;
}
ul#leftNav ol {
	padding: 10px 0 5px 0;
}
ul#leftNav ol li {
	margin: 7px 0 7px 2px;
	background: url(../images_layout/subnav_bullet_arrow.gif) no-repeat 0 5px;
	padding-left: 10px;
	/*list-style-image: url(../images_layout/subnav_bullet_arrow.gif);
	margin: 7px 0px 7px 10px;*/
}
ul#leftNav ol ul {
	padding: 2px 0 2px 12px;
}
ul#leftNav ol a {
	/*padding-left: 10px;
	background: url(../images_layout/subnav_bullet_arrow.gif) no-repeat 0 5px;*/
}

ul#leftNav h3 {
 display: inline;
}

ul#leftNav h3 a {
 display: inline;
}

ul#leftNav h3,
ul#leftNav h4 {
	font-size: 100%;
	font-weight: bold;
}

ul#leftNav h3 a {color: #6A3B11 !important;} 
ul#leftNav h3 a.active {color: #67429B !important;} 

ul#leftNav {
	list-style: none;
}

ul#leftNav > li {
    border-top: 1px solid #DDDDDD;
	*border-top: 1px solid #DDDDDD;
    padding: 10px 10px 10px 15px;
    position: relative;
}

ul#leftNav > li:first-child,
ul#leftNav > li.first {
	border-top: 0px;
}
ul#leftNav li span {
	display: none;
	visibility: hidden;
}
ul#leftNav li.hasChildren span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 11px;
	right: 10px;
	/*float: right;*/
}
ul#leftNav li.hasChildren span a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images_layout/subnav_toggle.gif) no-repeat center bottom;
	text-indent: -999em;
}

ul#leftNav li.hasChildren span a.collapsed {
	background-position: center 4px;
}


ul#leftNav li.leaf { /*list-style-image: none; list-style-type: none;*/
	*list-style-image: url(../images_layout/subnav_bullet_arrow.gif);
	*margin-left:15px; /*ie7*/
	*padding-left:0px;/*ie7*/
}
ul#leftNav li ol li.collapsed{
	*list-style-image: url(../images_layout/subnav_bullet_arrow.gif);
	*margin-left:15px; /*ie7*/
	*padding-left:0px;/*ie7*/
}
ul#leftNav li ol li ul li {
	list-style-image: none !important;
	padding-left:10px !important;
}
ul#leftNav li.expanded { list-style-image: none; list-style-type: none; }
ul#leftNav li.collapsed { list-style-image: none; list-style-type: none; }

ul#leftNav a.active {
	color: #67429B;
}

.page-gsearch #column_main{
	background:none !important;
	border:none !important;
}

.google-appliance-synonyms{
	display:none;
}

#call_wrapper {
    float: right;
    width: 220px;
}
#number {
    float: right;
}
#call {
    float: right;
    height: 19px;
    width: 190px;
}
#call p {
    color: #dedede;
    float: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    padding: 0;
}
#number h3 {
    color: #dedede;
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
#phoneicon_wrapper {
    float: right;
    margin: 0;
    padding: 0;
}
#phoneicon {
    background: url("../images_layout/footer/icon_phone.png") no-repeat scroll right top transparent;
    height: 43px;
    margin: 0;
    opacity: 0.8;
    padding: 0 0 0 2px;
    width: 20px;
}
#footerbutton a {
    background: none repeat scroll 0 0 #4b4b4b;
    color: #dedede;
    float: right;
    font-family: SortsMillGoudy,Georgia,serif;
    font-size: 22px;
    margin: 23px 0 0;
    padding: 14px 23px 10px;
    text-decoration: none;
}
#footerbutton a:hover {
    background-color: #565656;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease-out 0s;
}
#footer {
    background-color: #333333;
    background-position: center top;
}
#footer div.wrapper {
    background: none repeat scroll 0 0 transparent;
    height: auto !important;
    margin: 0 auto;
    min-height: 240px;
    padding: 42px 0 30px;
    width: 897px;
}
#bottomnavlinks {
    float: left;
    list-style-type: none;
    margin: 21px 0 40px;
    text-decoration: none;
    width: 75%;
}
#footer_primary, #footer_secondary {
    margin: 0;
    padding: 0;
}
#footer_primary {
    padding-top: 0;
}
#footer_secondary {
    margin-top: 62px;
}
#footer_primary li a {
    font-size: 14px;
}
#footer_secondary li a {
    font-size: 12px;
    text-decoration: none;
}
#footer_primary li, #footer_secondary li {
    display: block;
    float: left;
    font-size: 11px;
    list-style: outside none none;
    padding: 0 15px 0 0;
}
#footer_primary li a {
    color: #d6d6d6;
    text-decoration: none;
}
#footer_primary li a:hover {
    color: #ffffff;
    text-decoration: none;
}
#footer_primary li a {
    color: #d6d6d6;
}
#footer_secondary li a {
    color: #a5a5a5;
    padding: 0 0 35px;
}
#footer_secondary li a:hover {
    color: #d6d6d6;
    text-decoration: none;
}
#footer_primary li {
    background: url("../images_layout/footer/bullet.gif") no-repeat scroll left center transparent;
    padding: 0 11px 0 19px;
}
#footer_primary li:first-child, #footer_primary li.first {
    background: none repeat scroll 0 0 transparent;
    padding: 0 10px 0 0;
}

/*----------top navigation -----------*/
#nyulmc-utility {
    height:35px;
    width:866px;
    margin:0px auto;
}
#nyulmc-utility-inside {
    height:35px;
    width:980px;
    margin:0px auto;
}
#nyulmc-utility-navigation {
    width:75%;
    float:left;
    display: inline-block;
}
#nyulmc-utility-navigation #nyulmc-items li {
    background:url(../images/dot.png) no-repeat;
    padding: 0 2px 0 15px;
    background-position: 0 2px;
    background-position: 0 0\9;
}
#nyulmc-utility-navigation #nyulmc-items li.first {
    background:none;
    padding:0;
}
#nyulmcsocials-list {
    float: right;
    margin: 0;
    list-style: none;
}
#nyulmcsocials-list li {
    float: left;
    padding: 0 0px 0 0;
}
#nyulmcsocials-list li a {
    background-color: transparent;
    background-image:    url(../images/sprites.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}
#nyulmcsocials-list #nyulmcsocials-facebook-link a {
    background-position: -2px 0;
    opacity: .6;
    filter:alpha(opacity=40);
    margin: 5px 2px 0 0;
}
#nyulmcsocials-list #nyulmcsocials-facebook-link a:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
#nyulmcsocials-list #nyulmcsocials-twitter-link a {
    background-position: -35px 0;
    opacity: .6;
    filter:alpha(opacity=40);
    margin: 5px 2px 0 0;
}
#nyulmcsocials-list #nyulmcsocials-twitter-link a:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
#nyulmcsocials-list #nyulmcsocials-youtube-link a {
    background-position: -66px 0;
    opacity: .6;
    filter:alpha(opacity=40);
    margin: 5px 3px 0 0;
}
#nyulmcsocials-list #nyulmcsocials-youtube-link a:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
#nyulmcsocials-list #nyulmcsocials-instagram-link a {
    background-position: -99px 0;
    opacity: .6;
    filter:alpha(opacity=40);
    margin: 6px 0px 0 0;
    padding: 0 3px 0 0;
}
#nyulmcsocials-list #nyulmcsocials-instagram-link a:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
#nyulmcsocials-list #nyulmcsocials-googleplus-link a {
    background-position: -129px 0;
    opacity: .6;
    filter:alpha(opacity=40);
    margin: 6px 0px 0 0;
    padding: 0;
}
#nyulmcsocials-list #nyulmcsocials-googleplus-link a:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}

#nyulmc-search-form {
    float: right;
    padding: 6px 0 0 0;
    margin: 0;
    width: 25%;
    height: 22px;

}
#nyulmc-utility-inside #nyulmc-search-form {
    width: 22%;
}
#go-button {
    background: url("../images/search-button.png") no-repeat;
    opacity: .6;
    height: 25px;
    float: right;
    display: inline;
    margin: 1px 0 0 2px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 27px;
    border: none;
    cursor: pointer;
}
#go-button:hover {
    opacity: 1;
}
.search_container #top_search_box {
    background-color: #e8e8e8;
    height: 22px;
}
.search_container #top_search_box {
    background-color: white;
    border: medium none;
    float: left;
    height: 19px;
    width: 160px;
}
#top_search_box {
    float: left;
    text-indent: 6px;
    width: 180px !important;
}
#nyulmc-utility-navigation #nyulmc-items{
    padding:0px;
    list-style-type: disc;
}
#nyulmc-utility-navigation #nyulmc-items li {
    display: inline-block;
    display: inline\9;
}
#nyulmc-utility-navigation #nyulmc-items li a {
    color: #999999;
}
#nyulmc-utility-navigation #nyulmc-items li a:hover {
    color: #fff;
    text-decoration: none;
}
#nyulmc-items {
    floaT:left;
    margin: 9px 0 0 0;
}
ul.nyulmc-social-media {
    height: 30px !important;
}
#nyulmc-items > li {
    font-size: 11px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    padding-right: 7px;
}
.nyulmc-social-media {
    width:28%;
    floaT:right;
}
.nyulmc-list li {
    margin:0px 5px;
}

/*overwriting default css */
.search_container{
    background:none;
}

.search_container #top_search_box {
    background-color: #E8E8E8;

    height: 22px;
}

.search_container #top_search_box:focus {
    background-color: #FFF;
}


