/* ===============================================
   Homepage
   =============================================== */
   
#banner_container
{
	width: 950px;
	height: 280px;
	background: #e3e5c0;
	position: relative;
}

#banner_container div,
#banner_container div img,
#banner_container div div
{
	margin: 0;
	padding: 0;
}


#banner_container .banner_link
{
	position: absolute;
	top: 245px;
	right: 68px;
	width: 80px;
	height: 15px;
	background: url(/hospital/images/readmore.gif) 0 -15px;
}

#banner_container .banner_link:hover
{
	background-position: 0 0;
	cursor: pointer;
}


#blocks
{
	width: 950px;
	height: auto;
}

#ad_block
{
    position: relative;
    overflow: hidden;
}

#ad_block #ad_block_items
{
    width: 90000px;
    position: absolute;
    clear: both;
}


#news_block #ad_block #ad_block_items a:link,
#news_block #ad_block #ad_block_items a:visited
{
   color: #33678C;
    display: table-cell;
 /*    font-weight: bold;*/
    height: 80px;
    text-decoration: none;
    vertical-align: middle;
}



#ad_block,
#ad_block #ad_block_items div
{
    float: left;
}

#ad_block, .ad_item
{
	width: 250px;
	height: 90px;
	padding: 0;
	margin: 0;
}

.ad_item img
{
	padding-right: 10px;
	float: left;
}

.ad_item a
{
	font-weight: bold;
}

#left_block, #right_block, #middle_block
{
	height: 275px;
}

#left_block, #right_block
{
	margin: 0;
	float: left;
	width: 317px;
	
	background: url(/hospital/images/bg-dark.jpg) repeat-x;
}

#middle_block
{
	margin: 0;
	float: left;
	width: 316px;
	background: url(/hospital/images/bg-light.jpg) repeat-x;
}

#upstate_button, #gch_button, #community_button
{
    width: 269px;
    height: 75px;
    display: block;
    cursor: pointer;
}

#upstate_button
{
    background: url(/hospital/images/upstate-button.jpg) no-repeat;
}

#gch_button
{
    background: url(/hospital/images/gch-button.jpg) no-repeat;
}

#community_button
{
    background: url(/hospital/images/community-button.jpg) no-repeat;
}

#upstate_button:hover, 
#gch_button:hover,
#community_button:hover
{
    background-position: 0 -75px;
}

#info_block
{
	margin: 15px 35px 10px 20px;
	width: auto;
	height: 214px;
}

#button_block
{
	margin: 15px 0 10px 23px;
}

#news_block
{
	margin: 15px 0 10px 25px;
	width: auto;
}

#info_block li#find_doc_li,
#info_block li#upstate_connect_li,
#info_block li#mychart_li,
#info_block li#pay_bill_li,
#info_block li#get_info_li,
#info_block li#directions_li,
#about_block #about_block_ul li
{
	/* list-style: none; */
	border-bottom: solid 1px #bbbbbb;
	height: 32px;
}

#info_block li#provider_res_li
{
	border-bottom: none;
}

#info_block .info_block_icon
{
	float: left;
	padding-top: 5px;
}


#about_block #about_block_ul li
{
	list-style: outside url(/templates/2011/images/bluearrow_ie.gif);
	padding: 0;
}

#leftcenterrightcolumn #left_block #info_block  li
{
	list-style: url(/templates/2011/images/bluearrow_ie.gif);
	padding: 0 10px;
}

#leftcenterrightcolumn #left_block #info_block  li a:link,
#leftcenterrightcolumn #left_block #info_block  li a:visited
{
	text-decoration: none;
	color: #33678c;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	width: 185px;
	float: left;
	padding-left: 10px;
}


#leftcenterrightcolumn #contact_box
{
	/* margin-top: 30px; */
	width: 950px;
	background: url(/hospital/images/contact_bg.jpg) repeat-x;
	color: #777777;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 10px;
	position: relative;
}

#leftcenterrightcolumn #left_block #info_block  li a:hover,
#leftcenterrightcolumn #middle_block #about_block li a:hover
{
	color: #8e3c8b;
	/* background: #ffffff; */
}

#right_block_content
{
	margin: 5px;
	width: 307px;
	height: 290px;
}

#news_block #ad_block #ad_block_items a:hover
{
	text-decoration: underline;
}

.scroll_nav
{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 0;
    padding: 30px 5px 0 5px;
}

a.browse 
{
    background: url(/hospital/images/icon_arrow.gif) no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    cursor: pointer;
    font-size:1px;
}

a.right { background-position: 0 -22px; clear:right; margin-right: 0px;}
a.right:hover       { background-position:0px 0; }
/* a.right:active      { background-position:-60px -30px; } */

   
/* ===============================================
   Find a doc
   =============================================== */

/* ============= panels ============= */
#search_panel,
#browse_conditions_index_panel,
#browse_location_index_panel,
#browse_specialty_index_panel
{
	margin: 0;
	padding: 7px 20px 10px 40px;
	width: 350px;
	float: left;
}

#condition_content,
#location_content,
#specialty_content
{
	background: #ffffff;
	padding: 10px;
}

#result_panel, 
#browse_conditions_content_panel,
#browse_location_content_panel,
#browse_specialty_content_panel
{
	margin: 0;
	padding: 20px 40px 10px 0;
	width: 500px;
	float: left;
}

#result_panel
{
	padding-top: 8px;
}

#profsites2
{
	display: none;
}

/* ============= Upstate Connect logo ============= */
#upstate_connect
{
	float: right;
	width: 335px; 
	height: 50px;
	padding: 0;
	margin: 0;
}

#upstate_connect_link
{
	width: 300px;
    height: 50px;
    display: block;
    background: url(/hospital/images/upstateconnecticon.gif) no-repeat;
    background-position: 0 -50px;
    cursor: pointer;
}

#upstate_connect_link:hover
{
    background-position: 0 0;
}

/* ============= search buttons ============= */
.search_accordion fieldset
{
	padding: 5px;
}

#leftcenterrightcolumn #search_panel .search_accordion h2,
#leftcenterrightcolumn #search_panel .search_accordion h2.js
{
	cursor: pointer;
	font-size: 1.0em;
	padding-bottom: 5px;
	padding-left: 20px;
}

.search_accordion div.js
{
	border: solid 1px #dddddd;
	width: 331px;
}

#search_name_button,
#search_param_button,
#browse_button
{
	margin: 0;
	padding: 15px 23px;
	width: 304px;
	height: 40px;
	background: url(/templates/2011/images/uh-search.jpg) no-repeat 0 0;
}

#name_title, 
#param_title, 
#browse_title
{
	display: block;
	font-size: 1.05em;
	font-weight: bold;
}

#name_text, 
#param_text, 
#browse_text
{
	display: block;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

/* ============= search div's ============= */
#search_panel fieldset
{
	background: #eeeeee;
	border: solid 1px #cccccc;
}

#search_panel legend
{
	border: solid 1px #cccccc;
	background: #dfdfdf;
	padding: 2px 12px;
}


#search_panel select, #name, #specialty, #location, #department
{
	border: inset 3px #bbbbbb;
	color: #333333;
	background: #ffffff;
	width: 312px;
}

#search_panel form label
{
	font-weight: bold;
}

/* ============= result panel ============= */
.physician_photo
{
	width: 150px;
	float: left;
}

.physician_bio
{
	width: 310px;
	float: left;
}

/* the gender radio buttons */
#search_panel input+label
{
	font-weight: normal;
}

#addressbox {
  background-image: url("/hospital/images/upstate-addressbox.jpg");
  width: 200px;
  height:170px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#addressboxtext {
	padding-top:73px; margin-left:20px;
	color:#444444;
	line-height:18px;
}

.profile_button
{
	width: 85px;
    height: 20px;
    display: block;
    background: url(/hospital/images/full-profile.jpg) no-repeat;
    background-position: 0 -20px;
    cursor: pointer;
    margin-right: 8px;
}

.printable_button
{
	width: 110px;
    height: 20px;
    display: block;
    background: url(/hospital/images/printable-profile.jpg) no-repeat;
    background-position: 0 -20px;
    cursor: pointer;
    margin-right: 8px;
}

.appointment_button
{
	width: 157px;
    height: 20px;
    display: block;
    background: url(/hospital/images/request_appt.jpg) no-repeat;
    background-position: 0 -20px;
    cursor: pointer;
    margin-right: 8px;
}

.small_view_video_button,
.view_video_button
{
	width: 75px;
    height: 20px;
    display: block;
    background: url(/hospital/images/video-icon.jpg) no-repeat;
    background-position: 0 -20px;
    cursor: pointer;
    margin-right: 8px;
}

.profile_button:hover, 
.printable_button:hover, 
.video_button:hover, 
.view_video_button:hover,
.appointment_button:hover
{
	background-position: 0 0;
}


/* ============= overlay ============= */
body .simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #ffffff;
    width: 800px;    
    height: 412px;
    border: 1px solid #666666;
    -moz-box-shadow: 0 0 90px 5px #000000;
    -webkit-box-shadow: 0 0 90px #000000;
}


body .simple_overlay .simple_overlay_inner
{
	border: solid 1px #dddddd;
	padding: 10px;
    font-size: 0.7em;
    line-height: 1.6em;
}

.simple_overlay ul
{
	list-style-type: square;
    margin: 6px 0 10px 16px;
}

body .simple_overlay ul li 
{
    list-style: disc outside url("/templates/2011/images/bluearrow.gif");
}

body .simple_overlay li {
    color: #000000;
}

body .simple_overlay li 
{
    font-size: 1em;
    line-height: 1.35em;
    padding: 0.2em;
}

body .simple_overlay a
{
	color: #000000;
}

body .simple_overlay a:hover
{
	color: #33678c;
}



.simple_overlay #doc_title
{
	width: 778px;
	height: 30px;
}

.simple_overlay #doc_content
{
	width: 778px;
	height: 300px;
}

.simple_overlay #doc_photo
{
	float: left;
	width: 180px;
	height: 300px;
	margin: 0 10px 0 0;
	padding: 0;
}

#doc_photo img, .physician_photo img
{
	padding: 2px;
	border: solid 1px #cccccc;
}

.simple_overlay #doc_bio
{
	float: left;
	width: 400px;
	height: 280px;
	overflow: auto;
	margin-right: 25px;
	padding: 10px;
	border: solid 1px #dddddd;
}

.simple_overlay #simple_overlay_nav
{
	width: 778px;
	height: 30px;
	padding: 10px 0;
}

.simple_overlay #videogallery
{
	display: none;
}

#centercolumn #doc_photo
{
	float: right;
	width: 180px;
}

/* close button positioned on upper right corner */
.simple_overlay .close
{
    background-image: url(/templates/2011/images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* styling for elements inside overlay */
.details 
{
    position:absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #ffffff;
    width: 150px;
}

.details h3 
{
    color: #aabbaa;
    font-size: 15px;
    margin: 0 0 -10px 0;
}

#img_mies1:hover, #img_mies2:hover 
{
    cursor: pointer;
}

div#voverlay
{
	z-index: 10000;
	margin-bottom: 10px;
	padding-bottom: 40px;
	width: 470px;
	height: 340px;
}

#video_overlay
{
	/* margin: 50px 0; */
}

#voverlay > div
{
	display: none;
}

#voverlay .close
{
	z-index: 10001;
	display: block;
	width: 35px;
	height: 35px;
	background: url(/templates/2011/images/close.png) no-repeat;
	position: absolute;
	top: -18px;
	right: -15px;
}

.physician_brief
{
	margin: 5px 0;
}

.physician_brief_content
{
	padding: 5px;
}

#diseases_a_z_list
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background: #e6f5ff;
	padding-top: 20px; 
	padding-bottom: 20px; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#leftcenterrightcolumn
{
	position: relative;
}

#leftcenterrightcolumn img#load-wait
{
	display: block;
	background: #ffffff;
	border: solid 1px #aaaaaa;
}

#site_map_content div#site_map_buffer
{
	padding: 20px;
	float: left;
}

#site_map_content a
{
	line-height: 14px;
}

#site_map_content div#system_map,
#site_map_content div#university_map,
#site_map_content div#policy_map, 
#site_map_content div#uh_map
{
	width: 210px;
	border-left: solid 1px #7e7e6a;
	padding-left: 10px;
	float: left;
}

#last_modified
{
	text-align: center;
	background: #666666;
	padding: 5px;
	color: #ffffff;
}

td, th
{
	padding: 5px;

}

/* ============= autocomplete ============= */
.ui-menu .ui-menu-item
{
	background: #ffffff;
}

#leftcenterrightcolumn
{
	 background: url(/templates/2011/images/uh-gradient-background.jpg) repeat-x;
}

/*-------- Upstate Connect Tab rollover ----*/

#upstateconnect
{
    width: 200px;
    height: 52px;
    display: block;
    background: url(/hospital/images/upstateconnect-smtab_rollover.gif) no-repeat;
    cursor: pointer;
}

#upstateconnect:hover
{
    background-position: 0 -52px;
}
/*-------- End: Upstate Connect Tab rollover ----*/

#gift
{
    width: 110px;
    height: 38px;
    display: block;
    background: url(/templates/2011/images/gift_button.jpg) no-repeat;
    cursor: pointer;
}

#gift:hover
{
    background-position: 0 -38px;
}

#knowing_video_button1,
#knowing_video_button2,
#knowing_video_button3,
#knowing_video_button4,
#knowing_video_button5

{
	width: 150px;
    height: 85px;
    display: block;
    cursor: pointer;
}

#knowing_video_button1
{
    background: url(/hospital/about/images/hanna_GCH.jpg) no-repeat;
}

#knowing_video_button1:hover,
#knowing_video_button2:hover,
#knowing_video_button3:hover,
#knowing_video_button4:hover,
#knowing_video_button5:hover
{
    background-position: 0 -85px;
}

#knowing_video_button2
{
    background: url(/hospital/about/images/movienite-cancer.jpg) no-repeat;
}

#knowing_video_button3
{
    background: url(/hospital/about/images/grandpas_stroke.jpg) no-repeat;
}

#knowing_video_button4
{
    background: url(/hospital/about/images/garden-heart.jpg) no-repeat;
}

#knowing_video_button5
{
    background: url(/hospital/about/images/betty-breastcare.jpg) no-repeat;
}

#knowing_video_button6
{
	width: 520px;
    height: 300px;
    display: block;
    cursor: pointer;
}

#knowing_video_button6
{
    background: url(/hospital/about/images/knowing.jpg) no-repeat;
}

#knowing_video_button6:hover
{
    background-position: 0 -300px;
}

#paybutton
{
    width: 220px;
    height: 25px;
    display: block;
    background: url(/hospital/patients/billing/images/paybutton.jpg) no-repeat;
    cursor: pointer;
}

#paybutton:hover
{
    background-position: 0 -25px;
}


 /*--------------Quick Links ---------------*/
#qlinks, #qlinks2
{
	margin: 0;
	padding: 0;
}

#qlinks ul li, #qlinks2 ul li
{
	margin: 0;
	padding: 0;
	list-style: disc outside url(/templates/2009/images/bluearrow_ie.gif);
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
}

#textbox #qlinks ul, #textbox #qlinks2 ul
{
	list-style: none outside none;
	margin: 0;
	padding: 0 0 5px 0;
}
 
#qlinks li a,
#qlinks2 li a
{
	padding: 6px;
}

#qlinks li a:link,
#qlinks li a:visited,
#qlinks2 li a:link,
#qlinks2 li a:visited
{
	margin: 0;
	display: block;
	text-decoration: none;
	width: auto;
}

#qlinks li a:hover,
#qlinks2 li a:hover
{
	background: #e6f5ff;
}
 /*-------------- End Quick Links ---------------*/
 
 /*--------------- Services buttons -------------*/
 #majorservices
{
    width: 170px;
    height: 58px;
    display: block;
    background: url(/hospital/services/images/majorservices_button.jpg) no-repeat;
    cursor: pointer;
}

#majorservices:hover
{
    background-position: 0 -58px;
}

 #a-zservices
{
    width: 170px;
    height: 58px;
    display: block;
    background: url(/hospital/services/images/a-z_service_button.jpg) no-repeat;
    cursor: pointer;
}

#a-zservices:hover
{
    background-position: 0 -58px;
}


 #clinicaldepartments
{
    width: 170px;
    height: 58px;
    display: block;
    background: url(/hospital/services/images/depts_button.jpg) no-repeat;
    cursor: pointer;
}

#clinicaldepartments:hover
{
    background-position: 0 -58px;
}

 
 
 
 
  /*--------------- End Services buttons -------------*/
  
  
  
  /* ============= rollovers ============= */
  #m3
{
    width: 120px;
    height: 106px;
    display: block;
    background: url(/hospital/about/images/m3_logo_120_2.jpg) no-repeat;
    cursor: pointer;
}

#m3:hover
{
    background-position: 0 -106px;
}

 /* =============End rollovers ============= */
  
  
  
#voverlay
{
	border: solid 1px #999999;
}

#researcher_a_z_index
{
    background: none repeat scroll 0 0 #E6F5FF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}



/*------ My Chart ----*/

#mychart
{
    width: 200px;
    height: 107px;
    display: block;
    background: url(/hospital/patients/images/mychart_button.jpg) no-repeat;
    cursor: pointer;
}

#mychart:hover
{
    background-position: 0 -107px;
}
/*------ end My Chart ----*/


