/*
colors
#967540		body background
#371303		shell, footer background
#DCC792		sidebar background
#FCFAF6		interior sidebar background
#F8F3E8		content background
#B09963		subnav title  background
*/

html
{
	min-height: 100%;
	height: auto;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(/css/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

body
{
	font-family: Arial, Verdana, "sans-serif";
	font-weight: normal;
	background: #967540 url('../images/body-background-1px-col.jpg') repeat-x;
	/* Added fix for hover over anything, not just <a> in ie6 , csshover.htc
	from http://www.xs4all.nl/~peterned/csshover.html */
	behavior: url(/css/csshover.htc)
}

p
{
	margin: 0 10px 10px 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, helvetica, "sans-serif";
	font-weight: bold; 
	margin: 15px 0 5px  0;
}

h1
{
	font-size: 160%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 120%;
}

ol
{
	margin-left: 55px;
	padding-bottom: 10px;
	list-style: decimal;
}

hr
{
	width: 98%;
	margin: 0 10px 5px 0;
	background-color: #967540;
}

input
{
	margin: 5px 0px;
}

#shell, #interior2 #shell
{
	width: 805px;	/* Width of image 885 minus total left, right padding */
	position: relative;
	margin: 20px auto 0px;
	padding: 308px 35px 0px  45px;	/* Height of image 308px = padding */
	text-align: left;
	min-height: 580px;
	/*font-size: 75%;*/
	background: #371303 url('../images/header_home.jpg') no-repeat;
}

#interior #shell
{
	background: #371303 url('../images/header_interior.jpg') no-repeat;
}

#DrB #shell
{
	background: #371303 url('../images/header_DrB.jpg') no-repeat;
}

#DrP #shell
{
	background: #371303 url('../images/header_DrP.jpg') no-repeat;
}

#patient #shell
{
	background: #371303 url('../images/header_patient.jpg') no-repeat;
}

#procedures #shell
{
	background: #371303 url('../images/header_procedure.jpg') no-repeat;
}

#cataracts #shell, #deluxe #shell, #dryeyes #shell, #glaucoma #shell, #macular #shell
{
	background: #371303 url('../images/header_cataracts.jpg') no-repeat;
}

#med_eye_problems #shell
{
	background: #371303 url('../images/header_eyeprobs.jpg') no-repeat;
}

#maps #shell
{
	background: #371303 url('../images/header_maps.jpg') no-repeat;
}

#diabetic #shell
{
	background: #371303 url('../images/header_diabetic.jpg') no-repeat;
}

/* DEFINE DEFAULT LINK STYLES */
a:link {color: #371303; text-decoration: underline; }     /* unvisited link */
a:visited {color: #371303; text-decoration: underline; }  /* visited link */
/*a:hover {color: black; text-decoration: none; }   /* mouse over link */
a:active {color: black; text-decoration: underline; }   /* selected link */

/* NAVIGATION STYLES */

#homelink
{
	position: absolute;
	top: 60px;
	left: 700px;
	width: 180px;
	height: 100px;
}

a.largeLinks
{
	color: black;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
}

#nav
{
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 1;
	font-size: 14px;
}

#nav li 
{ 
	margin: 30px 4px;
	overflow: hidden;
	padding: 60px 5px 21px 5px;
	float: left; 
}

/* Jova 03242008: added padding for more clickable area. Same top and bottom padding as #nav li. */
#nav a
{
	padding: 60px 0 21px 0; 
	text-decoration: none;
}

#nav a:hover
{
	color: #000;
}

#nav li.current
{
	background: #eadcbb;
	opacity: 0.5;			/* filter fixes for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5;
}

#nav li:hover
{
	background: #eadcbb;
	opacity: 0.5;			
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5;
}

#navtext
{
	position: absolute;
	top: 0px;
	left: 40px;
	font-size: 14px;
}

#navtext li 
{ 
	margin: 30px 4px;
	overflow: hidden;
	padding: 60px 5px 30px 5px;
	float: left;
	color: #DCC792;
}

#navtext li.current
{
	color: #000;
}

#sidebar
{
	padding-top: 24px; /* height of top img */
	float: right;
	width: 274px; /* width of top img */
	font-size: 11px;
	line-height: 15px;
}

#sidebar div
{
	padding: 5px;
	margin: 0 0 10px 0;
	background: #DCC792 url('../images/sidebar-bak-1px-row.jpg') repeat-y;
}

#sidebar_top_arc_img
{
	position: absolute;
	top: 310px;
	left: 576px;
}

#sidebar_bottom_img
{
	margin: -10px 0 20px 0;
}

#interior #sidebar, 
#interior2 #sidebar, 
#DrB #sidebar,
#DrP #sidebar
{
	padding-top: 22px; /* height of top img */
	float: right;
	width: 176px; /* width of top img */
	font-size: 11px;
	line-height: 15px;
}

#interior #sidebar div, 
#interior2 #sidebar div, 
#DrB #sidebar div,
#DrP #sidebar div
{
	background: #DCC792 url('../images/sidebar-bak-1px-row.jpg') repeat-y;
}

#interior #sidebar #subnav, 
#interior2 #sidebar #subnav, 
#DrB #sidebar #subnav,
#DrP #sidebar #subnav
{
	padding: 0 0 5px;
	background: #FCFAF6;
}

#interior #sidebar a, 
#interior2 #sidebar a, 
#DrB #sidebar a,
#DrP #sidebar a
{
	display: block;
	padding: 5px;
	text-align: right;
	font-size: 15px;
	text-decoration: none;
	color: black;
}

#interior #sidebar a:hover, 
#interior2 #sidebar a:hover, 
#DrB #sidebar a:hover,
#DrP #sidebar a:hover
{
	padding: 5px;
	color: #371303;
	background-color: #DCC792;
}

#interior #sidebar .current_subnav, 
#interior2 #sidebar .current_subnav, 
#DrB #sidebar .current_subnav,
#DrP #sidebar .current_subnav
{
	padding: 5px;
	color: #371303;
	background-color: #DCC792;
}

#interior #sidebar #subnav_title, 
#interior2 #sidebar #subnav_title, 
#DrB #sidebar #subnav_title,
#DrP #sidebar #subnav_title
{
	padding: 5px;
	text-align: left;
	color: #371303;
	background-color: #B09963;
}

#interior #sidebar_top_arc_img, 
#interior2 #sidebar_top_arc_img, 
#DrB #sidebar_top_arc_img, 
#DrP #sidebar_top_arc_img
{
	position: absolute;
	top: 293px;
	left: 672px;
}

#interior #sidebar li, 
#interior2 #sidebar li, 
#DrB #sidebar li, 
#DrP #sidebar li
{
	margin-right: 10px;
	text-align: right;
}

#interior #sidebar li a, 
#interior2 #sidebar li a, 
#DrB #sidebar li a, 
#DrP #sidebar li a
{
	display: inline;
	text-decoration: underline;
	font-size: 11px;
	color: #371303;
}

#interior #sidebar li a:hover, 
#interior2 #sidebar li a:hover, 
#DrB #sidebar li a:hover, 
#DrP #sidebar li a:hover 
{
	background: none;
	color: #000;
}

#content
{
	position: relative;
	top: 28px;
	width: 485px;
	min-height: 260px;
	padding: 15px 10px 50px 20px;
	font-size: 12px;
	line-height: 15px;
	background: #F8F3E8;
}

#content_top_arc_img
{
	position: absolute;
	top: -65px;
	left: -1px;
}

#content #map_image
{
	margin: 20px;
}

#interior #content, 
#interior2 #content, 
#DrB #content, 
#DrP #content
{
	position: relative;
	top: 48px; 
	width: 559px;
	background-color: #F6F0E4;
}

#interior #content_top_arc_img, 
#interior2 #content_top_arc_img, 
#DrB #content_top_arc_img, 
#DrP #content_top_arc_img
{
	position: absolute;
	top: -90px;
	left: -1px;
}

#footer
{
	position: relative;
	margin: 0;
	padding: 2px 10px 0 0;
	height: 200px;
	vertical-align: top;
	width: 505px;
	font-size: 12px;
	color: white;
	background-color: #371303;
}

#interior #footer, 
#interior2 #footer, 
#DrB #footer, 
#DrP #footer
{
	position: relative;
	margin: 0;
	padding: 2px 10px 0 0;
	height: 200px;
	vertical-align: top;
	width: 580px;
	font-size: 12px;
	color: white;
	background-color: #371303;
}

#footer p
{
	margin: 0;
	padding: 2px 0 0 0;
}

#bold
{
	font-weight: bold;
	margin: 0 10px 10px 0;
}

ul#bulletList
{
	list-style: disc;
	margin: 0 0 10px 25px;
	font-weight: bold;
}

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

.padImg
{
	display: block;
	margin: 10px 0;
}

.textCenter
{
	text-align: center;
}

.list
{
	padding: 10px 10px 10px 20px;
}