@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).
*/

@import url('http://wfplus.org/scripts/jqtransformplugin/jqtransform.css');
@import url('http://wfplus.org/scripts/css/demo.css');
/* 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;
	display:
}
a:link {
	color: #0151ac;
}
a:visited {
	color: #369fde;
}
a:hover {
	color: #cc0000;
}
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;
}
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;	
}


/* 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_reinvest_bkg.png) center top no-repeat;
}
img#workforce_logo {
	position:absolute;
	left:779px;
	top:26px;
	border:0px;
}
img#reinvest_logo {
	position:absolute;
	left:15px;
	top:15px;
	border:0px;
}
/*----------------------------*/
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_reinvest.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:24px;
	left:360px;
	color:#666;
	font-size: 28px;
}
div#banner.internal ul.options {
	position:absolute;
	top:85px;
	left:360px;
	opacity:0.7;
	filter:alpha(opacity=70)
}
div#banner.internal ul.options li {
	display: inline;
	list-style-type: none;
}
div#banner.internal ul.tools {
	position:absolute;
	top:24px;
	left:838px;
	padding:0;
}
div#banner.internal ul.tools li {
	display: block;
	list-style: none;
	padding:0;
	margin:0;
	width:67px;
	height:72px;
	float:left;
}
div#banner.internal ul.tools li a {
	display: block;
	width:67px;
	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.homepage div#flash_banner {
	width:979px;
	height:430px;
	position:absolute;
	top:10px;
	left:10px;
}
/*----------------------------*/
div#content_wrapper {
	background: url(../../../images/content_wrapper.png) center repeat-y;
	zoom: 1;
}
div#content {
	background: url(../../../images/content.png) top no-repeat;
}
/*----------------------------*/
ul.homepage{
width:220px;
float:left;
margin:20px;
}
ul.homepage li h4{
	font-size:118%;
}
ul.homepage li{
	border-bottom:1px dotted #CCC;
	padding:10px;
	font-size:1.2em;
	
}

/*----------------------------*/
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;
	margin:0 0 1px 0;
	border-top:1px solid #575757;
	border-bottom:1px solid #000000;
	height:20px;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0;
	color:#8d8d8d;
	height: 22px;
	background:transparent url(../../../images/menu_reinvest_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:5px -15px
}
ul#main-nav li.nav_homepage a:hover {
	background-position:-234px -15px
}
ul#main-nav li.nav_homepage a.active {
	background-position:-480px -15px
}
/*--------------*/
ul#main-nav li.nav_reinvestlocal a {
	background-position:5px -54px
}
ul#main-nav li.nav_reinvestlocal a:hover {
	background-position:-234px -54px
}
ul#main-nav li.nav_reinvestlocal a.active {
	background-position:-480px -54px
}
/*--------------*/
ul#main-nav li.nav_youth a {
	background-position:5px -94px
}
ul#main-nav li.nav_youth a:hover {
	background-position:-234px -94px
}
ul#main-nav li.nav_youth a.active {
	background-position:-480px -94px
}
/*--------------*/
ul#main-nav li.nav_opportunities a {
	background-position:5px -134px
}
ul#main-nav li.nav_opportunities a:hover {
	background-position:-234px -134px
}
ul#main-nav li.nav_opportunities a.active {
	background-position:-480px -134px
}
/*--------------*/
ul#main-nav li.nav_major a {
	background-position:5px -174px
}
ul#main-nav li.nav_major a:hover {
	background-position:-234px -174px
}
ul#main-nav li.nav_major a.active {
	background-position:-480px -174px
}
/*--------------*/
ul#main-nav li.nav_healthcare {
	border-bottom:0px !important;
}
ul#main-nav li.nav_healthcare a {
	background-position:5px -214px
}
ul#main-nav li.nav_healthcare a:hover {
	background-position:-234px -214px
}
ul#main-nav li.nav_healthcare a.active {
	background-position:-480px -214px
}
/*--------------*/
ul#main-nav li.nav_faq {
	/*border-bottom:0px !important;*/
}
ul#main-nav li.nav_faq a {
	background-position:5px -254px
}
ul#main-nav li.nav_faq a:hover {
	background-position:-234px -254px
}
ul#main-nav li.nav_faq a.active {
	background-position:-480px -254px
}
/*--------------*/
ul#main-nav li.nav_employer {
	/*border-bottom:0px !important;*/
}
ul#main-nav li.nav_employer a {
	background-position:5px -294px
}
ul#main-nav li.nav_employer a:hover {
	background-position:-234px -294px
}
ul#main-nav li.nav_employer a.active {
	background-position:-480px -294px
}








/*--------------*/
div.youth_list{
float:left;
width:160px;
margin-right:30px;

}
div.youth_list ul{
border-top:1px solid #e9e9e9;
border-left:1px solid #e9e9e9;
border-right:1px solid #e9e9e9;		  
}
div.youth_list ul li{
padding:5px 10px 5px 5px;
font-size:1.2em;
border-bottom:1px solid #e9e9e9;

}
div.youth_list ul li.neg{
background-color:#e9e9e9;	
}

/*--------------*/
div#timeline ul li{
margin:0px;
padding:5px;
border-bottom:1px solid #CCC;
display:compact;
height:auto !important;
width:80%;
}
div#timeline ul li span.date{
color:#900;
text-transform:uppercase;
width:20%;
position:relative;
top:0px;
left:0px;
text-align:right;
display:block;
height:auto !important;
margin:1px;
padding:1px;
}
div#timeline ul li span.event{
font-size:1.2em;
width:60%;
position:relative;
top:-15px;
left:22%;
display:block;
height:auto !important;
margin:0px;
padding-right:20px;
line-height:1.4em;

}




/*--------------*/

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:5px 5px 5px 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#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;
}

