/* ---------- basics ---------- */

body, html {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/img/bg_outer.gif) repeat-y;
	text-align: left;
	font-family: verdana,trebuchet,helvetica,sans-serif;
	color: #000;
	font-size: .8125em;
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%; 
	} 

img, img a {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
td {
	vertical-align: top;
	}

/* ---------- layout ---------- */

div#outer {
	position: relative;
	min-height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	}

* html #outer {
	height: 100%;
	}  /*helps with positioning sticky footer*/


div #header {
	margin: 0;
	border-left: 1px solid #aeaeae;
	padding: 0;
	background: url(/img/bg_header_logo.gif) no-repeat; 
	background-color: #d00001;
	}   /*border declaration is there only to get background color and image to display in IE6 windows*/

div#header img#logo {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding: 0 0 0 130px;
	text-align: center;
	}

div#nav {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 130px;
	} /* nav bg created with tiled bg gif in body, html */

div#text {
	margin-top: 20px;
	margin-left: 135px;
	border: 0;
	padding-bottom: 4em;
	}

div#text div {
	margin: 0 20px 20px 20px;
	border: 0;
	padding: 0;
	} /*margin needs to go here, not in div#text because that causes problem with float*/
	
div#footer {
	position: relative;
	bottom: 0; 
	margin-top: -4em;
	border: 0;
	padding: 0;
	width: 100%;
	clear: both;
	} 

	
/* ---------- typography nav ---------- */

#nav p {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: right;
	line-height: 1.2;
	}

#nav p a {
	margin: 0;
	padding: 6px 15px 6px 20px;
	font-size: 1em;
	font-weight: bold;
	border-top: #fff 1px solid;
	display: block;
	text-align: right;
	}

#nav p a:link {
	text-decoration: none; 
	color: #000;
	}
	
#nav p a:visited { 
	text-decoration: none; 
	color: #ddd; 
	} 

#nav p a:hover {
	color: #a00;
	text-decoration: underline;
	} 

#nav p a:active {
	color: #a00; 
	text-decoration: underline;
	} 
	
#nav p#appt {
	margin: 0;
	border: 0;
	padding: 6px 15px 6px 20px;
	font-size: .9em;
	font-weight: bold;
	color: #a00;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	}

#nav p#dept {
	margin: 40px 0 3em 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	border-bottom: #fff 1px solid;
	}
	/*2em bottom margin is there to force space between it and sticky footer*/

#nav p#here a {
	color: #a00;
	}

/* ---------- typography subnav ---------- */

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav ul li {
	margin: 0;
	padding: 3px 15px 6px 20px;
	list-style: none;
	font-weight: normal;
	text-align: right;
	}

#nav ul li a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

#nav ul li a:link {
	text-decoration: none; 
	color: #000
	}
	
#nav ul li a:visited { 
	text-decoration: none; 
	color: #ddd; 
	} 

#nav ul li a:hover {
	color: #a00;
	text-decoration: underline;
	} 

#nav ul a:active {
	color: #a00; 
	text-decoration: underline;
	} 
	


/* ---------- typography text ---------- */

#text h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.9em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	}

#text h2 {
	margin: 1em 0 .5em 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	}

#text h3 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	}

#text h4 {
	margin: 1em 0 .5em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	}

#text p {
	margin: .7em 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6;
	}

#text ul li {
	margin: 0;
	border: 0;
	padding: .5em 0 0 0;
	font-size: 1.2em;
	line-height: 1.3;
	}

#text ul li ul li  {
	font-size: 1em;
	}

/* ---------- typography footer ---------- */

#footer p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
	
#footer p#address {
	margin: 0;
	border: 0;
	padding: .5em;
	color: #000;
	}
	
	
#footer p#offices {
	margin: 0;
	border-bottom: 2px solid #d00011;
	padding: .5em;
	background: #d00011;
	color: #fff;
	}
	
#footer p#offices a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

#footer p#offices a:link {
	text-decoration: none; 
	color: #fff
	}
	
#footer p#offices a:visited { 
	text-decoration: none; 
	color: #fff; 
	} 

#footer p#offices a:hover {
	color: #fco;
	text-decoration: underline;
	} 

#footer p#offices a:active {
	color: #fc3; 
	text-decoration: underline;
	} 
	

	
/* ---------- home ---------- */

body#home div#outer {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/img/bg_outer_home.gif) repeat-y;
	}

body#home div#text {
	background: #fff;
	}

body#home div#text div#copy {
	margin: 0 0 0 195px;
	border: 0;
	}

body#home #text img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	}
	
body#home #text object#anim_pics {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
	padding: 0 0 0 0;
	}
	
body#home #text h1 {
	margin-top: 7px;
	color: #000;
	}

body#home #text p#name {
	font-size: .95em;
	font-weight: bold;
	color: #999;
	}

body#home #text a#hurts {
	font-weight: bold;
	}

body#home #text ul {
	margin: 5px 30px 10px 15px;
	padding: 0;
	}

body#home #text li {
	margin: 0;
	padding: 0;
	}

body#home img#guy {
	margin: 0;
	border: 0;
	padding: 0 25px 15px 0;
	float: left;
	}

/* ---------- where does it hurt pages ---------- */

table#guy {
	margin: 0;
	border: 0;
	padding: 0 15px 15px 0;
	float: left;
	}

img#hurts {
	float: left;
	margin: 0;
	border: 0;
	padding: 0 15px 15px 0;
	}


/* ---------- Further pages in patients ---------- */

div#text div#further {
	margin: 0 0 0 190px;
	}

div#further ul {
	margin-left: 1.5em;
	padding-left: 0;
	}
	

/* ---------- dr specialty page ---------- */

table#specialty td {
	border: 0;
	padding-bottom: 20px;
	}

table#specialty tr td p {
	margin-top: 0;
	padding-right: .7em;
	font-size: 1em;
	line-height: 1.4;
	}

/* ---------- dr pages ---------- */

div#text div#doc {
	margin: 0 0 0 180px;
	border: 0;
	}

div#doc h2#cert {
	margin-top: 1.5em;
	margin-bottom: 1em;
	}
 
div#doc ul {
	margin-left: 1.5em;
	padding-left: 0;
	} 

 
img#dr {
	float: left;
	margin: 0;
	border: 0;
	padding: 0 15px 15px 0;
	}

/* ---------- about page ---------- */


object#anim_words {
	margin: 0;
	border: #000 1px solid;
	padding: 0;
	width: 99%
	}

img#about-img {
	margin: 10px 0 10px 10px;
	border: 0;
	padding: 0;
	}
	
#text ul#about li {
	margin: 0 0 0 -1em;
	border: 0;
	padding: .5em 0 0 -1em;
	font-size: .8em;
	line-height: 1.3;
	}
	/* spec required because ul is in a table which is needed to avoid first few bullets being indented by nav div, problem occurs in IE6 win only */


/* ---------- affiliations table ---------- */

table#hospitals {
	margin: 0;
	border: 0;
	padding: 0;
	}

table#hospitals td {
	border-style: solid;
	margin: 0;
	border-bottom: #d00 1px solid;
	padding: 10px 12px;
	font-size: 1.3em;
	line-height: 1.1;
	}

table#hospitals td.blue {
	background: #e0eef9;
	}

/* ---------- map pages ---------- */

img#map {
	margin: 0;
	border: 0;
	padding: 0 15px 15px 0;
	float: left;
	}

td.officephoto img {
	margin: 0;
	border: 0;
	padding: 15px 15px 0 0;
	}
	
/* ---------- insurance table ---------- */

table#insurance td {
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
	}

table#insurance td p {
	margin: 0;
	border: 0;
	padding: .5em 1.5em 0 1.5em;
	font-size: 1.2em;
	line-height: 1.4;
	text-indent: -1.5em;
	}

/* ---------- insurance table ---------- */

body#hurt div#outer {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/img/bg_outer_home.gif) repeat-y;
	}


