/* CSS Document */

body {
	background-color: #FCF1DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#cont {
	width: 990px;
	height: 600px;
	background-color: #660000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	margin: 0;
	margin-left: 42px;
	margin-right: 42px;
	height: 110px;
	background: url(pics/header.gif) top right no-repeat;
	background-color: #ffffff;
}

#header img {
	margin: 20px;
	margin-left: 40px;
}

#add_line {
	margin: 0;
	background: url(pics/add_line.gif) repeat-x;
	height: 15px;
	//height: 16px;
	padding-left: 48px;
	padding-top: 1px;
	color: #000000;
	font-style: italic;
	font-size: 10.6px;
}

#middle{
	margin: 0;
	height: 434px;
	background-color: #330000;
}

#main{
	margin: 0;
	margin-left: 42px;
	margin-right: 42px;
	background-color: #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	height: 434px;	
}

#footer {
	margin: 0;
	height: 41px;
	border-top: 2px solid #ffffff;
}

#footer_inner{
	border: 0;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	margin: 0;
	margin-left: 42px;
	margin-right: 42px;
	background-color: #330000;
	height: 25px;
	color: #ffffff;
	font-size: 10.6px;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	//padding-top: 15px;
}

#home_left {
	float: left;
	width: 328px;
	margin: 0;
	margin-left: 1px;
	padding: 0;
}

#home_left_top {
	background: url(pics/home_bg1.gif) no-repeat;
	width: 328px;
	height: 308px;
	border-right: 2px solid #ffffff;
}

#home_left_top p {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 7px;
	padding-left: 40px;
	padding-right: 35px;
}

#home_left_bottom {
	background: url(pics/home_bg2.gif) repeat-x;
	width: 328px;
	height: 122px;
	border: 2px solid #ffffff;
	border-left: 0;
	color: white;
}

#home_left_bottom h1{
	margin: 5px;
	margin-left: 15px;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

#home_left_bottom p {
	margin: 8px;
	padding: 0;
	padding-left: 30px;
	font-size: 12px;
	line-height: 18px;
}

 #home_left_bottom a:link, #home_left_bottom a:visited, #home_left_bottom a:hover {
	margin: 5px;
	margin-left: 150px;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	vertical-align: bottom;
	display: block;
 }

#home_right {
	float: left;
	background: url(pics/home_right_bg.gif) top left no-repeat #660000;
	height: 432px;
	width: 573px;
	//width: 570px;
	margin: 0px;
	margin-top: 2px;
	padding: 0;
	color: white;
	font-size: 13px;
	font-weight: bold;
	
}

#home_right_nav {
	width: 464px;
	height: 373px;
	margin-left: 54px;
	margin-top: 40px;
	background: url(pics/home_nav.jpg) no-repeat;
	text-align: center;
	
}

#home_right a:link, #home_right a:visited, #home_right a:hover{
	padding-top: 10px;
	color: white;
	text-decoration: none;
}

#home_right_nav a:link, #home_right_nav a:visited, #home_right_nav a:hover{
	display: block;
}

#home_right a:hover {
	text-decoration: underline;
}

#home_patients{
	width: 72px;
	padding-top: 275px;
	padding-left: 35px;
	float: left;
}

#home_docs{
	width: 95px;
	padding-top: 275px;
	padding-left: 89px;
	float: left;
}

#home_moreinfo {
	width: 80px;
	padding-top: 275px;
	padding-left: 75px;
	float: left;
}

#home_right_subnav{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}

#interior_nav{
	height: 20px;
	margin-top: 0px;
	border-top: 3px #ffffff solid;
	background-color: #ffffff;
	float: left;
}

#interior_left_nav {
	background: url(pics/interior_round_nav.gif) top left no-repeat;
	height: 22px;
	float: left;	
}

#interior_left_nav ul {
	margin: 0;
	margin-left: 8px;
	padding: 0;	
	list-style-type: none;
}

#interior_left_nav li {
	display: block;
	float: left;
	width: 170px;
	position: relative;
	text-indent: 0;
	text-align: center;
	padding-top: 2px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#interior_left_nav a{
	color: white;
	text-decoration: none;
}

#interior_left_nav a:hover {
	text-decoration: underline;
}

/*************  Dropdown ******/
ul#interior_left_nav{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: right;
	text-indent: 0;
}


li ul {
	position: absolute;
	left: -3px;
	//top: 20px;
	display: none;
	/* display none after testing */
	width: 80px;	
	z-index: 100;
}



li ul {
	margin: 0;
	padding:0;
}

li ul li{
	margin: 0px;
	padding: 5px;
	padding-right: 0;
	background-color: #666666;
	opacity: .95;
	filter: alpha(opacity=95);
	color: #ffffff;
	width: 80px;	
	text-indent: 0;
	text-align: right;
}

ul#nav li li{
	width: 140px;
	text-align: right;
	padding-right: 20px;
}

li ul li a{
	color: blue;
	font-variant: normal;
	font-size: 12px;
	letter-spacing: normal;
}

li ul a {
	width: 80px;	
	text-align: left;
}

ul#interior_left_nav li a{
	display: block;
	text-decoration: none;
	border-bottom: 0;
	margin: 0px;
	padding: 8px;
}

ul#interior_left_nav li a:hover {
	text-decoration: underline;
}


li:hover ul, li.over ul { 
	display: block; }

/****** End Dropdown *************/


.patients {
	display: block;
	background: url(pics/green_nav.gif) repeat-x;
	height: 20px;
}

.physicians {
	display: block;
	background: url(pics/blue_nav.gif) repeat-x;
	height: 20px;
	margin-left: 3px;
}

.more_info {
	display: block;
	background: url(pics/black_nav.gif) repeat-x;
	height: 20px;
	margin-left: 3px;
}

#interior_right_nav {
	height: 20px;
	background-color: #660000;
	float: left;
	width: 375px;
	//width: 365px;
	margin-left: 3px;
	font-size: 13px;
	color: white;
	font-weight: bold;
}

#interior_right_nav p{
	margin: 0;
	padding: 0;
	margin-left: 50px;
	margin-top: 1px;
}

#interior_right_nav a{
	color: white;
	text-decoration: none;
}

#interior_right_nav a:hover{
	text-decoration: underline;
}

#interior_body {
	background-color: #FFF0D5;
	height: 410px;
	border: 1px #cccccc solid;	
	float: left;
	
}

#green_fade {
	background: url(pics/green_fade.gif) repeat-x;
	height: 16px;
}

#interior_text{
	float: left;
	height: 395px;
	overflow: auto;
	width: 900px;
}

#interior_text h1{
	margin: 10px;
	padding: 0;
	width: 70%;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(pics/green_h1.gif) no-repeat right ;
}
#interior_text h2{
	margin: 10px;
	padding: 0;
	width: 625px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(pics/green_h2.gif) no-repeat right ;

}

#interior_text p{
	margin: 10px;
	font-size: 12px;
	width: 650px;
}

#interior_text blockquote {
	margin-top: 0;
	margin-bottom: 10px;
	margin: 30px;
	font-size: 12px;
	width: 500px;
}

#interior_text hr{
	margin: 10px;
	color: #286020;  
	size:3px;
	align: left;
	width: 650px;
}


#interior_text img {
	margin: 20px;
	margin-right: 60px;
	border: 0;
	float: right;
}

#interior_text ul {
	font-size: 12px;
}



#interior_text2{
	float: left;
	height: 395px;
	overflow: auto;
	width: 900px;
}

#interior_text2 h1{
	margin: 10px;
	padding: 0;
	width: 70%;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(pics/green_h1.gif) no-repeat right ;
}
#interior_text2 h2{
	margin: 10px;
	padding: 0;
	width: 625px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(pics/green_h2.gif) no-repeat right ;

}

#interior_text2 p{
	margin: 10px;
	font-size: 12px;
	
}

#interior_text2 blockquote {
	margin-top: 0;
	margin-bottom: 10px;
	margin: 30px;
	font-size: 12px;
	width: 500px;
}

#interior_text2 hr{
	margin: 10px;
	color: #286020;  
	font-size:3px;
	align: left;
	width: 650px;
}


#interior_text2 img {
	margin: 20px;
	margin-right: 60px;
	border: 0;
	float: right;
}

#interior_text2 ul {
	font-size: 12px;
}


#topleft {
   width:200px;
   height:400px;
   //height:300px;
   float:left;
   margin-left:10px;
   font-size: 12px;
}


#topright {
   width:200px;
   height:800px;
   border-left-width:1px;
   border-left-style: solid;
   border-left-color:#000000;
   float:left;
   margin-left:5px;
   margin-bottom:10px;
   font-size: 12px;
   padding-left: 5px;
}   


#topcenter {
   width:200px;
   height:850px;
   border-left-width:1px;
   border-left-style: solid;
   border-left-color:#000000;
   float:left;
   margin-left:5px;
   margin-bottom:10px;
   font-size: 12px;
   padding-left:5px;
}

 
 h5 {
  font-size:16px;
  align:top;
}

#teamphoto {
  width:400px;
  height:235px;
  float:left;
}

 #form {
 width:400px;
 height:100%;
 float:left;
 margin-left:5px;
}

#form P{
  line-height:16px;
  font-size: 12px;
  margin: 0;
  //margin-left: 10px;
  padding: 0;
  align:left;
}
 label {
  float: left;
  text-align: left;
  margin-right: 0.5em;
 
}


.submit input{
  margin-left:4.5em;
}

 input {
  color: #000000;
  background: #ffffff;
  border: 1px solid #781351;
  margin-left:5px;
  line-height:18px;
}

.submit input {
  color: #000000;
  background: #ffffff;
  border: 2px outset #d7b9c9
}

 fieldset {
  border: 1px solid #781351;
  width:350px;
  //width:650px
}

 legend {
  color: #fff;
  background: #630000;
  border: 1px solid #781351;
  padding: 2px 6px
}

#teampic {
  float:left; 
  width:400px;
  height:235px; 
  margin-left:200px;
  //margin-left:100px;
  margin-top:2px;
  background:url(./pics/teamphoto.jpg);
}

 #meet_team_directors {
  width:875px;
  height:300px;
  float:left;
 }


 #meet_team_Mishkin {
  width:875px;
  height:315px;
  float:left;
 
}
 
 #meet_team_Lichtenstein {
  width:875px;
  height:300px;
  float:left;
 }


 #meet_team_M {
  width:173px;
  height:250px;
  float:right;
  border: 1px solid #000000;
  background-color:#FFFFFF;
  background:url(./pics/Mishkin_Daniel.jpg);
}
#meet_team_L {
  width:173px;
  height:250px;
  float:right;
  border: 1px solid #000000;
  background-color:#FFFFFF;
  background:url(./pics/David_Lichtenstein.jpg);
} 

 #meet_team_W {
  width:173px;
  height:250px;
  float:right;
  border: 1px solid #000000;
  background-color:#FFFFFF;
  background:url(./pics/Michael_Wolfe.jpg);
}

#meet_team_Physicians {
  width:800px;
  height:490px;
  float:left;

}
#topleft_contact {
   width:200px;
   height:100px;
   //height:100px;
   float:left;
   margin-left:10px;
   font-size: 12px;
}
#endoscopy_pic {
  width:808px;
  height:160px;
  margin-top:30px;
  float:left;
  margin-left:20px;
  margin-bottom:10px;
  background:url(./pics/endoscopy_center.gif);
}
#divide {
width:190px;
height:8px;

}