/* CSS Document
Toni Tesori    
Green: #c7dc20
Purple: #67246f
Yellow: #ffd616
Based on FDACS site template
*/


* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin: 0px auto;
	padding:0px;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	background: #67246f url(background.jpg) top center repeat-x fixed;
}

a {
	color:#5a1762;
}

a:hover {
	font-weight:bold;
}

a.skipnavigation {
	display: none;
}

.clear {
	clear: both;
	height:1px;
	overflow:hidden;
}
#clear {
	clear:both;
}
#container {
	margin:0px auto;
	padding:20px 0px;
	width:900px;
	background: #fff;
	border:1px solid #ffd616;
	text-align:left;
	border-bottom:4px solid #ffd616;
}
#header {
	background:transparent url(header.gif) top left no-repeat;
	width:900px;
	height:135px;
	margin:0 auto;
	padding:0px;
	text-indent:-9000px;
}
/* begin top tab nav */
div#navigation {
	width:900px;
	height:20px;
	background: #c7dc20;
	overflow:hidden;
	margin:0 auto;
	border-left: 1px solid #ffd616;
	border-right: 1px solid #ffd616;
	border-top:3px solid #ffd616;
	border-bottom:6px solid #ffd616;
}


/* begin left side nav bar*/

#sidenavcontainer {
	clear:both;
	float:left;
	width:175px;
	height:auto;
	margin:0px;
	padding:0px;
}

ul#sidenav {
	position:relative;
	width:175px;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:10px;
	list-style-type:none;
	border: 1px solid #ffd616;
	font-size:120%;
	background: #c7dc20;
}
#sidenav li {
	margin:0px;
	padding:0px;
	display:inline;
}
#sidenav li a {
	display: block;
	height:100%;
	text-decoration:none;
	border-bottom: 1px solid #67246f;
	padding: 10px;
	color: #67246f;
}
#sidenav a.bottom {
	border-bottom: 0;
}
/* active and hover */
#home #nav_home, #sidenav a:hover {
	font-weight:bold;
	background:#ffd616;
}
/* content container */


/* ***RNL 12/21/2007 Modified per John Walthall's recommendations*** */
#content 
{
	/*width:690px;*/
	width:auto;
	border:0px;
	/*margin:0 20px 0 190px;*/
	margin:inherit;
	padding:0px;
	height:1%;
}

/* actual content area */

/* ***RNL 12/21/2007 Modified per John Walthall's recommendations*** */
#primarycontent {
	height:auto;
	color:#5a1762;
	margin-left:20px;
	margin-right:10px;
    width:auto;
}
#primarycontent a {
	text-decoration:none;
	border-bottom:1px solid #e1c2e4;
}
#primarycontent a:hover {
	border-bottom:1px solid #c7dc20;
}
#primarycontent h1 {
	border-bottom: 1px solid #c7dc20;
	font-size:200%;
	margin-bottom:10px;
}
#primarycontent h2 {
	font-size: 150%;
	margin-bottom:10px;
	margin-top:10px;
}
#primarycontent h3 {
	font-size: 140%;
	margin-bottom:10px;
	margin-top:10px;
}
#primarycontent p, #primarycontent li, #primarycontent dd, #primarycontent dt {
	font-size:130%;
	line-height:145%;
	margin-bottom:10px;
}
#primarycontent dt {
	font-weight:bold;
}
#primarycontent dd {
	margin-left:20px;
	font-style:italic;
}
#primarycontent ol, #primarycontent ul {
	margin:0;
	padding:0;
	margin-left:20px;
}
#primarycontent ol li {
	list-style: decimal;
}
#primarycontent ul li {
	list-style: disc;
}
#primarycontent ul, #primarycontent dl, #primarycontent p {
	margin-bottom:15px;
}
#primarycontent form {
	font-size:125%;
	line-height:145%;
}
#primarycontent form fieldset label {
	display:block;
	margin:5px;
}
#primarycontent form fieldset input, #primarycontent form textarea {
	display:block;
	margin:5px;
	width:350px;
	background:#e1c2e4;
	border: 1px solid #67246f;
	padding:3px;
}
#primarycontent form #submit {
	padding:5px;
	background:#e1c2e4;
	border: 1px solid #67246f;
	color:#67246f;
	font-weight:bold;
	display:block;
	margin-top:10px;
}
#primarycontent form fieldset {
	padding:10px;
	border: 1px solid #67246f;
	width:400px;
	margin-bottom:10px;
}
#primarycontent form fieldset legend {
	font-weight:bold;
}

#primarycontent dl dd li {
	font-size:100%;
}
#column {
	float:right;
	width:180px;
	margin-left:10px;
	padding:0px;
}
#column img {
	padding-left:10px;
	padding-bottom:10px;
	border:0;
}
#footer {
	color:#bc87c2;
	width:900px;
	text-align:right;
	height:20px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
}
#footer a {
	color: #bc87c2;
}
.pullout {
	float:right;
	margin: 10px 0 -5px 10px;
}
.logo_hs a {
	display:block;
	margin-top:10px;
	margin-left:50px;
	width:103px;
	height:92px;
	text-indent:-9000px;
}
