/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus, :active {
	outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/* end */

/* ---------- General ---------- */

body {
	text-align: center;
	color: #545454;
	font: normal 13px/1.6em 'Helvetica Neue', helvetica, arial, sans-serif; 
	background: #f8f6eb url(/i/body_bg.gif) repeat center 0;
}


h1 {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 30px 30px 20px;
}


h2 {
	color: #323232;
	font-weight: bold;
	font-size: 15px;
}

h3 {
	color: #545454;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0;
}



h4 {
	}

p {
	margin-bottom: 15px;
}


a:link, a:visited {
	color: #0e82a8;
	text-decoration: none;
}

a:hover {
	color: #1d6d91;
	text-decoration: underline;
}


div.hr {
	height: 9px;
	background: url(/i/line.gif) repeat-x 0 0;
	margin: 4px 0;
	clear: both;
}

hr {
	display: none;
}

.clearboth {
	clear: both;
}

br.clr {
	clear: both;
}

.all {
	clear: both;
}


/* end */


#ids, #nav ul, #wrapper, #footer, #copyright {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#wrapper, #footer {
	border: 1px solid #dfdfdf;
	background-color:#fff;
	margin-top: 20px;
}

#wrapper {overflow:auto;}


/* ---------- header logo etc ----------*/

#header-wrap {
	background: url'(/i/int_head_bg.gif') repeat-x 0 0;
	height: 150px;
	margin: 0 auto;
}

#header-inner {background: transparent url('/i/int_head_bg_logo.gif') no-repeat top center;
	height: 150px;
	margin: 0 auto;
}

#ids {
	height: 150px;

}


#ids h2 {
	float: left;
	text-indent: -9999px;
	width: 430px;
}

#ids h2 a {
	display: block;
	height: 120px;
	width: 430px;
}

#ids h3 {
	float: right;
	text-align:right;
	color: #0e82a8;
	font-weight: normal;
	margin-top: 98px;
	width: 200px;
}

/*---------- LAYOUT----------*/
#content {
	position: relative;
	float: left;
	width: 560px;
	margin: 0 0 30px 30px;
}

#sidebar {
	position: relative;
	float: left;
	width: 240px;
	margin-left: 30px;
	margin-bottom: 15px;
}

#sidebar h3 {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}


#footer {overflow: auto;
}


#footer p {
	float:left;
	margin: 20px 30px;
	font-size: 12px;
	color: #7a7a7a;
}


#copyright {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	color: #7a7a7a;
	margin-bottom: 20px;
}


/* ---------- GLOBAL NAVIGATION ---------- */

#nav {
	background: url('/i/nav_bg.gif') repeat-x 0 0;
	height: 45px;
}

#nav ul {
	height: 45px;
 	background: url('/i/nav.gif') no-repeat 0 0;
}

#nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	text-indent: -9999px;
    overflow: hidden;
}

#nav li a {
	height: 45px;
	border: 0;
	text-decoration: none;
	display: block;
}

#nav_home a:link, #nav_home a:visited {left:0;width:43px;}

#nav_services a:link, #nav_services a:visited {left:43px;width:116px;}

#nav_doctors a:link, #nav_doctors a:visited {left:159px;width:114px;}

#nav_about a:link, #nav_about a:visited {left:273px;width:136px;}

#nav_research a:link, #nav_research a:visited {left: 409px;width:94px;}

#nav_fellowship a:link, #nav_fellowship a:visited {left: 503px;width:102px;}

#nav_appointments a:link, #nav_appointments a:visited {left: 605px;width:124px;}

#nav_contact a:link, #nav_contact a:visited {left: 729px;width:171px;}

/*over and on states*/
#nav_home a:hover, body#home #nav_home a {background: url('/i/nav.gif') 0 -45px no-repeat;}

#nav_services a:hover, body#services #nav_services a {background: url('/i/nav.gif') -43px -45px no-repeat;}

#nav_doctors a:hover, body#doctors #nav_doctors a {background: url('/i/nav.gif') -159px -45px no-repeat;}

#nav_about a:hover, body#about #nav_about a {background: url('/i/nav.gif') -273px -45px no-repeat;}

#nav_research a:hover, body#research #nav_research a {background: url('/i/nav.gif') -409px -45px no-repeat;}

#nav_fellowship a:hover, body#fellowship #nav_fellowship a {background: url('/i/nav.gif') -503px -45px no-repeat;}

#nav_appointments a:hover, body#appointments #nav_appointments a {background: url('/i/nav.gif') -605px -45px no-repeat;}

#nav_contact a:hover, body#contact #nav_contact a {background: url('/i/nav.gif') -729px -45px no-repeat;}

/* --------- SUB NAVIGATION ---------- */

#subnav {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#subnav li {
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
}

#subnav li a {
	padding-left: 15px;
	font-weight: bold;
	font-size: 13px;
	background: transparent url(/i/nav_arrow.gif) left center no-repeat;
}

#subnav li a:hover {
	background: transparent url(/i/nav_arrow_on.gif) left center no-repeat;
	color: #0c587c;
	text-decoration: none;
}

/*this hides the sub navs */
#subnav ul.ser_nav, #subnav ul.abo_nav, #subnav ul.doc_nav, #subnav ul.fel_nav {
	display: none;
}

/*this displays the correct sub nav based on body id*/
#services #subnav ul.ser_nav, #about #subnav ul.abo_nav, #doctors #subnav ul.doc_nav, #fellowship #subnav ul.fel_nav {
	display:block;
	}

/*this displays the on state based on body class*/
	
body.serv ul.ser_nav #s-ser, 
body.glau ul.ser_nav #s-gla,
body.cata ul.ser_nav #s-cat,
body.intra ul.ser_nav #s-int,
body.lasi ul.ser_nav #s-las,
body.macu ul.ser_nav #s-mac,
body.diab ul.ser_nav #s-dia,
body.drye ul.ser_nav #s-dry,
body.flas ul.ser_nav #s-fla,
body.boto ul.ser_nav #s-bot,
body.gene ul.ser_nav #s-gen,
body.opti ul.ser_nav #s-opt,
body.cont ul.ser_nav #s-con {
	background: transparent url(/i/nav_arrow_on.gif) left center no-repeat;
 	color: #0c587c;
 	display: block;
 	border-bottom: 1px solid #c0e3ee;
}
	

/* ---------- HOME PAGE ---------- */
#top {
	height: 10px;
	background-color:#000;
}

body#home #header-wrap {
	background: url(/i/home_head_bg.gif) repeat-x 0 0;
	height: 220px;
	margin: 0 auto;	
}

#home #header-inner {background: transparent url(/i/home_head_bg_logo.gif) no-repeat top center;
	height: 220px;
	margin: 0 auto;
}

#home #wrapper{
	margin-top: 0;
}

#home #content {
	width: 530px;
}

#home #sidebar {
	margin-top: 227px;
	width: 240px;
	margin-left: 60px;
}


#chart-wrap {width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 3000;
	}
 
#chart {
	position:absolute;
	left:590px;
	top:30px;
	width: 293px;
	height: 364px;
   z-index: 1000; 
   overflow: hidden;
}

#home h1 {
	text-indent: -9999px;
	overflow: hidden;
	background: url('/i/welcome.gif') no-repeat;
	border: none;
	padding: 0;
	margin: 30px 0 20px;
	height: 32px;
}

.intro {
	font: bold 15px/1.8 'Helvetica Neue', helvetica, arial, sans-serif; 
	color: #7a7a7a;
}

.intro2 {
	font-size: 14px;
	line-height: 1.7em;
}
/* ---------- end homepage ---------- */




/* ---------- miscellaneous ---------- */
.contact_leftcol {
	float: left;
	margin: 0 20px 20px 0;
	width: 280px; 
}

.contact_rightcol {
	float: left;
	margin: 0 0 10px 0;
}

.leftcol {	
	float: left;
	width: 260px;
	margin: 0 20px 10px 0;
	
}

.rightcol {	
	float: left;
	width: 260px;
	margin: 0 0 10px 0;
}

.bluebold {
	color: #0e82a8;
	font-weight: bold;
	/*font-size: 15px;*/
}

.list {
	list-style: disc;
	margin: 0 0 15px 30px;
}

#content img {
	border:1px solid #c0e3ee;
	padding:5px;
	margin: 5px;background: #fff;
}

#content img.left {
	float: left;
	margin: 0 10px 10px 0;
}

#content img.right {
	float: right;
	margin: 0 0 10px 10px;
}


blockquote {
	margin: 0 0 12px 0;
	clear:both;
	border-bottom: 1px solid #ccc;
	float: left;
	padding-bottom: 20px;
}


blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin: 0 0 0 10px;
}


.dotted {
	border-bottom:1px dotted #CCC;
	clear:both;
	margin:10px 0;
}

.backup {
	padding-left: 20px;
	background: url(/i/backup.gif) 0 0 no-repeat;
	font-weight: bold;
	float: right;
	}
