


body {
	font: 12px Verdana;
	color: #000;
	background: #424349; margin: 5px 0 5px 50%;
}
a:link, a:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #1B20F7;
}

#container {
	position: relative;
	width: 700px;
	background: #cccccc url("http://www.fdle.state.fl.us/Infragard/images/biglogo.jpg") no-repeat top left;
	margin: 0 0 0 -350px;
	border: 5px solid #FFF;
}
h3 {
	color: #A03E19;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	
}
acronym {
	border: 0;
	font-style: normal;
}


#pageHeader {
	height: 350px;
}
#pageHeader span {
	display: none;
}

/* Content achitecture of the page itself */
#quickSummary {
	margin-top: 50px;
	width: 430px;
	margin-left: 250px;
	color: #000000;
}
#quickSummary a:link, #quickSummary a:visited {
	color: #42443A;
}
#quickSummary a:hover, #quickSummary a:active {
	color: #42443A;
}

#quickSummary .p1 {
	display: none;
}
#preamble, #supportingText {
	width: 430px;
	margin-left: 250px;
	margin-top: 15px;
}
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}

/* Left menu action */
#container #linkList {
	position: absolute;
	left: 18px;
	top: 360px;
	width: 198px;

}
#linkList h3 {
	width: 198px;
	height: 30px;
	margin-top: 20px;
}
#linkList h3 span {
	display: none;
}

/* left menu header items - only 3 currently - room for one more */
#linkList h3.select {
	background: url("http://www.fdle.state.fl.us/Infragard/images/tallahassee.gif") no-repeat top left;
}
#linkList h3.archives {
	background: url("http://www.fdle.state.fl.us/Infragard/images/national.gif") no-repeat top left;
}
#linkList h3.resources {
	background: url("http://www.fdle.state.fl.us/Infragard/images/resources.gif") no-repeat top left;
}
#linkList h3.favorites {
	background: url("../../****") no-repeat top left;
}

#linkList ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background: url("../../****.gif") no-repeat bottom left;
}
#linkList ul li {
	padding: 5px 10px 5px 10px;
	background: url("../../li_bg.png") bottom left;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
/* Line item hover style - change here to alter background color */
#linkList ul li:hover {
	background: #1B20F7 url("../../spacer.gif");
	color: #FFF;
}

#linkList #lselect {
	color: #666;
}
#linkList ul li a {
	display: inline;
	color: #000;
}
#linkList #lselect ul li a {
	font: 12px "Trebuchet MS", Verdana;
	display: block;
	color: #000;
}

#linkList #lselect ul li a.c, #linkList ul li a.c {
	display: inline;
	font: 12px "Trebuchet MS", Verdana;
	color: #666;
	text-transform: none;
}

#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #FFF;
}

#explanation {
  min-height: 350px;
}

* html #explanation {
  height: 350px; 
}

/* Extra hovers for later use */

/*
#preamble p, #explanation p, #participation p, 
#benefits p, #requirements p {
	display: none;
}
#preamble:hover p, #explanation:hover p, #participation:hover p, 
#benefits:hover p, #requirements:hover p {
	display: block;
}
#lselect ul, #larchives ul, #lresources ul {
	display: none;
}
#lselect:hover ul, #larchives:hover ul, #lresources:hover ul {
	display: block;
}
*/
