.leftColumn
{
	width: 482px;
	position: relative;
	margin-top: -32px;
	margin-left: 4px;
}

.zeLayoutDock .leftColumn
{
	margin-top: auto;
}

.rightColumn
{
	width: 351px;
	margin-right: 4px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

.rightColumn > div
{
	margin: 0 !important;
}

/* ******************************** */
/* JOB SEEKER/EMPLOYER TABS */
/* ******************************** */

.homepageTab
{
	width: 158px;
	height: 33px;
	float: left;
	margin-right: 15px;
}

.homepageTab a
{
	width: 158px;
	height: 33px;
	display: block;
}

.homepageTab.jobSeekersTab
{
	background: url(../images/home/hp_tab_job_seekers.jpg) no-repeat;
}

.homepageTab.employersTab
{
	background: url(../images/home/hp_tab_employers.jpg) no-repeat;
}

.homepageTab.selected, .homepageTab:hover
{
	background-position: 0 -34px;
}

#JobSeekerEmployerWrapper
{
	position: relative;
	z-index: 1500;
}
#JobSeekerEmployerContentWrapper
{
	background: #156b94;
	padding: 13px;
	clear: both;
}

#JobSeekerEmployerContent
{
	border: 1px solid #9c9c9c;
	color: #7e7e7e;
	font-family: Georgia, "Times New Roman" , Times, serif;
	display: inline-block;
}

#JobSeekerEmployerContent div
{
	display: none;
	height: 171px;
	padding: 15px 10px 0;
	font-size: 13px;
	background: #fff 24px 15px no-repeat;
}

/**#JobSeekerEmployerContent div#JobSeekerContent
, #JobSeekerEmployerContent div#EmployerContent
{
	background-image: url(../images/home/employ_florida_logo.jpg);
}**/

#JobSeekerEmployerContent div p
{
	background: url(../images/home/green_shaded_line.jpg) center bottom no-repeat;
	height: 100px;
	padding: 0 0 15px 0px;/*** changed the left padding from 140px to 0px ***/
	margin: 0 0 10px;
}

#JobSeekerEmployerContent div p a
{
	display: inline-block;
	background: url("../images/ul-tick.gif") no-repeat scroll 5px 3px transparent;
	padding-left: 20px;
	font-style: italic;
	color: #57abd2;
}

#JobSeekerEmployerContent div.visible
{
	display: inline-block;
}

#JobSeekerEmployerContent ul
{
	text-align: center;
	margin: 0 -10px;
	padding: 0;
	white-space: nowrap;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#JobSeekerEmployerContent ul li
{
	display: inline;
	padding: 0px 4px;
	border-right: 1px solid #3b9ecd;
	color: #3b9ecd;
	list-style: none;
	line-height: 15px;
	font-weight: bold;
}

#JobSeekerEmployerContent ul li.last
{
	border: none;
}

#JobSeekerEmployerContent ul li a:link
{
	color: #3b9ecd;
	font-weight: bold;
	text-decoration: none;
}


/* ******************************** */
/* GOVERNOR'S MESSAGE */
/* ******************************** */

.governorsMessageWrapper
{
	padding: 13px;
	width: 325px;
	height: 89px;
	background: #156b94;
	margin-bottom: 15px;
}

.governorsMessage
{
	background: url(../images/home/governors_message_bg.jpg) no-repeat;
	width: 178px;
	height: 85px;
	padding: 55px 30px 0 118px;
	position: relative;
	top: -51px; /* */
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #7a7a7a;
	z-index: 1500;
}

/* Make viewable in back-end. */

.zeLayoutDock .governorsMessageWrapper
{
	height: auto;
}

.zeLayoutDock .governorsMessage
{
	top: auto;
}
/* ******************************** */
/* SOCIAL/NEWS TABS */
/* ******************************** */

#socialMediaTabs .socialTab
{
	width: 108px;
	height: 32px;
	float: left;
}

#socialMediaTabs .socialTab a
{
	display: block;
	width: 108px;
	height: 32px;
	background: url(../images/home/social_tabs.jpg) no-repeat;
}

#socialMediaTabs .socialTab.newsTab
{
	
}

#socialMediaTabs .socialTab.newsTab.selected { 
	border-left: 1px solid #9c9c9c;
}

#socialMediaTabs .socialTab.newsTab a
{
	background-position: 0 -34px;
}

#socialMediaTabs .socialTab.newsTab a:hover
{
	background-position: 0 -68px;
}

#socialMediaTabs .socialTab.newsTab.selected a
{
	background-position: 0 0;
}

#socialMediaTabs .socialTab.fbTab a
{
	background-position: -108px -34px;
	display:none;
}

#socialMediaTabs .socialTab.fbTab a:hover
{
	background-position: -108px -68px;
}

#socialMediaTabs .socialTab.fbTab.selected a
{
	background-position: -108px 0;
}

#socialMediaTabs .socialTab.twitterTab a
{
	background-position: -216px -34px;
	display:none;
}

#socialMediaTabs .socialTab.twitterTab a:hover
{
	background-position: -216px -68px;
}

#socialMediaTabs .socialTab.twitterTab.selected {
	border-right: 1px solid #9c9c9c; 
}
#socialMediaTabs .socialTab.twitterTab.selected a
{
	background-position: -216px 0;
}

/* ******************************** */
/* SOCIAL MEDIA TAB CONTENT */
/* ******************************** */
#socialMediaWrapper
{
	background: #156b94;
	padding: 13px;
	clear: both;
}

#socialMediaContent
{
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	background: #fff;
	padding: 15px 10px 0 10px;
	color: #7e7e7e;
	clear: both;
	height: 115px;
}

#socialMediaContent > .viewport > .overview > .smContentInstance
{
	display: none;
}

#socialMediaContent > .viewport > .overview > .smContentInstance.visible
{
	display: block;
}


#smcTwitter ul, #smcFacebook ul
{
	padding: 0 10px 0 0;
	margin: 0;
}

#smcTwitter ul li, #smcFacebook ul li
{
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
}

.smcNewsItem
{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.smcNewsArticle
{
	float: right;
	width: 220px;
}

.smcNewsContent
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
}

.smcNewsItem h2
{
	font-size: 13px;
	font-weight: bold;
	color: #05405c;
	margin: 0;
	padding: 0;
}

.smcNewsDate
{
	background: url(../images/home/hp_news_feed_date.jpg) repeat-x;
	color: #fff;
	padding: 10px;
	font-size: 10px;
	padding: 2px 10px;
	float: left;
	display: block;
	text-transform: uppercase;
	margin-right: 10px;
}

/* ******************************** */
/* MASTHEAD */
/* ******************************** */

/* Container */

.sfFeaturesRotation-Container
{
	margin: -23px -23px 15px;
	position: relative;
	font-family: Georgia, "Times New Roman" ,Times,serif;
	color: #fff;
}

.sfPageEditor .sfFeaturesRotation-Container
{
	position: inherit;
}

/* Pager */

.sfFeaturesRotation-Container .sfFeaturesRotation-Nav a
{
	display: inline-block;
	height: 1px;
	width: 1px;
	line-height: 1px;
	padding: 5px;
	margin: 2px;
	background: url(../images/home/masthead_nav.png) no-repeat;
	font-size: 1px;
	color: #245165;
}

.sfFeaturesRotation-Container .sfFeaturesRotation-Nav a.activeSlide
{
	background: url(../images/home/masthead_nav_selected.png) no-repeat;
	color: #b6d14a;
}

.sfFeaturesRotation-Container .sfFeaturesRotation-Nav
{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
}

.sfFeaturesRotation-Container .sfFeaturesRotation
{
	border-top: 2px solid #95c73e;
	height: 253px;
}


.sfFeaturesRotation-Container .sfFeaturesRotation .sfFeatureItem
{
	background: no-repeat scroll 0 0 transparent;
	width: 483px;
	height: 223px;
	padding: 57px 400px 0 30px;
	top: -27px !important;
	position: absolute;
}

.sfFeaturesRotation-Container .sfFeaturesRotation .sfFeatureItem h1
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 38px;
	line-height: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #97c93f;
	margin-bottom: 15px;
}

.sfFeaturesRotation-Container .sfFeaturesRotation .sfFeatureItem div.featureColumn
{
	float: left;
	margin-right: 20px;
}

.sfFeaturesRotation-Container .sfFeaturesRotation .sfFeatureItem p
{
	padding-top: 0;
	margin-top: 0;
}

.sfFeaturesRotation-Container .sfFeaturesRotation .sfFeatureItem a.featureButton
{
	background: url(../images/home/homepage_button_large.png) no-repeat;
	color: #05405c;
	text-align: center;
	padding-top: 7px;
	display: block;
	text-decoration: none;
	height: 24px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 152px;
	padding-left: 3px;
	line-height: 14px;
	font-family: sans-serif;
}

.sfFeaturesRotation-Container .sfFeaturesRotation .sfFeatureItem a.featureButton:hover
{
	background-position: 0 -40px;
	color: #fff;
}

.mastheadItem
{
	width: 880px;
	float: left;
	background: #666 no-repeat;
	height: 229px;
	padding: 24px 0 0 33px;
}

.mastheadItem a
{
}

/* Customize one of these for each masthead image that extends beyond the top of the frame */
.mastheadCap.masthead1
{
	background: url(../images/home/masthead1_cap.png) no-repeat;
	height: 7px;
	width: 87px;
	left: 658px;
}

.mastheadCap
{
	position: absolute;
	top: 0px;
}

.mastheadLinks
{
	float: left;
	width: 155px;
}

/* ******************************** */
/* LANGUAGE BAR						*/
/* ******************************** */
#languageBar
{
	background: url(../images/home/hp_bottom_bar_bg.png) no-repeat;
	height: 60px;
	margin: 0 -1px 0 -2px;
}

#languageBar h2
{
	float: left;
	width: 190px;
	color: #fff;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 11px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#languageBar ul
{
	float: right;
	width: 649px;
	margin: 11px 0 0 0;
}

#languageBar ul li
{
	float: left;
	font-size: 12px;
	border-right: #2b6e91 1px solid;
	list-style: none;
	margin-right: 7px;
	padding-right: 7px;
}

#languageBar ul li.last
{
	border: none;
}

#languageBar ul li a
{
	color: #11235e;
	white-space: nowrap;
}


/* ****************************** */
/* PHOTO SCROLLING CLASSES */
/* ****************************** */
.photoScroller
{
	position: relative;
	width: 160px;
	margin-top: 15px;
}

.photoScroller div.photoScrollWrapper
{
	position: absolute;
	overflow: hidden;
	height: 89px;
	width: 153px;
}

.photoScroller div.photoScrollWrapper ul.photoScrollableArea
{
	padding: 0;
	margin: 0;
}

.photoScroller div.photoScrollWrapper ul.photoScrollableArea li
{
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}

.photoScroller div.photoScrollWrapper ul.photoScrollableArea li img
{
	display: block;
	float: left;
	height: 89px;
	width: 153px;
	margin: 0;
}

.photoScroller div.photoScrollWrapper ul.photoScrollableArea li div.imageMask
{
	background: url(../images/home/photo_mask.png) no-repeat;
	height: 89px;
	width: 153px;
	position: absolute;
}

.photoScroller .photoScrollingHotSpotLeft
{
	position: absolute;
	z-index: 1000;
	left: -14px;
	display: block;
	width: 33px;
	height: 31px;
	cursor: pointer;
	background: url(../images/home/photo_slider_left_arrow.png) no-repeat;
	float: left;
	margin-top: 38px;
}

.photoScroller .photoScrollingHotSpotRight
{
	position: absolute;
	z-index: 1001;
	right: -8px;
	display: block;
	width: 33px;
	height: 31px;
	cursor: pointer;
	background: url(../images/home/photo_slider_right_arrow.png) no-repeat;
	float: right;
	margin-top: 38px;
}

/* ****************************** */
/* LOGO SCROLLING CLASSES */
/* ****************************** */

#logoScroller
{
	position: relative;
	padding: 0 13px;
}

.logoScrollableArea a
{
	display: block;
	float: left;
	height: 100px;
	border: solid 1px #008;
	background: url(../images/home/logo-bg.png) no-repeat transparent;
	padding: 1px 2px 4px 1px;
	border: 1px solid #d3dce1;
	width: 138px;
	height: 55px;
	margin: 12px 3px;
}

.logoScrollableArea a img
{
	display: block;
}

.logoScrollingHotSpotLeft
{
	position: absolute;
	z-index: 1000;
	left: -3px;
	display: block;
	width: 32px;
	height: 77px;
	cursor: pointer;
	background: url(../images/home/slider_left_arrow.png) no-repeat;
	float: left;
}


.logoScrollingHotSpotRight
{
	position: absolute;
	z-index: 1000;
	right: -3px;
	top: 0;
	display: block;
	width: 32px;
	height: 77px;
	cursor: pointer;
	background: url(../images/home/slider_right_arrow.png) no-repeat;
	float: right;
}

/* 
The scroll wrapper is always the same width and height as the containing element (div).
Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.logoScrollWrapper
{
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}


/* ****************************** */
/* Social Media / News Box Scroller Styles */
/* ****************************** */

#twitter, #facebook
{
	height: 166px;
	overflow: auto;
}

#socialMediaContent .viewport
{
	height: 105px;
	overflow: hidden;
	position: relative;
}
#socialMediaContent .overview
{
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#socialMediaContent .scrollbar
{
	background: transparent url(../images/home/scroll/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 15px;
}
#socialMediaContent .track
{
	background: transparent url(../images/home/scroll/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
	height: 100%;
	width: 15px;
	position: relative;
}
#socialMediaContent .thumb
{
	background: transparent url(../images/home/scroll/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
}
#socialMediaContent .thumb .end
{
	background: transparent url(../images/home/scroll/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#socialMediaContent .disable
{
	display: none;
}

/* ****************************** */
/* MEET THE DIRECTOR CLASSES */
/* ****************************** */

.meetDirector
{
	background: url(../images/meet_director.png) no-repeat;
	width: 310px !important;
	height: 94px;
	float: right;
	display: inline;
	margin-top: 10px;
}

.meetDirector .div,
.meetDirector  .sfContentBlock { display:inline-block; }

.meetDirector a
{
	width: 310px;
	height: 94px;
	display: block;
}
/**
* BEGIN TEMP FIX
* Temporary change to hide "Meet the Director" and fill in space with photo slideshow
*/

.meetDirector
{
       display: none;
}

.photoScroller
{
       width: 465px;
}

.photoScroller div.photoScrollWrapper
{
       width: 460px;
}
/**
* END TEMP FIX
*/
}
.sfContentBlockfoot
{
	background: #05405C;
	border-top: 3px solid #ffffff;
}
.sfContentBlockdark
{
	background: #05405C;
	border-top: 3px solid #ffffff;
}
.sfContentBlockcomm
{
	background: #E0E1E2;
	border-top: 10px solid #ffffff;
              
}
.sfContentBlockblue
{
	background: #006993;
        border-top: 3px solid #ffffff;
}
.sfContentBlockgrey
{
	background: #58595B;
        border-top: 3px solid #ffffff;
}
.divider
{
	border-right:1px solid #003F5D;

	
}
.dividerend
{
	border-right:1px solid #E0E1E2;

}
.dividergreen
{
	border-right:1px solid #9ACA3C;
	padding-right:5px;
}
.dividerwhite
{
	border-right:1px solid #ffffff;

}

.whitebutton
{  	background: #ffffff;

  	-moz-border-radius: 15px;
 
	-webkit-border-radius: 15px;
 
	border-radius: 15px;

	border: 2px solid #006993;

  	padding: 5px;

	width: 100px;

  	height: 35px;

  	text-align: center;
	font-weight:bold;
	line-height: 35px;

	positon:absolute;
	margin-top: 250px;
}


.whitebutton:link {color: #006993; text-decoration:none}

.whitebutton:hover {text-decoration:none; color: #006993; opacity: 0.6;}

/*==================================================== 
                START NEW CSS
=====================================================*/
/* Outer newslist container */
.newslist-container
{
}

/* news list item container */
.newslist-item
{
	margin: 0 0 12px 0 !important;
	float: left !important;
}

.newslist-item-group
{
	margin: 10px 0 0 0 !important;
}

/* date block  */
.newslist-date-block
{
	border: 2px solid #00648C !important;
	width: 42px !important;
	height: 50px !important;
	float: left;
}

/* date block day */
.newslist-date-block-day
{
	text-align: center !important;
	background-color: #DCDDDF !important;
	color: #00648C !important;
	font-weight: bold !important;
	font-size: 14pt !important;
	height: 60%;
	padding: 6px 0 0 0;
}

/* date block month */
.newslist-date-block-month
{
	background-color: #00648C !important;
	text-align: center !important;
	margin: 0 !important;
	color: #FFF0D1 !important;
	font-size: 9pt !important;
	margin: 0 !important;
	text-transform: uppercase !important;
	height: 16px;
}

.newslist-item-preview
{
	float: left;
	margin: 0 0 0 10px;
}

/* news item title ie "CONNECT Daily Update" */
.newslist-container h2
{
	color: #006289 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	margin: 0;
}

.newslist-container h4
{
	color: #A2CD39 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
/* news item title ie "CONNECT Daily Update"  Hyper link*/
.newslist-container a
{
	color: #006289 !important;
	text-decoration: none;
}

/* Read More link */
.newslist-item-preview-link
{
	color: #006289 !important;
	font-size: 10pt !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

/* container for expanded summary - customize summary here */
.news-item-summary-container
{
	margin: 8px !important;
}

.newslist-container fieldset
{
	border: 0px !important;
	margin: 10px 0 0 0;
}

.newslist-container input
{
	border-color: #006289;
	border: 1px solid;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-image-source: none;
	border-image-slice: initial;
	border-image-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: inherit;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	height: 30px;
	font-size: 11pt !important;
	margin: 0 0 10px 0;
}

	.newslist-container input:focus
	{
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}

/* error message container  */
.subscription-message-container
{
	margin: 6px 0 !important;
	padding: 6px !important;
	font-size: 10pt;
	/**/
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

/* email textbox specific */
.subscribe-textbox
{
	color: #006289;
	border-color: #006289 !important;
	text-align: center;
	background-color: #DCDDDF;
	font-style: italic !important;
	font-weight: bold !important;
	width: 100%;
	margin: 0 0 8px 0;
}

/* water mark for text box - "enter email here"  */
.subscribe-textbox-watermark
{
	color: #FFFFFF;
	border-color: #006289 !important;
	text-align: center;
	background-color: #DCDDDF;
	font-style: italic !important;
	font-weight: bold !important;
	width: 100%;
	margin: 0 0 8px 0;
}

/* subscribe button specific */
.subscribe-button
{
	border-color: #006289 !important;
	text-align: center;
	color: #006289;
	font-style: italic !important;
	font-weight: bold !important;
	background-color: #DCDDDF;
}

/* hide unused sitefinity template elements */
.hiddenLabel
{
	display: none;
}
