/* CSS Document */

/*-----------------------------------------------------------//
//---------------------/HEADER TEXT, LABELS, PARAGRAPH, FONTS//
//-----------------------------------------------------------*/

body
{
	background: url(images/bg.jpg) repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
}
h1
{
	font-size:20px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
p, ul, ol
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	padding: 0px 5px 0px 5px;
}
a
{
	color:#0463a3;
	text-decoration: none;
}	
a:hover
{
	color:#2290da;
	text-decoration: underline;
}	
.content
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	vertical-align:top;
	width:200px;
}
#main-color {
	background: #fff;
}
#left-panel-header
{
	background: url(images/panel_top_left.jpg) no-repeat;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #e1ffba;
	text-align: center;
	height: 30px;
}
#left-panel p 
{
	font-size: 11px;
}
#right-panel p 
{
	font-size: 11px;
}
#right-panel-header
{
	background: url(images/panel_top_right.jpg) no-repeat;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #e1ffba;
	text-align: center;
	height: 30px;
}
ul
{
	margin-left: 15px;
}
ul li 	
{ 
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	list-style: none;
}
ol {
	margin: 0 50px;
}
ol li {
	padding: 5px 0;
	font-size: 12px;
}

.bullet {
	padding: 5px 20px;
}

.bullet li {
	font-weight: normal;
	list-style: disc;
}

/*-----------------------------------------------------------//
//----------------------------------------------------/BANNER//
//-----------------------------------------------------------*/

#top-td
{
	background: url(images/top_bg.jpg) repeat-x;
	height:77px ;
}
.banner-clouds
{
	background: url(images/clouds.gif) no-repeat;
	background-position: right;
}
#logo
{	
	padding-left:10px;

}
#top-reg {
	float: left;
	clear: right;
}
#top-log {
	float: left;
	clear: right;
}

/*-----------------------------------------------------------//
//------------------------------------------------/NAVIGATION//
//-----------------------------------------------------------*/

#menu-td
{
	padding:5px;
	text-align:center;
}
#center-menubar
{
	background: url(images/menu_center.jpg) repeat-x;
	height:29px;
	text-align:left;
	padding: 0px 5px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight: bold;
}
#center-menubar a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px 5px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#left-menubar
{
	background: url(images/menu_left.jpg) no-repeat;
	width:7px;
	height:29px;
}
#center-menubar a:hover
{
	color:#e1ffba;
	font-weight:bold;
	text-decoration:none;
}
#right-menubar	
{
	background: url(images/menu_right.jpg) no-repeat;
	width:200px;
	height:29px;
}

/*-----------------------------------------------------------//
//------------------------------------------------/LEFT PANEL//
//-----------------------------------------------------------*/

#left-td
{
	vertical-align:top;
}
#left-panel
{
	background-color: #eaffcf;
	width: 190px;
	height: 310px;
	margin: 0px 7px 0px 7px;
	border: solid 1px;
	border-color: #68ba00;
}

/*-----------------------------------------------------------//
//----------------------------------------------/CENTER PANEL//
//-----------------------------------------------------------*/

#center-td
{
	text-align: left;
	width:650px;
	padding: 0px 5px 10px 0px;
	vertical-align:top;
}

/*-----------------------------------------------------------//
//-----------------------------------------------/RIGHT PANEL//
//-----------------------------------------------------------*/

#right-panel
{
	height: 310px;
	margin: 0px 7px 0px 7px;
	border: solid 1px;
	border-color: #68ba00;
}
#right-td
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	vertical-align:top;
	width: 206px;
}

/*-----------------------------------------------------------//
//----------------------------------------------------/FOOTER//
//-----------------------------------------------------------*/

#footer_panel {
	background: url(images/footer_b.gif) no-repeat;
	height: 150px;
	width: 898px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

#footer_panel_left {
	height: 150px;
	width: 115px;
	padding: 0px;
	/**/line-height: 26px;
	vertical-align: middle;
	float: left;
	clear: right;
}

#footer_panel_mid {
	/*padding: 0px 10px 10px 0px;*/
	line-height: 30px;
	text-align: left;
	font-style: italic;
	float: left;
	clear: right;	
}

#footer_panel_right {
	text-align: left;
	font-style: italic;
	height: 150px;
	width: 130px;
	float: right;
}

.footer_text {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 20px 0px;/**/
	font-size: 22px;
	font-weight: bold;
	font-stretch: condensed;
	letter-spacing: -0.04em;
	color: #fff;
}

html>body .footer_text { /*This is an IE browser hack. This attribute is pulled by all browsers except IE... sweet!*/
	padding: 0px;
	letter-spacing: -0.03em;
}

#footer
{
	background:url(images/footer-bg.gif) repeat-x;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	vertical-align: middle;
}
#footer a
{
	color:#152d49;
	text-align: center;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
#bot-links
{
	color:#5ea647;
	text-align:right;
	padding-right:10px;
}
#bot-links a:hover
{
	text-align:right;
	padding-right:10px;
	color:#5ea647;
	text-decoration:underline;
}
#content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	padding:5px;
}
#content p {
	line-height: 20px;
}
#bullet li {
	list-style-type: disc;
}
/*--------------------------------------------------------------//
//-/THIS STUFF IS NEEDED FOR THE FiF BACKEND TO DISPLAY PROPERLY//
//--------------------------------------------------------------*/
td.borderBar
{
	background-color: #149ffe;
	color: #ff0000;
	font-size: 9px;
	text-align: center;
}
#florida-td
{
	vertical-align:top;
	padding-left:15px;
	font-size: 12px;
}
#startTable
{
	width: 95%;
}
#trigger {
	color: #104d98;
	text-decoration: none;
}