﻿/*-------------------------------------------------------------------------
 * style.css
 *
 * Jason Hair
 * March, 2005
 * Department of Chemistry, University of South Florida
 *-----------------------------------------------------------------------*/

#faq li{
	
	list-style-type:none;
	margin-bottom:10px;
	padding:5px;
	width: 635px;
	
	
}

#faq h3{
	background:#369 url('https://hennarot.forest.usf.edu/main/templates/base_freshman/images/plus.gif') center left no-repeat;
	color: #13573c;
	background-color: Transparent;
	padding:5px;
	padding-left:20px;
	
}

#faq p{margin:15px 10px;
       
       
       }


body {
	margin: 0px;
	padding : 0px;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	background-color : #FFFFFF;
}

h1 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font: 16px/16px  verdana, sans-serif, arial;
	font-weight : bold;
	color : #13573c;
}

h2 {
	font-size : 14px;
	font-weight : bold;
	color : #13573c;
}

h3 {
	font-size : 12px;
	font-weight : bold;
	color : #13573c;
}

h4 {
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

p, td {
	margin: 10px 0px 16px 0px;
	padding: 0px;
	font: 80%/20px  verdana, sans-serif, arial;
	color: #000000;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 80%/20px  verdana, sans-serif, arial;
	color: #000000;
}

li li, td li, td p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 100%/20px  verdana, sans-serif, arial;
	color: #000000;
}

ul {
	list-style-type: square;
}

p a, li a, td a { color : #000000; }
p a:link, li a:link, td a:link { text-decoration : underline; color : blue; }
p a:visited, li a:visited, td a:visited { text-decoration : underline; color : blue; }
/*p a:hover, li a:hover, td a:hover { text-decoration : none; color: #FFFFFF; }*/


/*-------------------------------------------------------------------------
 * USF_header / footer styles
 *
 * Implements the USF header entirely in CSS.  This is a Good Thing (TM)
 *-----------------------------------------------------------------------*/

#USF_headerWrapper 
{
	height: 65px;
	width: 100%;
	background-color: #13573c;
	
}

#USF_innerHeaderWrapper 
{
	width: 974px;
	height: 65px;
	/*background-image: url('images/new/head_back_cas.gif');*/
	background-position: top left;

	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#USF_headerLeft {
	position : relative;
	height: 66px;
	top: 11px;
	left: 0px;
}
#USF_headerLeft a {
	text-decoration : none;
	outline: none;
}
#USF_headerLeft a:hover { text-decoration : none; background-color : transparent; }

#USF_header-text-links {
	float:right;

	margin: 5px 10px 0px 0px; 
	color:white;
	text-decoration: none;
}
#USF_header-text-links a{
	color:white;
	text-decoration: none;
}
#USF_header-text-links p 
{
	color:#ffffff;
	text-align:right;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.notice {
	background-color:#0FF;
	color:#F00;
	margin:5px;
	padding: 5px;
	border:5px solid red;
}

/*
 * Horizontal Menu wrappers
 */

#USF_horizontalMenuWrapper
{
	background-color: #dfd0a5;
	height: 28px;
	border-bottom: solid 1px #03422d;
	box-shadow: 5px 5px 5px #888;
}
#USF_horizontalMenu
{
	height: 28px;
	background-color: #dfd0a5;
	width: 974px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*
 * Breadcrumbs
 */


#USF_headerBreadCrumbsWrapper {
	height: 21px;
	/* border-bottom: 1px solid #000000; */
	/* Mike's color: */
	/* background-color: #bfc17a; */
	/* background-color: #01694e; */
	background-color: #dfd0a5;
	
	
}
#USF_headerBreadCrumbs {
	width: 975px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

#USF_headerBreadCrumbs p {
	font: 10px/21px  verdana, sans-serif, arial;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}
#USF_headerBreadCrumbs a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#USF_headerBreadCrumbs a:link    { text-decoration: none; color : #000000; }
#USF_headerBreadCrumbs a:visited { text-decoration: none; color : #000000; }
#USF_headerBreadCrumbs a:hover   { color : #000000; text-decoration: underline; background-color: transparent; }

#USF_footer {
	float: left;
	width: 100%; 
	height: 20px;
	background-image: url('images/foot_stripe.gif');
	background-position: top left;
	background-repeat: repeat-x;
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}

#USF_footer p {
	position: relative;
	top: 23px;
	font: 10px/16px  verdana, sans-serif, arial;
	margin: 0px 0px 23px 0px;
	padding: 0px;
	color: #555555;
	text-align: center;
}


#USF_footer a:link {text-decoration: underline; color : #555555;}
#USF_footer a:visited {text-decoration: underline; color : #555555;}