* {
	padding:0;
	margin:0;
	}

/*********************************************************
 * HTML Tags
 *********************************************************/
body {
	text-align: center;
	background: #eaeaea url(/_style/images/bg.png) repeat-x;
	}
p, li, dt, dd, blockquote {
	color: #444;
	font-size: .7em;
	}
h2, h3, h4 {
	font-weight: normal;
	}
a {
	text-decoration: none;
	}
a:link, a:visited {
	color: #0021a5
	}
a:hover, a:active {
	color: #ff4a00
	}
acronym {
	border: 0;
	font-style: normal;
	}

pre {
	margin: .25em 1em .25em 3em;
	font-size: .9em;
	color: #933;
	}
code {
	font-size: .9em;
	color: #933;
	}
li pre, li code, dd pre, dd code, p code, table code {
	font-size: 1.29em;
	}
li p {
	font-size: 1em;
	}


/**********************************************************
 * Page-specific Styles
 *********************************************************/
#help h2#secHeader, #academics h2#secHeader, #news h2#secHeader, #people h2#secHeader, #about h2#secHeader {
	height: 131px;
	}
#about h2#secHeader span {
	background: url(/_style/images/banner_about.jpg) no-repeat;
	background-position:center;
	}
#academics h2#secHeader span {
	background: url(/_style/images/banner_academics.jpg) no-repeat;
	background-position:center;
	}
#help h2#secHeader span {
	background: url(/_style/images/banner_help.jpg) no-repeat;
	background-position:center;
	}
#news h2#secHeader span {
	background: url(/_style/images/banner_news.jpg) no-repeat;
	background-position:center;
	}
#news #content h3 {
	/*color: #f40;
	font-variant: normal;
	border-bottom: 1px dotted #f40;*/
	}
#news #content p.date {
	/*color: #f84;*/
	font: normal 0.7em/1em Arial, Helvetica, sans-serif;
	margin: 0 1em 1.5em;
	}
#people h2#secHeader span {
	background: url(/_style/images/banner_people.jpg) no-repeat;
	background-position:center;
	}
#research h2#secHeader span {
	
	}


/*********************************************************
 * Header Section
 *********************************************************/
#header {
	position: relative;
	height: 64px;
	width: 960px;
	margin: 0 auto /*-5px*/;
	text-align: left;
	}
#headerShadow {
	height: 5px;
	position: fixed;
	top: 64px;
	width: 960px;
	z-index: 4000;
	background: url(/_style/images/topShadow.png) repeat-x;
	background-position:center;
	background-attachment:fixed;
	left:0;
	right:0;
	margin: 0 auto;
	}
h1#logo {
	position: relative;
	height: 64px;
	width: 430px;
	font-size: 14px;
	/* \*/
	overflow: hidden;/* */
	}
h1#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/_style/images/departmentHeader.png);
	width: 100%;
	height: 100%;
/*	z-index:3;*/
	}
h2#unit {
	font-size: 1px;
	width: 120px;
	height: 48px;
	top:0;
	left: 820px;
	position: absolute;
	margin:0;
	padding:0;
	/* not MACIE \*/
    	overflow: hidden;
	font-size: 14px;/* */
	}
h2#unit a span {
	background-image: url(/_style/images/universityOfFlorida.png);
	top:0;
	left:0;
	display:block;
	position: absolute;
	width: 120px;
	height: 48px;
	margin:0;
	padding:0;
	font-size: 1px;
	cursor: pointer;
	}
	
/*********************************************************
 * Main Container
 *********************************************************/
#mainContainer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background: #ccc /* url(../images/topShadow1.png) 960px 0 repeat-x;*/
	}


/*********************************************************
 * Primary Navigation
 *********************************************************/
#priNav {
	float: left;
	width: 183px;
	background: #bdbda2;
	z-index: 3;
	}
#priNav div{
	width: 183px;
	padding: 0 8px 0;
	}
#priNav a {
	color: #eee;
	}
#priNav a:hover {
	color: #ff7800;
	}
#priNav h2 {
	padding: 7px 0 0;
	color: #ccc;
	letter-spacing: 1px;
	font: small-caps 18px Georgia, "Times New Roman", Times, serif;
	}
#priNav h3 {
	color: #ccc;
	width: 183px;
	margin:0;
	padding: 8px;
	font-size: .75em;
	line-height: 1em;
	letter-spacing: 1px;
	background: #999;
	border-bottom: 1px solid #fff;
	/*background: url(../images/pointer_small.gif) 0 13px no-repeat;*/
	}
#priNav h3 a:hover{
	color: #bf5900;
	}
#priNav h5 {
	color: #ccc;
	/*background:url(../images/pointer_small.gif) no-repeat 0 13px;*/
	clear:left;
	margin-left: 10px;
	font-size: 1em;
	letter-spacing: 1px;
	padding: 7px 0 0 10px;
	}
#priNav ul {
	color: #ccc;
	list-style: none;
	padding: 0 0 12px 0;
	/*height: 24px;*/
	/*border-bottom: 1px solid #667;*/
	font-size: 14px;
	line-height: 12px;
	background: url(/_style/images/hr.png) repeat-x bottom;
	}
#priNav li {
	color: #fff;
	display: inline;
	height: 12px;
	/*float: left;*/
	/*padding-right: .05em;*/
	
	}
#priNav .normal {
	background: #656551 url(/_style/images/bgPriNav3.png) repeat-y;
	}
#priNav #search {
	margin-top:-2px;
	background: #666 url(/_style/images/topShadow1.png) repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	overflow: hidden;
	/*background: url(../images/hr.png) repeat-x top;*/
	}

#searchNav {
	
	
	}



/**********************************************************
 * Content Section
 *********************************************************/
#content {
	background: #fff;
	width: 960px;
	float: right;
	z-index: 3;
	/*padding: 0 2px 1em 1px;*/
	}
#content h2 {
	margin: 1.5em .5em .25em .5em;
	font: bold small-caps 1.25em Georgia, "Times New Roman", Times, serif;
	color: #667;
	text-align: center;
	border-bottom: 1px dashed #666;
	letter-spacing: .125em;
	}
#content h3 {
	margin: 1.5em .5em .25em .5em;
	font: small-caps 1em Georgia, "Times New Roman", Times, serif;
	color: #667;
	border-bottom: 1px dotted #666;
	}
#content h3 a {
	color: #666;
	}
#content h3 a:hover {
	color: #f40;
	border-bottom: 1px dashed #f40;
	}
#content h4 {
	font: italic bold .9em Georgia, "Times New Roman", Times, serif;
	color: #445;
	margin: 1.5em .75em -.25em 1em;
	}
#content h5 {
	font: italic bold .75em Georgia, "Times New Roman", Times, serif;
	color: #445;
	margin: 1.5em .75em -.25em 1.5em;
	}
#content p {
	/*margin: 2px 10px 15px 13px;*/
	margin: 1em 1em .25em 1.5em;
	line-height: 1.5em;
	}
#content blockquote {
	margin: 1em 3em .25em 3em;
	line-height: 1.25em;
}
#content ol, #content ul {
	margin: 0 1em .25em 3em;
	padding-left: 0;
	color: #444;
	}
#content ol li, #content li ol li, #content li li ol li {	
	padding: 0;
	margin-top: .5em;
	list-style: decimal outside;
	line-height: 1.5em;
	}
#content ul li, #content li ul li, #content li li ul li {	
	padding: 0;
	margin-top: .5em;
	/*list-style-image: url(/_style/images/bullet.gif);*/
	list-style: disc outside;
	line-height: 1.5em;
	}
#content li li, dl li, li dt, li dd {
	/*padding: 0 .5em 0 1em;*/
	font-size: 1em;
	}
#content dl {
	margin: 0 1.2em .25em 3em;
	padding-left: 0;
	}
#content dt {	
	font-weight: bold;
	margin-top: 1em;	
	line-height: 1.5em;
	}
#content dd {
	line-height: 1.5em;
	}
#content dd p {
	margin: 0 0 .5em 0;
	font-size: 1em;
	}
#content p a:link, #content p a:visited {
	color: #24b;
	}
#content p a:hover, #content p a:active {
	color: #f40;
	}
#content p a {
	border-bottom: 1px dashed #0021A5;
	}
#content p#listing {
	padding-top: 15px;
	letter-spacing: -1px;
	text-align: center;
	}
h2#secHeader {
	height: 194px;
	width: 960px;
	position: relative;
	margin: 4px;
	text-align: left;
	border: none;
	}
h2#secHeader span {
	/*float: left;*/
	margin: -4px;
	display: block;
	position:absolute;
	/*margin-bottom: -80px;*/
	width: 100%;
	height: 100%;
	background: url(/_style/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}


/**********************************************************
 * Footer Section
 *********************************************************/
#footer {
	background-color: #eaeaea;
	color:#999;
	clear:both;
	position:relative;
	border-top: 1px solid #d1d1d1;
	height:50px;
	padding:10px 0 25px;
	}
#footer h3 {
	display: none;
	}
#footer ul, #footer p {
	clear:both;
	width:550px;
	float:left;
	line-height:1.4em;
	font-size:60%;
	}
#footer li {/*\*/
	float:left;/**/
	border-right:1px solid #ccc;
	display:inline;
	padding-right:4px;
	margin-right:4px;
	font-size:100%;
	}
#footerHome span {/*\*/
	width:195px;
	height:54px;
	background:url(/_style/images/universityOfFloridaFooter.png) 0 0 no-repeat;
	position:absolute;
	right:0;
	top:10px;/**/
	}
	
/**********************************************************
 * Custom Objects
 *********************************************************/
#toc {
	background-color: #f5f5f5;
	border-bottom: 1px dashed #999;
	margin: 8px;
	padding: 8px;
	display: table;
	}
#toc ol {
	margin-top: 0px;
	margin-bottom: 0px;
	}
#toc h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	border-style: none;
	}
#toc h4 {
	margin-left: 0;
	margin-top: .75em;
	font: bold 0.75em Arial, Helvetica, sans-serif;
	}
#toc ul, #toc ol {
	margin-left: 2em;
	}
#toc ul li, #toc ol li {
	line-height: 1.5em;
	margin-top: 0;
	}



.diagram {
	margin: 1em 0;
	text-align: center;
	overflow: visible;
	}
.diagram img {
	border: none;
	}



.zebraTable {
	font-size: .7em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 1em 1em 0 3em;
	}
.zebraTable thead {
	background-color: #f8f8ff;
	}
.zebraTable tr.header {
	background-color: #f8f8ff;
	}
.zebraTable tr.odd {
	background-color: #f8f8ff;
	}
.zebraTable tr.even {
	background-color:#fff;
	}
.zebraTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5em;	
	vertical-align: top;
	}
.zebraTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5em;
	vertical-align: top;
	text-align: right;
	color: #444;
	}
.zebraTable thead th {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 3px double #ccc;
	vertical-align: middle;
	}
.zebraTable tr.header th {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 3px double #ccc;
	vertical-align: middle;
	}


/* Breadcrumb Navigation Bar */
#breadcrumb ul {
	margin: 0 1em 0 0;
	}
#breadcrumb ul li {
	display: inline;
	list-style: none;
	margin-left: 4px;
	}
#breadcrumb ul li a {
	padding: 0 12px 0 0;
	background: url(/_style/images/pointer_small.gif) no-repeat right center;
	}


.red { color: #c00; }


.info {
	background: #ffe;
	border: 1px dotted #ccc;
	padding: 1em;
	margin: 1em;
	color: #444;
	font-size: .7em;
	}
.info * {
	font-size: inherit;
	}

#index .slide {
        padding: 1.5em 0 1em;
        margin: 0 .5em;
        }
#index .slide h4 {
        margin-top: 0;
        }
#index .slide p {
        text-align: justify;
        }


#index .article {
	padding: 1.5em 0 1em;
	margin: 0 .5em;
	border-bottom: 1px dotted #f94;
	}
#index .article h4 {
	margin-top: 0;
	}
#index .article p {
        text-align: justify;
        }

#slideshow .article {
        padding: 1.5em 0 1em;
        margin: 0 .5em;
        border-bottom: 1px dotted #f94;
        }
#slideshow .article h4 {
        margin-top: 0;
        }
#slideshow .article p {
	color: white;
        text-align: justify;
        }
	
.facExtTable {
	margin-left: 0;
	}
.facExtDiv {
	width: 540px;
	margin-left: 16px;
	}
 

}
