* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #404040;
	}
body {
	background-color: #A3B1CC;
	background-image: url(http://jax.shands.org/images/bg.jpg); */
	padding: 0;
	margin: 0 auto;  /* changed bottom margin for new footer [DP] */ 
	text-align: center;
	}

body, p, li, ul, td, th {font-size: 11px;}
	
#main-container-top, #main-container-bottom { display: block; position: relative; width: 994px; height: 10px; margin: 0 auto; }
#main-container-top { background: url('/images/main-glow-top.png') no-repeat bottom; }
#main-container-bottom { background: url('/images/main-glow-bottom.png') no-repeat top; }
#main-container { display: block; position: relative; width: 994px; margin: 0 auto; background: transparent url('/images/main-glow.png') repeat-y; }

#topnav {
	margin: 0 auto;
	padding: 0;
	background: #464646 url('/images/tnbg.png') repeat-x top;
	width: 950px;
	border: none;
	}
#topnav td {
	text-align: center;
	border-left: 1px solid #808080;
	border-right: 1px solid #464646;
	height: 30px;
	font-size: 10px;
	}
#topnav a {
	display: block;
	line-height: 30px;
	color: #fff;
	padding: 0 5px;
	}
#topnav a:hover { background-color: #808080; }
#topnav form { margin: 0 }
#topnav input { margin: 0; }
form { margin: 0 }
#searchbox {
	font-size: 10px;
	border: 1px solid #404040;
	width: 100px;
	background: url(http://jax.shands.org/images/searchbg.png) repeat-x #fff;
	}
#searchbutton {
	background: none;
	border: 0;
	margin: 0;
	}
#navbar {
	background: #3D578B url(http://jax.shands.org/images/nav_bg.jpg);
	height: 30px;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 950px;
	}
#navbar td {
	vertical-align: middle;
	text-align: center;
	height: 30px;
	overflow: hidden;
	}
#navbar td a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	padding: 0 30px;
	}
#navbar td a:hover {
	background-color: #124394
	}
#addbar {
	background: url(http://jax.shands.org/images/tnbg.png) repeat-x #363636;
	height: 25px;
	width: 100%;
	}
#addbar td {
	vertical-align: middle;
	color: white;
	font-size: 10px;
	text-align: left;
	padding: 0 10px;
	}
#addbar td a {
	color: #EBEBEB;
	text-decoration: none;
}
#addbar td a:hover { color: white; }
#addbar td img { margin: 0 5px; }
#main {
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: left;
	}
img#arrow, img.arrow { margin-bottom: 1px; width: 4px; height: 6px; border: 0; }

#content, #content2 { vertical-align: top; padding: 20px 20px 30px 20px; }
#content { background: #fff url(/images/content_shadow2.png) repeat-x top; }
#content2 p, #content2 li {
	font-size: 11px;
	line-height: 16px;
	}
#content2 li { margin: 10px 0; }
#content2 ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#content2 ul.links li {
	padding-left: 20px;
	background: url(http://jax.shands.org/images/goldarrow.gif) no-repeat 10px 6px;
	}	
#content h1 {
	font-size: 24px;
	color: #404040;
	font-weight: normal;
	font-family: Georgia,'Times New Roman',Times,serif;
	}
	#content h1.name { margin-bottom: 0; padding-bottom: 0; }
	#content h1.name img { float: right; border: 1px solid #404040; margin: 5px 0px 5px 10px }
	#content p.title { font-weight: bold; margin-top: 0 }
#content h2 {
	font-size: 18px;
	color: #808080;
	border-bottom: 1px solid #d1d1d1;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	}
#content h3 {
	font-size: 13px;
	color: #404040;
	}
#content h4 {
	font-size: 11px;
	color: #525252;
	font-weight: bold;
	}	
	#content p, #content li, #content q {
		font-size: 11px; 
		line-height: 18px;
		}
	#content ul.links, #content ul.list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	#content ul.list li, #content ul.links li {
	    line-height: normal;
		padding-left: 20px;
		background: url(http://jax.shands.org/images/goldarrow.gif) no-repeat 10px 4px;
		}
	#content ul.external-links {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	#content ul.external-links li {
	    line-height: normal;
		padding-left: 20px;
		background: url(http://jax.shands.org/images/goldarrow.gif) no-repeat 10px 4px;
		margin: 10px 0;
		}
	#content ul.external-links li a {
		padding-right: 12px;
		background: url('/images/external-link.png') no-repeat right;
		}
	#content ul.list li {
		margin: 5px 0;
		}		
	#content ul.links li {
		margin: 10px 0;
		}
	#content ul.list ul li, #content ul.links ul li {
		padding-left: 0px;
		background: none;
		}
	#content ul.list ul li, #content ul.links ul li {
		padding-left: 8px;
		list-style-type: none;
		background: url(http://jax.shands.org/images/golddot.gif) no-repeat 0px 6px;
		}
	#content p.top {
		text-align: right;
	}
	#content p.top a {
		border: 1px solid #A0A0A0;
		background-color: #C8C8C8;
		color: white;
		padding: 3px 5px;
		font-size: 9px;
		line-height: 9px;
		display: inline;
	}
	#content p.top a:hover {
		border: 1px solid #4180FF;
		background-color: #91B5FF;
	}

	
.small { font-size: 10px }

.medium { font-size: 11px;
		font:Verdana, Arial, Helvetica, sans-serif;
		font-style:normal;
 	}

hr {
	height: 1px;
	background-color: #C8C8C8;
	color: #C8C8C8;
	border: 0;
	width: 90%;
	}

#nav {
	vertical-align: top;
	padding: 22px 20px;
	width: 180px;
	height: 400px;
	border-right: 1px solid #C8C8C8;
	background: #FAFAFA url(http://jax.shands.org/images/content_shadow3.png) repeat-x top;
	}
#nav h1 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	background: url(http://jax.shands.org/images/goldarrow.gif) no-repeat 0px 4px;
	margin: 0 0 10px 0;
	}
#nav h2 {
	color: white;
	background-color: #c8c8c8;
	padding: 3px 20px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 -20px 10px -20px;
	}
	#nav #related h2, #nav #divisions h2 { margin-top: 20px; }
	#nav #related h1, #nav #divisions h2 { font-weight: normal; }
#nav hr {
	width: 100%;
	}
#nav h3 {
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	background: url(http://jax.shands.org/images/golddot.gif) no-repeat 12px 6px;
	margin: 0 0 10px 0;
	}
#nav h1.selected a, #nav h1.selected, #nav h3.selected a, #nav h3.selected { color: #808080; }

#nav2 {
	vertical-align: top;
	padding: 20px 20px 20px 10px;
	width: 180px;
	background: #fff url('/images/content_shadow2.png') repeat-x top;
	}
	#nav2 h1 {
		color: white;
		background-color: #C8C8C8;
		padding: 3px 10px;
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
		border-bottom: 1px solid #A0A0A0;
		}
	#nav2 h2 {
		font-size: 11px;
		font-weight: normal;
		padding: 5px 5px 5px 18px;
		background: url('/images/goldarrow.gif') no-repeat 10px 9px;
		margin: 0;
		}
	#nav2 p {
		font-size: 11px;
		padding: 5px 5px 5px 9px;
		margin: 0;
		}
	#nav2 h3 {
		font-size: 11px;
		font-weight: normal;
		padding: 0px 5px 5px 30px;
		background: url('/images/golddot.gif') no-repeat 24px 6px;
		margin: 0;
		}
	#nav2 #box, #nav2 #related, #nav2 #encyclopedia, #nav2 #education, #nav2 .right-nav-box {
		margin: 0 0 20px 0;
		border: 1px solid #A0A0A0;
		overflow: auto;
		}

a { color: #0046D4; text-decoration: none; }
a:hover { color: #0052F8; }

/* bio page styles */
.header-bio-page {border-bottom: 1px solid #e3e3e3; font-weight:bold;}

 /*  ---   OLD footer used for home page ---  */
#footer_old {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	color: #4D4D4D;
	}
#footer_old a { color: #333666; }
#footer_old a:hover { text-decoration: underline; }
 /* ---   End OLD footer  ---  */

#pic, .pic {
	float: left;
	margin: 3px 10px 5px 0;
	font-size: 9px;
	text-align: center;
	color: #808080
	}
#pic2, #pic3, .pic2 {
	float: right;
	margin: 3px 0px 5px 10px;
	font-size: 9px;
	text-align: center;
	color: #808080
	}
#pic img, #pic2 img { border: 1px solid black }

  /*  ---   New footer from global.css ---  */ 
  
div#footerContainer {
	display: block;
	position: relative;
	clear: both;
	width: 950px;
	font-size: 10px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	border-top: 1px solid #C8C8C8;
	background: #aaa url('/images/footer-box-bg.png') repeat-x;
	}
div#footer {}
	div#footerLeft, div#footerRight {width: 475px; max-width: 475px;}
	div#footerLeft {float: left;}
	div#footerRight {float: right;}
	div#footer p, div#footer ul li {font-size: 10px; line-height: 18px;}
	div#footer p, div#footer ul { margin: 5px 0 20px 0; padding: 0; }
	div#footer ul {list-style: none;}
	div#footer h3 {font-size: 15px; font-family: Georgia,'Times New Roman',Times,serif; font-weight: normal; padding: 0; margin: 0; color: #404040; }
	div#footer a {color: #404040; text-decoration: none; border-bottom: 1px dotted #404040;}
	div#footer a:hover { color: #0039A6; border-bottom: 1px solid #0039A6; }
	div#footerLocations, div#footerNavigation, div#footerStayConnected, div#footerSite {display: block; position: relative; width: 237px; max-width: 237px; overflow: hidden;}
	div#footerLocations, div#footerStayConnected {float: left;}
	div#footerNavigation, div#footerSite {float: right;}
	div.footerBox {margin: 20px 30px;}
	div#footerStayConnected ul {display: block; position: relative; height: 48px; margin: 10px 0;}
	div#footerStayConnected li {float:left;}
	div#footerStayConnected li a {
		text-indent: -9999px;
		display: block;
		position: relative;
		width: 35px;
		height: 35px;
		border: 0;
		background-position: top;
		background-repeat: no-repeat;
		}
	div#footerStayConnected li a:hover {border:0; background-position: bottom;}
	div#footerStayConnected li#Facebook a {background-image: url('/images/facebook-icon.png'); margin-right: 20px}
	div#footerStayConnected li#Twitter a {background-image: url('/images/twitter-icon.png'); margin-right: 20px}
	div#footerStayConnected li#YouTube a {background-image: url('/images/youtube-icon.png');}
	div#footerCopyright {
		display: block;
		position: relative;
		border: 1px solid #ddd;
		background-color: #bbb;
		clear: both;
		margin: 0 0 20px 30px;
		width: 400px;
		height: 140px;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	div#footerCopyright p {
		margin-top: 12px;
		line-height: 13px;
	}
	div#footerLogo {
		text-indent: -9999px;
		background: transparent url('/images/UFShandsLogo.gif') no-repeat;
		margin: 0 auto;
		display: block;
		position: relative;
		height: 41px;
		width: 360px;
	}
