/* ======================================================== 
   Fonts
   ======================================================== */

/* ======================================================== 
   HTML tag overrides 
   ======================================================== */


/* ======================================================== 
   Sitewide template styles 
   ======================================================== */

body
{
	background: url(../Images/body_bg.jpg) repeat;
}

body.sfDialog
{
	background: none;
}

#headerWrapper
{
	background: #fff;
}

#header
{
	position: relative;
	width: 915px;
	margin: auto;
	height: 82px;
}

#logo
{
	background: url(../images/logo2.png) no-repeat 0 18px;
	width: 322px;
	height: 52px;
	padding-top: 18px;
	float: left;
}
#logo a
{
	display: block;
	width: 322px;
	height: 82px;
}

#search
{
	float: right;
	margin-top: 11px;
	height: 18px;
	width: 137px;
	background: url(../images/search_bg.jpg) no-repeat;
}

#searchHomepage
{
	position:absolute;
	left:300px;
	height: 28px;
	width: 137px;
	margin-top: 33px;	
	background: url(../images/searchwindow.jpg) no-repeat;
	
	
}
#searchHomepage input.searchBox
{
	float: left;

	width: 107px;
	padding: 9px 0px 2px 10px;
	border: none;
        

	height: 12px;
	line-height: 12px;
	font-size: 12px;

	outline: none;
	background: transparent;
	color: #444;
}

#searchHomepage input.searchButton
{
	float: left;

	width: 20px;
	height: 18px;
	
	background: transparent;
	border: none;
}

#search input.searchBox
{
	float: left;

	margin: 0;
	width: 107px;
	padding: 4px 0px 2px 10px;
	border: none;

	height: 12px;
	line-height: 12px;
	font-size: 11px;

	outline: none;
	background: transparent;
	color: #444;
}

#search input.searchButton
{
	float: left;

	width: 20px;
	height: 18px;
	
	background: transparent;
	border: none;
}


.rightBox
{
	float: right;
}


/* ======================================================== 
   CONNECT buttons
   ======================================================== */
#connectlogo
{
	
	position: absolute;
	background: url(../images/connect_logo.png) no-repeat;
	right: 155px;
	width: 100px;
	height: 31px;
	margin-top: 30px;
	float: right;
}

#claimantlogo
{
	
	position: absolute;
	background: url(../images/connect_login_Claimants.png) no-repeat;
	right:90px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
}

#employerlogo
{
	
	position: absolute;
	background: url(../images/connect_login_Employers.png) no-repeat;
	right: 20px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
}



.connectButtonclaimant
{
	position: absolute;
	
	right:90px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
	
}

.connectButtonemployer
{
	position: absolute;
	
	right: 20px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
	
}
.connectButtons a
{
	display: inline-block;
}

.connectButtons a img
{
	height: 60px;
	width: 20px;
}



/* ======================================================== 
   Top Nav 
   ======================================================== */

#topNav
{
	height: 27px;
	float: right;
	margin-top: 9px;
	clear: both;
	width: 520px;
}

#topNav ul
{
	padding: 0;
	margin: 0;
	float: right;
}

#topNav ul li
{
	float: left;
	list-style: none;
	height: 27px;
	background: url(../images/top_nav_bg.png) no-repeat center top;
	border-right: 1px solid #7db3c5;
}

#topNav ul li.first
{
	background-position: left top;
	padding-left: 6px;
}

#topNav ul li.last
{
	background-position: right top;
	border-right: none;
	padding-right: 6px;
}

#topNav ul li a
{
	display: block;
	float: left;
	height: 17px;
	color: #fff;
	font-size: 12px;
	padding: 5px 9px;
	text-decoration: none;
}
#topNav ul li a:hover
{
	text-decoration: underline;
}

/* ======================================================== 
   Font Toggle
   ======================================================== */

.fontToggle 
{
	float: right;
/*
	position:absolute;
	right:150px;
	top:-3px;
*/
	font-size:12px;
	color:#474747;

	line-height: 18px;
	margin: 12px 10px 0 0;
}
.fontToggle p
{
	margin: 0;
}
.fontToggle a { display:inline-block; padding: 0 3px; color:#1C81AA; text-decoration:none; }
.fontToggle a:hover { text-decoration:underline; color:inherit; }
.fontToggle a:visited { color:inherit; }
.fontToggle a.textresizer-active { text-decoration:none; font-weight:bold; color:#156B94; }
.fontToggle strong { color:#474747; text-transform:uppercase; }
	
.txtSmall { font-size:10px; }
.txtMedium { font-size:11px; }
.txtLarge { font-size:12px; }

/* ======================================================== 
   Social buttons
   ======================================================== */

.socialButtonsHomepage
{
	
	position:absolute;
	left:230px;
	padding-top:34px;
	height: 46px;
	width: 74px;
	/*margin: 32px 95px 0 0px;
	float: right;*/
}


.socialButtons
{
	margin: 12px 95px 0 20px;
	float: right;
}

.socialButtons a
{
	display: inline-block;
}

.socialButtons a img
{
	height: 25px;
	width: 25px;
}

/* ======================================================== 
   Language selection
   ======================================================== */

.languageToggleHomepage 
{
	
	font-size:12px;
	color:#065271;	
	margin: 20px 65px 0 0;
	position:absolute;
	right:250px;
	margin-top:40px;
}

.languageToggleHomepage p
{
	margin: 0;
}
.languageToggleHomepage a { display:inline-block; padding: 0 3px; color:#1C81AA; text-decoration:none; }
.languageToggleHomepage a:hover { text-decoration:underline; color:#1C81AA; }
.languageToggleHomepage a:visited { color:#1C81AA; }
.languageToggleHomepage strong { color:#474747; text-transform:uppercase; }
}

.languageToggle 
{
	float: right;
	/*
	position:absolute;
	right:295px;
	top:-3px;
	*/
	font-size:12px;
	color:#474747;
	
	margin: 12px 15px 0 0;
	line-height: 18px;
}
.languageToggle p
{
	margin: 0;
}
.languageToggle a { display:inline-block; padding: 0 3px; color:#1C81AA; text-decoration:none; }
.languageToggle a:hover { text-decoration:underline; color:#1C81AA; }
.languageToggle a:visited { color:#1C81AA; }
.languageToggle strong { color:#474747; text-transform:uppercase; }


/* ======================================================== 
   Main Nav (Mega Menu)
   ======================================================== */

#mainNavigationWrapper
{
	/*background: url(../images/menu_default_bg.jpg) repeat-x #053c57;*/
	background: #053c57;
	border-top: 2px solid #8fbf3c;
	border-bottom: 1px solid #333;
	height: 44px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav
{
	position: relative;
	z-index: 2000;
	height: 44px;
	width: 915px;
	margin: auto;
}

#mainNav ul#megaMenu
{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
}

#mainNav ul#megaMenu li.mega
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	list-style: none;
	height: 38px;
}

#mainNav ul#megaMenu li.primary
{
	background: url(../images/menu_highlighted_bg.jpg) repeat-x #053c57;
}

#mainNav ul#megaMenu li.mega a.level2link
{
	font-weight: bold;
	font-style: normal;
	float: left;
	display: block;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 9px 30px;
	text-decoration: none;
	text-align: center;
	background: url(../images/menu_arrow.gif) top right no-repeat;
}

.notHovering {
	color: #000;
}

#mainNav ul#megaMenu li.hovering a.level2link
{
	background: #fff;
	color: #05405c;
	padding: 9px 29px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}


#mainNav ul#megaMenu li.mega div.holder
{
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	width: 605px;
	border: 1px solid #dddddd;
	border-top: none;
	z-index: 2001;
	background: #e0eca5 url(../images/content_bottom_corner.png) no-repeat bottom right;
	
}

#mainNav ul#megaMenu li.center div.holder
{
	left: -200px;
}

#mainNav ul#megaMenu li.right div.holder
{
	left: auto;
	right: 0;
}

#mainNav ul#megaMenu li.hovering div.holder
{
	display: block;
}

#mainNav ul#megaMenu li.hovering div.holder *
{
	/* font-family: HelveticaNeueLTStd65Medium; */
}

#mainNav ul#megaMenu li.mega div.holder div.menuColumnWrapper
{
	float: left;
	padding: 0 0 0 20px;
	background-color: #fff;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn
{
	float: left;
	width: 195px;
	padding: 20px 20px 20px 0;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn h3
{
	margin: 10px 0 3px;
	font-weight: bold;
	color: #05405c;
	font-size: 1.3em;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul
{
	margin: 3px 0 10px;
	list-style: none;
	padding: 0;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul ul
{
	margin: 0 0 0 5px;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul ul a
{
	padding: 3px 0 3px 10px;
	background: url("../images/sidebar_arrow.png") no-repeat scroll left 6px transparent;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul ul a:before
{
	/*old arrow
	content: "> ";*/
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn a
{
	font-size: 1.1em;
	line-height: 1.1em;
	color: #156b94;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0;
	display: inline-block;
}
#mainNav ul#megaMenu li.mega div.holder div.megaColumn a:hover
{
	/*color before 9/21/11
	color: #156b94;*/
	color: #1bc3f6;
}

#mainNav ul#megaMenu li.mega div.holder div.imageColumn
{
	background-color: transparent;
	width: 144px;
	padding: 0 0 0 11px;
}

#mainNav ul#megaMenu li.mega div.holder div.imageColumn img
{
	margin-top: 15px;
	border: 2px solid #b6c086;
	height: 72px;
	width: 129px;
}

/* ======================================================== 
   Content section
   ======================================================== */

#midsectionWrapper
{
	background: #c4dae4 url(../images/midsection-gradient.jpg) repeat-x top;
	padding-top: 10px;
}

#midsection
{
	background: url(../images/midsection-grid.png) repeat;
}

#contentWrapper
{
	padding-top: 25px;
}

#content
{
	/*background: #fff url(../images/content_bg.jpg) bottom repeat-x;*/
	background-color: #fff;
	width: 913px;
	margin: auto;

}

#content
{
	font-size: 10px;
}

.contentDropShadow
{
	width: 913px;
	margin: auto;
	height: 5px;
	background-image: url(../images/content_dropShadow.png);
}

#contentHeaderRibbon {
	/*background: url("../images/header_ribbon_bg.png") no-repeat scroll 0 0 transparent;*/
	height: 53px;
	left: -15px;
	position: absolute;
	top: 19px;
	width: 37px;
	z-index:500;
}

#contentInnerHomepage
{
	
	position: relative;
	padding: 0 0 35px;
	
}

#contentInner
{
	
	position: relative;
	padding: 0 0 35px;
	background: url(../images/content_bottom_corner.gif) bottom right no-repeat;
	
}

#lowerContent
{
	width: 913px;
	margin: auto;
}

#lowerContent .sfContentBlock
{
	margin-top: 10px;
}

#mastFoot
{
	background: url(../images/footer_silhouette.gif) no-repeat center bottom;
	height: 128px;
}

/* ======================================================== 
   Footer
   ======================================================== */

#footerWrapper *
{
	margin: 0;
	padding: 0;
}
#footerWrapper
{
	background: #05405c;
	color: #fff;
}

#footerWrapper a
{
	color: #fff;
}

#footerWrapper ul
{
	list-style-type: none;
}

#footer
{
	width: 915px;
	margin: auto;
	padding-top: 38px;
}

#bottomNav
{
	float: right;
	height: 20px;
	padding-bottom: 33px;
}

#bottomNav ul li
{
	float: left;
	height: 10px;
	margin-left: 15px;
	font-size: .8em;
}

#bottomNav ul li a
{
	text-decoration: none;
}

#footerSitemap
{
	float: right;
	margin-bottom: 5px;
}

#footerSitemap .column
{
	float: left;
	width: 120px;
	overflow: hidden;
	border-right: 1px solid #316279;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	height: 40px;
	margin-bottom: 10px;
}

#footerSitemap .column li
{
	margin-bottom: 10px;
	line-height: 11px;
}

#footerSitemap .column li a
{
	font-size: .6em;
	text-decoration: none;
}

#footerSitemap h3
{
	font-size: .7em;
	margin: 0 0 10px;
}

#footerSitemap .f-col1 {}
#footerSitemap .f-col2 {}
#footerSitemap .f-col3 { width:100px; }
#footerSitemap .f-col4 { width:145px; }
#footerSitemap .f-col5 {}

#footerCopyright 
{
	padding-bottom:10px;
	float: right;
}

#footerCopyright #myFlorida { float: right; margin-left: 40px; }
#footerCopyright ul { float: right; text-align:right; }
#footerCopyright ul li { padding-left:9px; }
#footerCopyright ul li a { font-size:0.8em; text-decoration:none; }



#footerLeftColumn
{
	float: left;
	width: 152px;
	background: url(../images/footer_logo.jpg) no-repeat top center;
	text-align: right;
	font-size: .85em;
	padding-top: 46px;
	font-size: .7em;
}

#footerLeftColumn ul
{
	margin-top: 17px;
}

#footerLeftColumn #socialButtons ul 
{
	margin-top: 20px;
}

#footerLeftColumn #socialButtons ul li
{
	float: right;
	margin-left: 5px;
}
#footerLeftColumn #socialButtons ul li a
{
	display: block;
}

#footerLeftColumn #socialButtons ul li a img
{
	height: 24px;
	width: 24px;
}

#disclaimerWrapper
{
	background: url(../images/footer_bg.png) repeat-x;
	color: #fff;
}

#disclaimer
{
	width: 915px;
	margin: auto;
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: .7em;
}

/* ======================================================== 
    Utility classes
   ======================================================== */

.clearfix:after, .ui-helper-clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix, .ui-helper-clearfix
{
	display: inline-block;
}


.clear
{
	clear: both;
}

/* Image Replacement */
.ir
{
	overflow: hidden;
	text-indent: -10000px;
	outline: none;
}
/*Skip to Content*/
.skiplink
{
	display: none;
}


/* ======================================================== 
    External link confirmation
   ======================================================== */
   
#externalOK, #externalCancel
{
	border: 2px solid #05405C;
	background: #97c93f;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
}

#externalMessage
{
	margin: 0 0 20px;
}

#externalOverlay
{
	color: #05405C;
	display: none;
	position: absolute;
	border: 4px solid #05405C;
	background: #fff;
	padding: 20px;
	text-align: center;
	z-index: 5000;
	width: 450px;
}
