@charset "utf-8";
/* 
* Copyright (c) 2009 WORKFORCE PLUS. (http://www.wfplus.org/)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* Status of this CSS Document: On progress
* Last date modified: July 8, 2009: Basic start up
* Last date modified: July 13, 2009: UI Design (jQuery integration).
*/

/*IE 5 and IE 6 - png fix*/
img, div, a, input {
	behavior: url(iepngfix.htc)
}
/*********************************************************/
/* Normalization of CSS, for a clean start*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/*********************************************************/
/* Global CSS */
body {
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	background: #0038a9 url(../../images/blue_gradient.jpg) top repeat-x;
	/*For text: basic unit: 1em = 10px. If want to use 18px, use 1. em*/
	font-size:62.5%;
	line-height: 1;
	color:#222222;
}
a:link {
	color: #0151ac;
}
a:visited {
	color: #369fde;
}
a:hover {
	color: #cc0000;
}
ol {
	width:80%;
	margin-left:10px;
	padding-bottom:30px !important;
}
ol li {
	font-size:120%;
	line-height:140%;
	color:#666;
	border-bottom:1px dotted #ffcccc;
	padding:10px;
	font-style:italic;
}
img.left {
	float:left;
	margin:10px 10px 10px 0px;
	clear:right;
}
img.right {
	float:right;
	margin:0px 10px 10px 10px;
	clear:left;
}
.imgBorder {
	padding: 2px;
	border: 1px solid #989898;
}
div.clear {
	clear:both;
}
a:active {
	color: #cc0000;
}
form {
	padding:10px;
	background-color:#FFF;
	border:1px solid #999;
}
input.red_btn {
	background: url(../../images/input_bkg.png) top repeat-x #9d132a;
	border-color:#c74b60;
	color: #f8f0f2;
	font-weight: bold;
	font-size: 0.9em;
	padding:3px 10px;
	cursor:pointer;
}
input.gray_btn {
	background: url(../../images/input_bkg_grey.png) top repeat-x #CCC;
	border-color: #ccc;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	padding:3px 10px;
	cursor:pointer;
}
/*********************************************************/
/* Container */
div#wrapper {
	width:100%;
	height:100%;
	background: url(../../images/wrapper_shine.png) center top no-repeat;
}
div#container {
	height:100%;
	width:1000px;
	margin: 0 auto;
	height:auto;
}
div#header {
	position:relative;
	height:98px;
	margin:15px 20px 0px 20px;
	background: url(../../images/header_bkg.png) center top no-repeat;
}
img#workforce_logo {
	margin:20px 0px 0px 58px;
	padding:0px;
	border:0px;
}
img#youth_logo {
	display:none
}
img#workforce_logo_youth {
	display:none
}
div#header div#greetings {
	position:absolute;
	top:58px;
	left:580px;
	width:290px;
	text-align:right;
	color:#666;
	font-size:1.1em;
}
div#header a#login_link {
	position:absolute !important;
	top:55px !important;
	left:885px !important;
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
div#header a#login_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
div#header div#search_box {
	position: absolute;
	top:18px;
	left:668px;
	width: 278px;
	height: 33px;
	background: url(../../images//bg_search_box.png);
}
div#header div#search_box form#search_form {
	background:none;
	border:0px !important;
	padding:0px;
}
div#header div#search_box input#s {
	float: left;
	padding: 3px;
	margin: 6px 0px 0px 90px;
	border: 0;
	width: 146px;
	background: none;
	font-size: 1.2em;
}
div#header div#search_box input#go {
	float: right;
	margin: 4px 4px 0 0;
}
/*********************************************************/
div#banner.homepage {
	position:relative;
	height: 450px;
	width:1000px;
	background: url(../../images/homeBanner.png) center top no-repeat;
}
div#banner.internal {
	position:relative;
	height: 120px;
	width:1000px;
	background: url(../../images/internalBanner.png) center top no-repeat;
}
div#banner.internal.about {
	background: url(../../images/internalBanner_about.png) center top no-repeat;
}
div#banner.internal.jobseeker {
	background: url(../../images/internalBanner_jobseeker.png) center top no-repeat;
}
div#banner.internal.employers {
	background: url(../../images/internalBanner_employers.png) center top no-repeat;
}
div#banner.internal.veterans {
	background: url(../../images/internalBanner_veterans.png) center top no-repeat;
}
div#banner.internal.youth {
	background: url(../../images/internalBanner_youth.png) center top no-repeat;
}
div#banner.internal.contact {
	background: url(../../images/internalBanner_contact.png) center top no-repeat;
}
div#banner.internal ul.breadcrump {
	position:absolute;
	top:25px;
	left:350px;
}
div#banner.internal ul.breadcrump li {
	display: inline;
	list-style-type: none;
	border-right:1px solid #cccccc;
	padding:0px 10px;
}
div#banner.internal h1 {
	position:absolute;
	top:25px;
	left:360px;
	color:#811818;
	font-size: 28px;
}
div#banner.internal ul.options {
	position:absolute;
	top:78px;
	left:360px;
	opacity:0.7;
	width: 400px;
	filter:alpha(opacity=70)
}
div#banner.internal ul.options li {
	display: block;
	float: left;
	margin-right: 5px;
	list-style-type: none;
	padding: 6px 0;
}
div#banner.internal ul.tools {
	position:absolute;
	top:24px;
	left:835px;
	padding:0;
}
div#banner.internal ul.tools li {
	display: block;
	list-style: none;
	padding:0;
	margin:0;
	width:73px;
	height:72px;
	float:left;
}
div#banner.internal ul.tools li a {
	display: block;
	width:73px;
	height:72px;
	padding:0;
	margin:0;
	background:url(../../images/tool_items_internal_bkg.png) top no-repeat;
	text-indent: -9999px;
}
div#banner.internal ul.tools li.calendar a {
	background-position:0px 0px;
}
div#banner.internal ul.tools li.calendar a:hover {
	background-position:0px -72px
}
/*div#banner.internal ul.tools li.newsletter a {
	background-position:-67px 0px;
}
div#banner.internal ul.tools li.newsletter a:hover {
	background-position:-67px -72px
}*/

div#banner.internal ul.tools li.feedback a {
	background-position:-67px 0px;
}
div#banner.internal ul.tools li.feedback a:hover {
	background-position:-67px -72px
}
/*********************************************************/
div#banner.homepage div#flash_banner {
	width:330px;
	height:430px;
	position:absolute;
	top:10px;
	left:10px;
}
div#banner.homepage div#ceo_banner {
	width:480px;
	height:210px;
	position:absolute;
	top:10px;
	left:340px;
	background: url(../../images/ceoMssg_bkg.png) center top no-repeat;
}
div#banner.homepage div#ceo_banner h4 {
	position:absolute;
	top:40px;
	left:18px;
}
div#banner.homepage div#ceo_banner p.message {
	color:#666;
	padding:0 !important;
	background:none !important;
	position:absolute;
	top:79px;
	left:100px;
	width:359px;
}
div#banner.homepage div#ceo_banner p.signature {
	color:#666;
	padding:0 !important;
	background:none !important;
	position:absolute;
	top:165px;
	left:100px;
}
div#banner.homepage div#ceo_banner .ceo_image {
	width:67px;
	height:94px;
	position:absolute;
	top:79px;
	left:18px;
	background: url(../../images/ceoImg_bkg.png) center top no-repeat;
}
div#banner.homepage div#ceo_banner .ceo_image img {
	margin:3px 0px 0px 3px;
	border:1px solid white;
}
div#banner.homepage div#news_banner {
	width:480px;
	height:190px;
	position:absolute;
	top:220px;
	left:340px;
	background: url(../../images/latestNews_bkg.png) 0px 0px no-repeat;
	padding:30px 0px 0px 20px;
	overflow:hidden;
}
div#banner.homepage div#news_banner span.date {
	display:block;
	color:#cccccc;
	font-variant:small-caps;
	padding-top:10px;
	padding-bottom:3px;
}
div#banner.homepage div#news_banner span.headline {
	display:block;
	color:#fff;
	font-size:1.4em;
	line-height:1.2em;
	padding-bottom:10px;
}
div#banner.homepage div#news_banner span.headline b {
	font-weight:bold;
}
div#banner.homepage div#news_banner li {
	padding-bottom:20px;
	height:auto !important;
}
div#banner.homepage div#news_banner div.newsticker-jcarousellite {
	width:440px;
}
div#banner.homepage div#news_banner img.read_btn {
	margin-top:10px;
	border:0px;
	height:24px;
}
div#banner.homepage div#news_banner ul li img {
	margin-left:10px;
}
div#banner.homepage div#tool_banner {
	width:170px;
	height:430px;
	position:absolute;
	top:10px;
	left:820px;
	background: url(../../images/tool_bkg.png) center top no-repeat;
}
div#banner.homepage div#tool_banner ul {
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	margin-top:35px;
	margin-left:30px;
	padding:0;
	width:110px;
}
div#banner.homepage div#tool_banner ul li {
	padding:0;
	list-style:none;
	margin:0;
	height:131px;
}
div#banner.homepage div#tool_banner ul li a {
	text-decoration:none;
	display:block;
	padding:0;
	color:#8d8d8d;
	height: 131px;
	background:transparent url(../../images/tool_items_bkg.png) no-repeat;
}
div#banner.homepage div#tool_banner ul li a span {
	visibility:hidden
}
div#banner.homepage div#tool_banner ul li a span b {
	color:#5a5a59;
}
div#banner.homepage div#tool_banner ul li a:hover {
}
div#banner.homepage div#tool_banner ul li.tool_calendar {
/*border-bottom:1px solid #7c1f1f;*/
}
div#banner.homepage div#tool_banner ul li.tool_calendar a {
	background-position:0px 0px
}
div#banner.homepage div#tool_banner ul li.tool_calendar a:hover {
	background-position:-110px 0px
}
div#banner.homepage div#tool_banner ul li.tool_newsletter {
/*border-top:1px solid #c96c6c;*/
	/*border-bottom:1px solid #7c1f1f;*/
}
div#banner.homepage div#tool_banner ul li.tool_newsletter a {
	background-position:0px -131px
}
div#banner.homepage div#tool_banner ul li.tool_newsletter a:hover {
	background-position:-110px -131px
}
div#banner.homepage div#tool_banner ul li.tool_howcanwe {
/*border-top:1px solid #c96c6c;*/
}
div#banner.homepage div#tool_banner ul li.tool_howcanwe a {
	background-position:0px -262px
}
div#banner.homepage div#tool_banner ul li.tool_howcanwe a:hover {
	background-position:-110px -262px
}
/*********************************************************/
div#content_wrapper {
	background: url(../../images/content_wrapper.png) center repeat-y;
	zoom: 1;
}
div#content {
	background: url(../../images/content.png) top no-repeat;
}
/*********************************************************/
div#menu {
	/*border:1px solid red;*/
	margin:20px 0px 0px 68px;
	width:270px;
	float:left;
}
ul#main-nav {
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:1.7em;
	margin:0;
	padding:0;
	width:240px;
}
ul#main-nav li {
	padding:11px 0px 9px 0px;
	list-style:none;
	border-top:1px solid #575757;
	border-bottom:1px solid #000000;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0;
	color:#8d8d8d;
	height: 22px;
	background:transparent url(../../images/menu_items.png) no-repeat;
}
ul#main-nav li a span {
	visibility:hidden
}
ul#main-nav li a span b {
	color:#5a5a59;
}
ul#main-nav li a:hover {
}
/*********************************************************/
ul#main-nav li.nav_homepage {
	border-top:0px !important;
}
ul#main-nav li.nav_homepage a {
	background-position:0px -15px
}
ul#main-nav li.nav_homepage a:hover {
	background-position:-240px -15px
}
ul#main-nav li.nav_homepage a.active {
	background-position:-480px -15px
}
/*********************************************************/
ul#main-nav li.nav_about a {
	background-position:0px -54px
}
ul#main-nav li.nav_about a:hover {
	background-position:-240px -54px
}
ul#main-nav li.nav_about a.active {
	background-position:-480px -54px
}
/*********************************************************/
ul#main-nav li.nav_jobseeker a {
	background-position:0px -94px
}
ul#main-nav li.nav_jobseeker a:hover {
	background-position:-240px -94px
}
ul#main-nav li.nav_jobseeker a.active {
	background-position:-480px -94px
}
/*********************************************************/
ul#main-nav li.nav_employeer a {
	background-position:0px -134px
}
ul#main-nav li.nav_employeer a:hover {
	background-position:-240px -134px
}
ul#main-nav li.nav_employeer a.active {
	background-position:-480px -134px
}
/*********************************************************/
ul#main-nav li.nav_veteran a {
	background-position:0px -174px
}
ul#main-nav li.nav_veteran a:hover {
	background-position:-240px -174px
}
ul#main-nav li.nav_veteran a.active {
	background-position:-480px -174px
}
/*********************************************************/
ul#main-nav li.nav_youth {
/*border-bottom:0px !important;*/
}
ul#main-nav li.nav_youth a {
	background-position:0px -214px
}
ul#main-nav li.nav_youth a:hover {
	background-position:-240px -214px
}
ul#main-nav li.nav_youth a.active {
	background-position:-480px -214px
}
/*********************************************************/

ul#main-nav li.nav_reinvest {
	border-bottom:0px !important;
}
ul#main-nav li.nav_reinvest a {
	background-image: url(../../images/reinvest_logo_menu.png) !important;
	background-color:transparent !important;
	background-repeat:no-repeat !important;
	background-position:-5px 0px !important;
	height:52px;
}
ul#main-nav li.nav_reinvest a:hover {
	background-position:-240px 0px !important;
}
ul#main-nav li.nav_reinvest a.active {
	background-position:-240px 0px !important;
}
/*********************************************************/
ul#sub_nav {
	background-color:#333333;
	font-size:0.8em;
	border-left:2px solid #333;
	border-right:1px solid #686868;
}
ul#sub_nav li {
	padding:8px 5px 8px 15px !important;
	list-style:none;
	margin:0px 15px !important;
	border-top:0px !important;
	border-bottom:1px dashed #494949 !important;
	background:none !important;
	height: auto !important;
}
ul#sub_nav li.last {
	border-bottom:0px !important;
}
ul#sub_nav li a {
	color:#828181 !important;
	background:none !important;
	height: auto !important;
}
ul#sub_nav li a:hover {
	color:#0066cc !important;
	background:none !important;
}
ul#sub_nav li a.active {
	color:#fff !important;
	background:none !important;
}
/*********************************************************/
ul#socialmedia-nav {
	margin:100px 0px 20px 0px;
	height:25px;
}
ul#socialmedia-nav li {
	display: inline;
	list-style-type: none;
}
ul#socialmedia-nav li img {
	border:0;
}
ul#socialmedia-nav li a {
	padding-bottom: 3px;
	background:transparent url(../../images/social_media.jpg) no-repeat;
}
ul#socialmedia-nav li.nav_facebook a {
	background-position:0px -18px
}
ul#socialmedia-nav li.nav_facebook a:hover {
	background-position:0px 0px
}
ul#socialmedia-nav li.nav_tweeter a {
	background-position:-22px -18px
}
ul#socialmedia-nav li.nav_tweeter a:hover {
	background-position:-22px 0px
}
ul#socialmedia-nav li.nav_youtube a {
	background-position:-45px -18px
}
ul#socialmedia-nav li.nav_youtube a:hover {
	background-position:-45px 0px
}
ul#socialmedia-nav li.nav_flickr a {
	background-position:-68px -18px
}
ul#socialmedia-nav li.nav_flickr a:hover {
	background-position:-68px 0px
}
ul#socialmedia-nav li.nav_digg a {
	background-position:-90px -18px
}
ul#socialmedia-nav li.nav_digg a:hover {
	background-position:-90px 0px
}
ul#socialmedia-nav li.nav_linkedin a {
	background-position:-112px -18px
}
ul#socialmedia-nav li.nav_linkedin a:hover {
	background-position:-112px 0px
}
ul#socialmedia-nav li.nav_stumbleupon a {
	background-position:-134px -18px
}
ul#socialmedia-nav li.nav_stumbleupon a:hover {
	background-position:-134px 0px
}
ul#socialmedia-nav li.nav_technorati a {
	background-position:-157px -18px
}
ul#socialmedia-nav li.nav_technorati a:hover {
	background-position:-157px 0px
}
ul#socialmedia-nav li.nav_newsvine a {
	background-position:-179px -18px
}
ul#socialmedia-nav li.nav_newsvine a:hover {
	background-position:-179px 0px
}
ul#socialmedia-nav li.nav_myspace a {
	background-position:-202px -18px
}
ul#socialmedia-nav li.nav_myspace a:hover {
	background-position:-202px 0px
}
ul#socialmedia-nav li.nav_delicious a {
	background-position:-224px -18px
}
ul#socialmedia-nav li.nav_delicious a:hover {
	background-position:-224px 0px
}
/*********************************************************/
div#content_body {
	/*border:1px solid green;*/
	margin:0px 40px 0px 0px;
	padding:20px;
	float:right;
	text-align:left;
	width:580px;
}
h1 {
	color:#cc3333;
	font-size:2.3em;
	margin:17px 0px 9px 0px;
}
h1 strong {
	color:#a02626 !important;
	font-weight:bold;
}
h2 {
	color:#333;
	font-size:2.1em;
	margin:15px 0px 8px 0px;
}
h2 strong {
	color:#000 !important;
	font-weight:bold;
}
h3 {
	color:#cc3333;
	font-size:1.9em;
	margin:13px 0px 7px 0px;
}
h3 strong {
	color:#a02626 !important;
	font-weight:bold;
}
h4 {
	color:#a02626;
	font-size:1.8em;
	margin:11px 0px 6px 0px;
}
h4 strong {
	color:#681818 !important;
	font-weight:bold;
}
h4.learn_more {
	border-bottom:1px dotted #FFD7D7;
	padding-bottom:3px;
	margin-top:30px;
	margin-bottom:-2px;
}
h5 {
	color:#333;
	font-size:1.7em;
	margin:9px 0px 5px 0px;
}
h5 strong {
	color:#000 !important;
	font-weight:bold;
}
h6 {
	color:#cc3333;
	font-size:1.4em;
	margin:7px 0px 4px 0px;
}
h6 strong {
	color:#681818 !important;
	font-weight:bold;
}
p {
	font-size:1.2em;
	line-height:130%;
	padding:8px;
}
p.small {
	line-height:90%
}
p.big {
	line-height:200%
}
/*********************************************************/
div#footer {
	position:relative;
	height:80px;
	background: url(../../images/footer_bkg.png) top no-repeat;
	margin-bottom:15px;
}
#rss_logo {
	position:absolute;
	top:34px;
	left:67px;
}
#rss_logo a {
	display:block;
	width:34px;
	height:35px;
	background:transparent url(../../images/rss_logo.png) no-repeat;
	background-position:0px 0px;
}
#rss_logo a:hover {
	background-position:0px -34px;
}
ul#legal-nav {
	font-size:1.2em;
	position:absolute;
	top:34px;
	left:105px;
}
ul#legal-nav li {
	display: inline;
	list-style-type: none;
	border-right:1px solid #0a255c;
}
ul#legal-nav li a {
	margin-right:15px;
	padding-left:15px;
	text-decoration:none;
	text-transform:uppercase;
	color:#467ae1;
}
ul#legal-nav li a:hover {
	color:#fff;
}
span#copyright {
	color:#355cab;
	position:absolute;
	text-transform:uppercase;
	top:54px;
	left:120px;
}
/*********************************************************/


div.clear {
	clear:both;
}
/*********************************************************/

.wfplus-custom_highlight {
	padding:10px !important;
	margin-top:20px;
}
.wfplus-custom-error {
	padding:10px !important;
	margin-top:20px;
}
.wfplus-button {
	outline: 0;
	margin:0 4px 0 0;
	padding: .4em 1em;
	text-decoration:none !important;
	cursor:pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}
.wfplus-button .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}
a.wfplus-button {
	float:left;
}
/* remove extra button width in IE */
	button.wfplus-button {
	width:auto;
	overflow:visible;
}
.wfplus-button-icon-left {
	padding-left: 2.1em;
}
.wfplus-button-icon-right {
	padding-right: 2.1em;
}
.wfplus-button-icon-left .ui-icon {
	right: auto;
	left: .2em;
	margin-left: 0;
}
.wfplus-button-icon-right .ui-icon {
	left: auto;
	right: .2em;
	margin-left: 0;
}
.wfplus-button-icon-solo {
	display:block;
	width:8px;
	text-indent: -9999px;
}	 /* solo icon buttons must have block properties for the text-indent to work */
.wfplus-buttonset {
	float:left;
}
.wfplus-buttonset .wfplus-button {
	float: left;
}
.wfplus-buttonset-single .wfplus-button, .wfplus-buttonset-multi .wfplus-button {
	margin-right: -1px;
}
.wfplus-toolbar {
	padding: .5em;
	margin: 0;
}
.wfplus-toolbar .wfplus-buttonset {
	margin-right:1.5em;
	padding-left: 1px;
}
.wfplus-toolbar .wfplus-button {
	font-size: 1em;
}
/*********************************************************/
.fdd2div_default {
	position:relative;
	font-size:1.3em;
	text-align:left;
	background:#FFF;
	border:1px solid #999;
	width:100%;
	height:100%;
	display:block;
	padding-top:12px !important;
	margin:0px;
}
.fdd2div_default_main_link {
	outline:none;
	text-decoration:none;
	width:100%;
}
.fdd2div_default ul {
	border:1px solid #ccc;
	margin-top:8px;
	width:100%;
}
.fdd2div_default ul li a:active, .fdd2div_default ul li a:link, .fdd2div_default ul li a:visited {
	color:#cc0000;
	background-color:#efefef;
	text-decoration:none;
	padding:8px;
	height:9px;
}
.fdd2div_default ul li a:hover {
	color:#FFF;
	background-color:#cc0000;
}
.fdd2div_default a.collapsed {
	background-image:url(../../images/collapse.jpg);
	background-repeat:no-repeat;
	background-position:92% 0%;
	padding-left:10px !important;
	color:#00428e;
	font-weight:bolder;
	text-decoration:none;
	display:block;
}
.fdd2div_default a.expanded {
	background-image:url(../../images/expand.jpg);
	background-repeat:no-repeat;
	background-position:92% 0%;
	padding-left:10px !important;
	color:#000;
	font-weight:bolder;
	text-decoration:none;
	display:block;
}
.fdd2div_default_ul_list {
	list-style:none;
	padding:0;
	margin:0;
	background:#999;
	top:20px;
	left:-1px;
}
.fdd2div_default_ul_list li {
	margin:1px;
}
.fdd2div_default_ul_list li a {
	height:5px;
	display:block;
}
.fdd2div_default_ul_list li a:hover {
	color:#999;
}
/*********************************************************/
div#calendar {
	display:none;
	position:absolute;
	top:-8px;
	left:323px;
	background:transparent url(../../images/calendar_bkg.png) top center no-repeat;
	padding:10px;
	width:692px;
	height:347px;
	font-size:1.1em;
	overflow: hidden;
	z-index:9999;
}
div#calendar div#calendar_picker {
	position:absolute;
	top:30px;
	left:150px;
}
div#calendar div#calendar_results_header {
	position:absolute;
	top:30px;
	left:410px;
	color:#ff9999;
	width:240px;
}
div#calendar div#calendar_results_header strong {
	font-weight:bold !important;
	color:#FFF;
}
div#calendar div#calendar_results {
	line-height:1.5em;
	width:240px;
	height:250px;
	overflow:auto;
	position:absolute;
	top:60px;
	left:410px;
	background-color:#731c1c;
	border:1px solid #660000;
	color:#FFF;
}
div#calendar div#calendar_results ul {
}
div#calendar div#calendar_results ul li {
	padding:10px;
	border-bottom:1px solid #660000;
	border-top:1px solid #840202;
}
div#calendar div#calendar_results ul li span {
	font-size:medium;
	font-weight:bold !important;
}
img#calendar_close {
	position:absolute;
	top:3px;
	left:653px;
}
#update_calendar {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#update_calendar span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
/*********************************************************/
ul#icons {
	margin: 0;
	padding: 0;
}
ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
/*********************************************************/
div#newsletter {
	display:none;
	position:absolute;
	top:-8px;
	left:323px;
	background:transparent url(../../images/newsletter_bkg.png) top center no-repeat;
	padding:10px;
	width:692px;
	height:347px;
	font-size:1.1em;
	overflow: hidden;
	z-index:9998;
}
div#newsletter div#tabs {
	width:480px !important;
	position:absolute;
	top:30px;
	left:141px;
	padding:10px;
}
div#newsletter div#tabs span.issueDate {
	font-size:0.8em !important;
	font-style:oblique;
	color:#999;
}
div#newsletter div#tabs h2 {
	font-size:1.4em !important;
	padding-top:5px;
}
div#newsletter div#tabs p {
	font-size:.9em !important;
	line-height:1.4em;
	padding: 0px 0px 20px 0px !important;
	width:250px;
}
div#newsletter div#tabs p img {
	margin:0px 5px 5px 0px;
}
img#newsletter_close {
	position:absolute;
	top:3px;
	left:653px;
}
div#newsletter div#tabs #pdf_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
div#newsletter div#tabs #pdf_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
div#newsletter form {
	position:relative;
	top:32px;
	left:-27px;
	width:472px;
	border:0px !important;
	background-color:#999999;
	margin:0;
	height:60px;
	padding-left:20px !important;
}
div#newsletter form legend {
	font-weight:bold;
	font-style:1.1em;
	padding:10px 0px 10px 5px;
	color:#333;
}
div#newsletter form legend strong {
	font-weight:bolder;
	color:#000
}
div#newsletter form label {
	font-size:10px;
	width: 35px;
	float: left;
	text-align: right;
	display: block
}
div#newsletter form input.submit {
	margin-left: 20px;
	color: #FFF;
	background: #993333;
	border: 1px outset #660000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:3px;
}
div#newsletter form input {
	float: left;
	color: #781351;
	background:#666666;
	border: 1px solid #000;
	margin:0px 10px 20px 5px;
	font-size:11px;
	color:#FFF;
}
div#newsletter div#tabs div.prevIssues {
	position:absolute;
	top:60px;
	left:315px;
	border-left:1px solid #CCC;
	padding-left:10px;
	height:125px;
	width:160px;
	overflow:auto;
	font-size:.9em;
}
div#newsletter div#tabs div.prevIssues span {
	color:#993333;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:20px
}
div#newsletter div#tabs div.prevIssues ul li {
	padding:6px;
}
div#newsletter div#tabs div.prevIssues ul li em {
	font-size:.9em;
	color:#666;
}
/*********************************************************/
div#feedback {
	display:none;
	position:absolute;
	top:-8px;
	left:323px;
	background:transparent url(../../images/feedback_bkg.png) top center no-repeat;
	padding:10px;
	width:692px;
	height:347px;
	font-size:1.1em;
	overflow: hidden;
	z-index:9998;
}
div#feedback div.hiddenFields {
	height:0;
	overflow:hidden;
}
div#feedback h4 {
	color:#ffcccc;
	padding-left:5px;
}
div#feedback div.feed {
	position:absolute;
	top:15px;
	left:148px;
	width:240px;
	padding:5px;
}
div#feedback div.referal {
	position:absolute;
	top:15px;
	left:400px;
	width:240px;
	padding:5px;
}
div#feedback form {
	padding:0px;
	background-color:#f3f3f3;
	border:1px solid #999;
}
div#feedback form label {
	float:left;
	font-weight:bold;
	font-size:0.85em;
	text-transform:uppercase;
	width:75px;
	text-align:right;
	padding-right:5px;
	padding-top:5px;
	margin-right:2px;
	color:#721a1a;
}
div#feedback form legend {
	padding:6px;
	margin-bottom:15px;
	font-size:0.8em;
	color:#999;
}
div#feedback form input, div#feedback form textarea {
	display:block;
	background-color:#cccccc;
	font-size:100%;
	width:60%;
	margin-bottom:5px;
	padding:2px !important;
	color:#333;
	border: 1px solid #999;
}
div#feedback form input.submit {
	cursor:pointer;
	margin:5px 0px 10px 82px;
	background: white url(../../images/submit_btn.png) no-repeat top;
	width: 68px !important;
	height: 23px !important;
}
div#feedback div.message {
	color:#FFF;
	font-size:1.2em;
}
img#feedback_close {
	position:absolute;
	top:3px;
	left:653px;
}
/*div#faq {
	display:none;
	position:absolute;
	top:-8px;
	left:323px;
	background:transparent url(../../images/faq_bkg.png) top center no-repeat;
	padding:10px;
	width:692px;
	height:347px;
	font-size:1.1em;
	overflow: hidden;
	z-index:9998;
}
div#faq h2 {
	position:absolute;
	top:14px;
	left:158px;
	color:#ffcccc;
}
div#faq div {
	position:absolute;
	top:63px;
	left:148px;
	overflow:auto;
	width:485px;
	height:238px;
	padding:5px;
}
div#faq div ul li {
	padding-bottom:20px;
}
div#faq div ul li span.question {
	display:block;
	font-size:1.4em;
	color:#ff6666;
	font-weight:bold;
	padding:3px 10px;
}
div#faq div ul li span.answer {
	display:block;
	padding:0px 20px;
	font-size:1.1em;
	line-height:1.4em;
	color:#fff;
}
img#faq_close {
	position:absolute;
	top:3px;
	left:653px;
}*/
/*********************************************************/
div#jobOpportinities {
}
div#jobOpportinities h3 a {
	color:#CC3333 !important;
	text-decoration:none !important;
}
div#jobOpportinities h3 a:hover {
	color:#0151ac !important;
	text-decoration:none;
}
div#jobOpportinities h4 {
	color:#999;
	font-size:1.3em;
	text-transform:uppercase;
}
div#jobOpportinities span {
/*display:block;
	font-size:1.1em;
	color:#666;
	margin-bottom:5px;*/
	
}
div#jobOpportinities span.strong {
	font-weight: bold !important;
	color:#000 !important;
	padding-right:5px;
	text-transform:uppercase;
}
div#jobOpportinities ul {
	border-right:1px solid #CCCCCC;
	float:left;
	font-size:1em;
	list-style-type:none;
	margin:0 20px 0 0;
	padding:10px 10px 10px 0;
	width:450px;
}
div#jobOpportinities ul li {
	padding-bottom: 10px;
	border-bottom:1px dotted #cacaca;
	margin: 0 0 20px 0;
	font-size:1em;
	color:#666;
}
div#jobOpportinities ul li p {
	padding:0px 10px !important;
}
div#jobOpportinities ul li img {
	margin-top:10px;
	margin-left:10px;
	border:0;
}
div#jobOpportinities span.toll-free, div.job_opportunities span.toll-free {
	margin:10px 0px 10px 10px;
	background-color:#ececec;
	color:#333333;
	font-size:1.4em;
	display:block;
	padding:5px;
}

div#jobOpportinities div.sponsors img{
	margin-bottom:10px;

}



div.partners ol.entries {
	float:right;
	width:60% !important;
	margin-left:20px;
}
div.partners ol.logos {
	float:left;
	width:25% !important;
}
div.partners img{
	border:0px;
	margin-top:10px;	
}
div.jobseeker_icons ul {
	width:590px;
	display:block;
	height:130px;
}
div.jobseeker_icons ul li {
	display:inline;
	float:left;
	margin-right:3px;
	text-align:center;
}
div.job_opportunities {
}
div#content_body div.job_opportunities ul {
	list-style-type: none;
	font-size: 1em;
}
div#content_body div.job_opportunities ul.entries li {
	padding:1px 7px 10px 7px;
	margin: 0 0 2px 0;
	color:#666666;
}
div.job_opportunities ul.entries li.dark {
	background-color:#ebebeb;
}
div.job_opportunities ul.entries li.light {
	background-color:#dedede;
}
div.job_opportunities ul.entries li h3 a {
	font-size:120%;
	text-decoration:none !important;
	color:#666666 !important;
}
div.job_opportunities ul.entries li h3 a:hover {
	text-decoration:underline !important;
	color:#990000 !important;
}
div.job_opportunities ul.entries li span {
	display:block;
	font-size:1.2em;
	padding:3px;
}
div.job_opportunities ul.entries li span strong {
	font-weight:bold !important;
	color:#000;
}
div.job_opportunities ul.entries li img {
	margin-top:5px;
	border:0px;
	padding-left:3px;
}
/*********************************************************/
img.tour_services {
	border:0px;
	margin: 20px 0px;
}
/*********************************************************/
#employer_services_swf {
	float:right !important;
	display:inline;
	margin:0px 0px 0px 0px;
	border:1px solid red;
}
/*********************************************************/
div.ticker {
	margin-top:20px;
	padding-top:30px;
	float:right;
	background: url(../../images/ticker_bck.png) top no-repeat #852929;
	width:98px;
}
#content_body div.ticker ul {
	list-style-type: none;
	font-size: 1em;
}
#content_body div.ticker ul li {
	padding:7px;
	margin: 0;
}
div.ticker ul li span.title {
	display:block;
	color:#381010;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold !important;
}
div.ticker ul li span.data {
	display:block;
	color:#ffffff;
	font-size:1.4em;
	margin-top:3px;
}
div.ticker ul li.dark {
	background-color:#6b2121;
}
/*********************************************************/


.save_as_pdf {
	display:none !important;
}

/*********************************************************/

div.ceo_message_page {
	float:left;
	width:72%;
	border-right:1px dotted #ccc;
	padding-right:20px !important;
}
div.ceo_message_page h5 {
	font-size:1.2em;
	padding-bottom:0px !important;
}
div.ceo_message_page p img.avatar {
	float:left;
	margin:16px 14px 14px 0px;
	border:1px solid #989898;
	padding:2px;
}
div.ceo_message_page_nav {
	float:right;
	width:22%;
}
div.ceo_message_page_nav p {
	padding:0px;
}
div#content_body div.ceo_message_page_nav ul {
	list-style-type: none;
	font-size: 1em;
}
div#content_body div.ceo_message_page_nav ul li {
	border-bottom:1px solid #999;
	padding:5px;
	margin: 0;
}
div#content_body div.ceo_message_page_nav ul li a.active {
	color:#cc3333 !important;
}
/*********************************************************/


div#search_results div.paginate {
	padding:10px;
}
div#search_results ul {
	border:1px solid #CCC;
}
div#search_results ul li {
	padding:5px;
}
div#search_results ul li span {
	display:block;
	float:left;
	color:#666 !important;
	font-weight: normal !important;
	font-variant:small-caps;
	font-size:12px;
!important;
	width:75px !important;
	height:100%;
}
div#search_results ul li h5 {
	padding:0px 10px !important;
	font-size:1.4em !important;
	color:#666;
	background-color:none;
}
div#search_results ul li h3 {
	color:#0151ac;
	font-size:1.6em;
	padding-left:10px !important;
	margin-top: 5px !important;
}
div#search_results ul li.row {
	background-color:#e7e7e7;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
div#search_results ul li h3 a:link, div#search_results ul li h3 a:active, div#search_results ul li h3 a:visited {
	color:#cc3333 !important;
}
div#search_results ul li h3 a:hover {
	color:#0151ac !important;
	text-decoration:none;
}
div#search_results ul p {
	margin-bottom:10px;
}
div#search_results span.word {
	color:#F00;
}
/*********************************************************/


div.latest_news_detail {
	float:left;
	width:70%;
	border-right:1px dotted #ccc;
	padding-right:20px !important;
}
div.latest_news_detail h5 {
	font-size:1.2em;
	padding-bottom:0px !important;
}
div.latest_news_detail_nav {
	float:right;
	width:20%;
	font-size:80%;
}
div.latest_news_detail_nav p {
	padding:0px 0px 10px 0px;
}
div.latest_news_detail_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
div.latest_news_detail_nav ul li {
	border-bottom:1px solid #999;
	padding:0px 5px 10px 5px !important;
	margin:0px 0px 10px 0px !important;
}
div.latest_news_detail_nav ul li a.active {
	color:#cc3333 !important;
	width:auto !important;
}
/*********************************************************/
div#wfplus_locations ul {

	font-size:90%;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div#wfplus_locations ul li {

	border-top:1px solid #CCC;
	width:558px !important;
	margin:0px !important;
	padding:10px !important;
}
div#wfplus_locations ul li p {
	padding: 0px 0px 0px 10px !important;
	margin:0px !important;
}
div#wfplus_locations ul li p span {
	color:#666;
	text-transform:capitalize;
}
div#wfplus_locations ul li.dark {
	background-color:#eeeeee;
}
/***************************************************************/

#content_body ul {
	font-size: 1.2em;
	list-style-type: none !important;
	color: #555;
	line-height: 1.2em;
}
#content_body ul li {
	margin: 0 80px 10px 40px;
}
#content_body object {
	margin: 0 0 5px 15px;
}
/***************************************************************/
.demoHeaders {
	margin-top: 2em;
}
#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
ul#icons {
	margin: 0;
	padding: 0;
}
ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
/***************************************************************/
div#error-page {
	position:relative;
	background: url(../../images/error_bck.png) no-repeat top left transparent;
	height:408px !important;
	width:660px;
	margin: 100px auto 0 auto;
}
div#error-content {
	position:absolute;
	top:120px;
	left:60px;
	padding-right:20px !important;
}
div#error-content span.word {
	font-weight:bold;
	color:#F00
}
div#error-footer {
	position:absolute;
	width:500px;
	top:305px;
	height:80px;
	background:none transparent;
	margin-bottom:15px;
}
div#error-footer span#copyright {
	left:60px;
}
/***************************************************************/
div#map {
	margin-top:15px;
	border:3px solid #ccc;
	height: 420px;
	width: 575px;
}

div.infoContainer{
	width:250px !important;
}
div.infoContainer h2{
	font-size:1.3em !important;
	color:#900;	
}

div.infoContainer p.address{
	font-size:1em !important;
	font-style:italic;
	padding:0px !important;
}



/********* begin James pooping all over your CSS ***********/

#content_body #flashgallery object {
	margin: 0;
}