@charset "UTF-8";

/*Styles for the Center for Department of Otolaryngology Head and Neck Surgery
----------------------------------
Web Design Studio
Columbia University Medical Center
603 West 168th Street
New York, NY 10032
212.305.0198
dr2205@columbia.edu
----------------------------------*/ 
html, body {
	margin: 0;
	padding: 0;
	border:0;
	color:#333;
	font-family: Arial, Verdana, sans-serif, sans-serif;
	font-size: 12px;
}
/* kill elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, pre, blockquote, ul, li, ol, dl {
	margin: 0;
	padding: 0;
}

div#container {
	width:800px;
	margin:auto;
	padding:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color:#d5d5d4;
}

div#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

div#header {
	width:800px;
	height:115px;
}

div#maintitle_header {
	width:800px;
	height:127px;
	padding: 0;
	margin: 0;
}

div#mainhead {
	width: 800px;
	height: 228px;
}

div#subnav_top {
	width: 800px;
	height: 21px;
}


div#maincontent {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	width:740px;
	display: block;
	background-color:#fff;
}

div#maincontent_home {
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 15px;
	width:700px;
	display: block;
	background-color:#fff;
}




a:link {
	color: #063c84;
	text-decoration: none;
}
a:visited {
	color: #063c84;
	text-decoration: none;
}
a:hover {
	color: #6c6c6d;
	text-decoration: none;
}
a:active {
	color: #6c6c6d;
	text-decoration: none;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	color:#336699;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color:#336699;
	font-weight:bold;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color:#336699;
	font-weight:bold;
}

ul#text_ind  {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 1.3em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
	list-style-type: square;
	
}

ul#text_ind li{line-height: 1.6em;}

blockquote {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 1.3em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
}

/*paragraph and link colors & decorations*/

#physician_content {
	padding: 10px 15px 10px 10px;
}
#physician_description {
	padding: 10px 15px 10px 10px;
}
.physician_head {
	color: #084998;
	font-size: 15px;
	font-weight: bold;
	background-color: #ffe9b7;
	padding-top: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #a02121;
}
.physician_title {
	color: #0f5597;
	font-weight: bold;
}
.table_text {
	color:#333;
	font-size: 11px;
	line-height: 1.5em;
}
.fas_title {
	font-size:12px;
	color:#336699;
	font-weight:bold;
}
.message {
	font-size:12px;
	color: #312d5f;
	font-weight: normal;
	padding: 6px 8px;
}
.box_text {
	font-size:12px;
	color:#4d4f53;
	font-weight: normal;
	line-height: 1.2em;
	background-position: 10px 12px;
	padding-right: 3px;
	padding-left: 3px;
}
#box_line {
	font-size: 10px;
	background-color: #fdf9e7;
	width: 216px;
	float: left;
	padding: 6px;
	border: solid 1px #97c0dc;
}

#boxtable {
	width: 500px;
	background-color: #FDFEE7;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

#boxtable_gray {
	width: 700px;
	background-color: #F7F8DE;
	padding: 13px;
	border: 1px solid #CCCCCC;
}


div#fac_wrapper {
	width: 740px;
	clear: both;
}

div#box_lecture {
	width: 700px;
	padding:15px;
	border:solid 1px #ccc;
	background-color: #fdfae7;
}

div#fac_box {float: right;}

.lecture_box_line {padding:5px; border:solid 1px #ccc;}
.credit {
	padding:5px;
	border:solid 1px #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	background-color: #F0F5F7;
}

.text_credit {

	font-size: 10px;
}

/* image frame
================================== */

div#imgframe {
	padding-top: 20px;
	clear:both;
	padding-left: 7px;
} 


div#hearing{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 120px;
} 

.img-wrapper {
	background: url(../images/shadow.gif) no-repeat right bottom;
	float: left;
}
.img-wrapper img {
	background:#fff;
	padding:8px;
	border:solid 1px #86a1bb;
	position:relative;
	left:-4px;
	top:-4px;
}
/*******************************************************************************

Sub Top Nav Information describes box model, positioning, z-order

 *******************************************************************************/

 ul#topnav {
	position: relative;
	z-index: 10;
	top:0px;
	left:0px;
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 21px;
	width: 800px;
}

ul#topnav li {
	position: absolute;
	height: 21px;
	list-style: none;
}

ul#topnav li span {
	height: 21px;
}

ul#topnav li a span {
	display: block;
	position: absolute;
	z-index:1;
	left: 0px;
	top: 0px;
}

#subspacers a span, #subspacers1 a span, #patients a span, #clinicians a span, #residents a span {
	background: url(../images/sub_nav.png) no-repeat;
	cursor: pointer;
}

#subspacers {
	left: 0px;
}

#subspacers, #subspacers a span {
	width: 206px;
}

#subspacers a span {
	background-position: 0px 0;
}

#subspacers a:hover span {
	background-position: 0px 0;
}

#subspacers1 {
	left: 0px;
}

#subspacers1, #subspacers1 a span {
	width: 206px;
}

#subspacers1 a span {
	background-position: 0px -21px;
}

#subspacers1 a:hover span {
	background-position: 0px -21px;
}

#patients {
	left: 206px;
}

#patients, #patients a span {
	width: 193px;
}

#patients a span {
	background-position: -206px 0;
}

#patients a:hover span {
	background-position: -206px -21px;
}

#clinicians {
	left: 399px;
}

#clinicians, #clinicians a span {
	width: 211px;
}

#clinicians a span {
	background-position: -399px 0;
}

#clinicians a:hover span {
	background-position: -399px -21px;
}

#residents {
	left: 610px;
}

#residents, #residents a span {
	width: 190px;
}

#residents a span {
	background-position: -610px 0;
}

#residents a:hover span {
	background-position: -610px -21px;
}
 
/*******************************************************************************

Bottom NavInformation describes box model, positioning, z-order

 *******************************************************************************/
/* bottom nav*/

div#bottom {
	width:800px;
	height:77px;
	/*/*/padding: 0;
	margin: 0;
	/*--*/
}
div#bottomnav {
	width:220px;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	left:0;
}

div#logo {
	width: 580px;
	height:56px;
	float: right;
	clear:right;
}

div#footer {
	width: 800px;
	height: 21px;
	background-image: url(../images/bg_footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:right;
	/*/*/
	padding:0; margin:0;
	/*--*/
}
div#footerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
 
ul#bottomnavul {
	position: relative;
	z-index: 10;
	top:0px;
	left:0px;
	height: 22px;
	width: 220px;
	background-image: url(../images/bottom_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#bottomnavul li {
	position: absolute;
	height: 22px;
	list-style: none;
}
ul#bottomnavul li span {
	height: 22px;
}
ul#bottomnavul li a span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
}
#intranet a span, #sitemap a span, #disclaimer a span {
	background: url(../images/bottom_nav.png) no-repeat;
	cursor: pointer;
}
#intranet {
	left: 0 px;
}
#intranet, #intranet a span {
	width: 66px;
}
#intranet a span {
	background-position: 0px 0;
}
#intranet a:hover span {
	background-position: 0px -22px;
}
#sitemap {
	left: 66px;
}
#sitemap, #sitemap a span {
	width: 65px;
}
#sitemap a span {
	background-position: -66px 0;
}
#sitemap a:hover span {
	background-position: -66px -22px;
}
#disclaimer {
	left: 131px;
}
#disclaimer, #disclaimer a span {
	width: 89px;
}
#disclaimer a span {
	background-position: -131px 0;
}
#disclaimer a:hover span {
	background-position: -131px -22px;
}


/*******************************************************************************

 Main INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

div#main_nav {
	width: 800px;
	height: 22px;
	padding:0;
	margin:0;
}

ul#nav {
	position: relative; z-index: 10;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 800px;
	background: url(../images/nav.png) 0 0 no-repeat;
	
}

ul#nav li { 
	position: absolute; 
	top:0; 
	height: 22px; 
	list-style: none;
	line-height: 100%; 
	font-size: 80%;
}

ul#nav li span { height: 22px; }

ul#nav li a span { display: block; position: absolute; left: 0; top: 0; z-index:1; }

#home a span,  #home1 a span, #about a span, #doctors a span, #specialties a span, #education a span, 
#research a span, #news a span, #contact a span {
	background: url(../images/nav.png) no-repeat;
	cursor: pointer;
}

#home { left: 0px; }
#home, #home a span { width: 62px; }
#home a span { background-position: 0px 0; }
#home a:hover span { background-position: 0px -22px; }

#home1 { left: 0px; }
#home1, #home1 a span { width: 62px; }
#home1 a span { background-position: 0px -22px; }
#home1 a:hover span { background-position: 0px -22px; }

#about { left: 62px; }
#about, #about a span { width: 87px; }
#about a span { background-position: -62px 0; }
#about a:hover span { background-position: -62px -22px; }

#doctors { left: 149px; }
#doctors, #doctors a span { width: 117px; }
#doctors a span { background-position: -149px 0; }
#doctors a:hover span { background-position: -149px -22px; }

#specialties { left: 266px; }
#specialties, #specialties a span { width: 104px; }
#specialties a span { background-position: -266px 0; }
#specialties a:hover span { background-position: -266px -22px; }

#education { left: 370px; }
#education, #education a span { width: 101px; }
#education a span { background-position: -370px 0; }
#education a:hover span { background-position: -370px -22px; }

#research { left: 471px; }
#research, #research a span { width: 92px; }
#research a span { background-position: -471px 0; }
#research a:hover span { background-position: -471px -22px; }

#news { left: 563px; }
#news, #news a span { width: 126px; }
#news a span { background-position: -563px 0; }
#news a:hover span { background-position: -563px -22px; }

#contact { left: 689px; }
#contact, #contact a span { width: 111px; }
#contact a span { background-position: -689px 0; }
#contact a:hover span { background-position: -689px -22px; }



/* second-level lists */
ul#nav ul { list-style: none; line-height: 100%; font-size: 130%; }
ul#nav li li { float: left; }
ul#nav li ul { position: absolute; top: 22px; left: -10px; width: 190px; display: none; z-index: 10; }


ul#nav li li { 
	width: 190px;
	height: auto;
	position: relative; 
	left: 0.9em;
	background: #eeeeee; 
}

ul#nav li li a {
	display: block;
	/*font: bold 70% Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	color: #003366;
	text-indent: 0;
	text-transform:uppercase;
	padding: 1em;
}

ul#nav li li a:hover {background: #3e8dbd; color:#ffffff; }

/* lists nested under hovered list items */
ul#nav li:hover ul, ul#nav li.sfhover ul { display: block; }

/* lists nested under hovered list items */
ul#nav li li.subhover ul {
	position: absolute; 
	top:-1px; 
	left:180px; 
	width:100px; 
	display:none; 
	z-index:100;
}

ul#nav li li.subhover li {
	width:120px;
	height:auto; 
	position:relative;
}

ul#nav li li.subhover:hover ul {display: block;}
