f@charset "UTF-8";
/* CSS Document */

body {
	font:normal 12px Arial, Helvetica, sans-serif;
	background: #fff url(images/headerBg1.jpg) top repeat-x;
}

/*---+++=== GENERAL STYLES ===+++---*/
img {
	border:0;
}

.clear {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}

hr {
	color:#9fa4ab;
	background-color:#9fa4ab;
	height:1px;
	border:0;
}

a:link, a:active, a:visited {
	color:#6639b7;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.Normal {
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

p {
	line-height:17px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	padding:0 0 10px 0;
	margin:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 8px 0;
	color:#4f5154;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 3px 0;
	color:#4f5154;
	font-size:14px;
	line-height:20px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 3px 0;
	color:#52439b;
	font-size:12px;
	font-weight:bold;
}

ul {
	margin:0 0 10px 26px;
	padding:0;
	list-style:none;
}

ul li ul li {
	list-style:none;
}

.rounded_body ul {
	margin:0 0 0px 0px;
	padding:0;
}

ul li {
	list-style:none;
	background:url(images/list_bg.gif) no-repeat 0 5px;
	padding-left:14px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

ol {
	margin:0 0 10px 40px;
	padding:0;
}

ol li {
	list-style-position:inherit;
	padding-left:0;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

/*---+++=== HEADER STYLES ===+++---*/
#header_bg {
	background:url(images/header_bg.gif) repeat-x;
	height:87px;
}

#header_bg_blank {
	height:87px;
}

#header_wrap {
	width:940px;
	margin:0 auto;
}

#logo {
	width:208px;
	height:72px;
	float:left;
	margin-left:13px;
	margin-top:10px;	
}

#tagline {
	margin:46px 0 0 172px;
	width:176px;
	height:18px;
	float:left;	
}

#utility {
	float:right;
	width:174px;
	padding:6px 14px 0 0;
}

#utility_links {
	color:#656565;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

a.ut_about:link, a.ut_about:active, a.ut_about:visited {
	float:left;
	color:#656565;
	text-decoration:none;
	width:45px;
}

a.ut_newsletter:link, a.ut_newsletter:active, a.ut_newsletter:visited {
	float:left;
	color:#656565;
	text-decoration:none;
	width:59px;
	text-align:center;
}

a.ut_contact:link, a.ut_contact:active, a.ut_contact:visited {
	float:left;
	color:#656565;
	text-decoration:none;
	width:52px;
	text-align:right;
}

a.ut_about:hover, a.ut_newsletter:hover, a.ut_contact:hover {
	text-decoration:underline;
	color:#6639b7;
}

.ut_divider {
	width:9px;
	display:block;
	float:left;
	text-align:center;
}

#search {
	padding-bottom:5px;
}

#search .searchbox {
	width:142px;
	height:14px;
	padding:0;
	float:left;
	color:#a9a9a9;
}

a.search_btn:link, a.search_btn:active, a.search_btn:visited {
	background:url(images/btn_search.gif) no-repeat 0 0;
	width:21px;
	height:20px;
	display:block;
	text-decoration:none;
	float:right;
}

a.search_btn:hover {
	background-position:0 -20px;
	text-decoration:none;
}

#utility_btns {
}

a.login_btn:link, a.login_btn:active, a.login_btn:visited {	
	background:url(images/btn_login.gif) no-repeat 0 0;
	height:29px;
	width:174px;
	display:block;
	line-height:29px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.register_btn:link, a.register_btn:active, a.register_btn:visited {
	background:url(images/btn_register.gif) no-repeat 0 0;
	width:93px;
	height:29px;
	display:block;
	float:left;
	line-height:29px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.login_btn:hover, a.register_btn:hover {
	background-position:0 -29px;
	text-decoration:none;
}

/*---+++=== BLACK OVERLAY/POP-UP STYLES ===+++---*/
.hidden_wrap {
	margin:0 auto;
	width:940px;
}

.black_overlay {
	background-color:#000000 !important;
	display:none;
	height:100%;
	opacity:0.8;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:1003;
}

.LoginContainer {
	background:#e6e6e6 url(images/body_bg.gif) top repeat-x;
	font-family:Arial;
	margin:0 0 0 358px;
	padding:10px;
	position:fixed;
	width:200px;
	z-index:1004 !important;
	border:#666666 solid 2px;
}

.LoginContainer p {
	padding:0;
}

.LoginContainer input {
	width:192px;
	height:14px;
	color:#777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	padding:0;
	margin-bottom:5px;
}

.LoginContainer input#chkRemember {
	width:15px;
	margin:0 0 5px 0;
}

.LoginContainer .buttons {
	text-align:center;
	margin:5px 0;
}

.LoginContainer .req {
	color:#FF0000;
	font-size:7.5pt;
}

/*---+++=== NAVIGATION STYLES ===+++---*/
#nav_bg {
	background:url(images/nav_bg.gif) repeat-x;
	height:37px;
}

#nav_wrap {
	width:938px;
	margin:0 auto;
	background: url(images/nav_divider.gif) left no-repeat;
	padding-left:2px;
}

#nav_wrap ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#nav_wrap ul li {
	margin:0; 
	float:left;
	list-style:none;
	position:relative; 
	height: 37px;
	display: inline;
	background:none;
	padding:0;
}

#nav_wrap ul li a:link, 
#nav_wrap ul li a:visited, 
#nav_wrap ul li a:active, 
#nav_wrap ul li.last a:link, 
#nav_wrap ul li.last a:visited, 
#nav_wrap ul li.last a:active {
	display:block;     
	_display: inline-block;
	position:relative;
	height: 37px;
	line-height: 37px;
	padding: 0 2px 0 0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	background: url(images/nav_divider.gif) right no-repeat;
}

#nav_wrap ul li a#tab_56:link, 
#nav_wrap ul li a#tab_56:visited, 
#nav_wrap ul li a#tab_56:active {
	width:104px;
	text-align:center;
}

#nav_wrap ul li a#tab_59:link, 
#nav_wrap ul li a#tab_59:visited, 
#nav_wrap ul li a#tab_59:active {
	width:102px;
	text-align:center;
}

#nav_wrap ul li a#tab_60:link, 
#nav_wrap ul li a#tab_60:visited, 
#nav_wrap ul li a#tab_60:active {
	width:167px;
	text-align:center;
}

#nav_wrap ul li a#tab_61:link, 
#nav_wrap ul li a#tab_61:visited, 
#nav_wrap ul li a#tab_61:active {
	width:137px;
	text-align:center;
}

#nav_wrap ul li a#tab_62:link, 
#nav_wrap ul li a#tab_62:visited, 
#nav_wrap ul li a#tab_62:active {
	width:142px;
	text-align:center;
}

#nav_wrap ul li a#tab_63:link, 
#nav_wrap ul li a#tab_63:visited, 
#nav_wrap ul li a#tab_63:active {
	width:130px;
	text-align:center;
}

#nav_wrap ul li a#tab_64:link, 
#nav_wrap ul li a#tab_64:visited, 
#nav_wrap ul li a#tab_64:active {
	width:130px;
	text-align:center;
}

#nav_wrap ul li a#tab_178:link, 
#nav_wrap ul li a#tab_178:visited, 
#nav_wrap ul li a#tab_178:active {
	width:142px;
	text-align:center;
}

#nav_wrap ul li a#tab_65 {
	display:none;
}
 
#nav_wrap ul li#active a:link, 
#nav_wrap ul li#active a:active, 
#nav_wrap ul li#active a:visited { 
	background: url(images/nav_over.gif) right no-repeat;
	color: #ffffff;
}

#nav_wrap ul li a:hover, 
#nav_wrap ul li a.current:link, 
#nav_wrap ul li a.current:visited, 
#nav_wrap ul li a.current:active {
	color:#b69ae8;
}

#nav_wrap ul li#active a:hover, 
#nav_wrap ul li#active a.current:link, 
#nav_wrap ul li#active a.current:visited, 
#nav_wrap ul li#active a.current:active {
	background: url(images/nav_over.gif) right no-repeat;
	color:#ffffff;
}

.dropdown{ 
	background: #8e8e8e;
	position:absolute; 
	left:0; 
	top:37px;
	white-space:nowrap;
	display:none;
	z-index:10000;
}
#nav_wrap ul li div#child_56 {
	width:auto;
}
#nav_wrap ul li div#child_59 {
	width:auto;
}
#nav_wrap ul li div#child_60 {
	width:auto;
}
#nav_wrap ul li div#child_61 {
	width:auto;
}

#nav_wrap ul li a.child:link, 
#nav_wrap ul li a.child:visited, 
#nav_wrap ul li a.child:active, 
#nav_wrap ul li#active a.child:link, 
#nav_wrap ul li#active a.child:active, 
#nav_wrap ul li#active a.child:visited {
	background:transparent; 
	color:#ffffff;
	font-size:8.5pt; 
	height: auto;
	line-height: normal;
	padding: 6px 12px;
	_float: none;
	_display: block;
	margin: 0;
	border-top:#ffffff 1px solid;
}
				
#nav_wrap ul li a.child:hover, 
#nav_wrap ul li#active a.child:hover {
	background:#666666; 
}

/*---+++=== CAMPAIGN STYLES ===+++---*/
#campaign_bg {
		background: #fff url(images/bottom-bg.jpg) bottom repeat-x;
	min-height:284px;
	padding: 0 0 20px 0;

	
	
}

#campaign_wrap {
	width:915px;
	margin:0 auto;
	padding-top:20px;


	
}

.flashpane {
	width:440px;

	float:left;
}

.campaignpane {
	float: right;
	width:438px;

}

#hp_icons {
	padding:14px 6px 5px;
	height:219px
}

#hp_icons a {
	width:106px;
	height:32px;
	padding-top:73px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	font-weight:bold;
}

a.btn_applynow {
	background:url(images/btn_applynow.png) no-repeat 0 0;
	_background:url(images/btn_applynow.gif) no-repeat 0 0;
	margin-bottom:6px;
}

a.btn_resources {
	background:url(images/btn_resources.png) no-repeat 0 0;
	_background:url(images/btn_resources.gif) no-repeat 0 0;
	margin:0 25px 6px;
}

a.btn_scholarships {
	background:url(images/btn_scholarships.png) no-repeat 0 0;
	_background:url(images/btn_scholarships.gif) no-repeat 0 0;	
	margin-bottom:6px;
}

a.btn_searchjobs {
	background:url(images/btn_searchjobs.png) no-repeat 0 0;
	_background:url(images/btn_searchjobs.gif) no-repeat 0 0;	
}

a.btn_community {
	background:url(images/btn_community.png) no-repeat 0 0;	
	_background:url(images/btn_community.gif) no-repeat 0 0;	
	margin:0 25px;
}

a.btn_referral {
	background:url(images/btn_referralbonus.png) no-repeat 0 0;
	_background:url(images/btn_referralbonus.gif) no-repeat 0 0;	
}

#hp_icons a:hover {
	background-position:0 -105px;
}

#contact_tab {
	background:url(images/contact_tab.png) no-repeat;
	_background:url(images/contact_tab.gif) no-repeat;
	height:41px;
	padding:5px 0 0 19px;
	width:365px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:41px;
}

.findus {
	color:#3d6d7d;
	float:left;
	display:block;
}

.career {
	color:#32545f;
	padding-left:16px;
	float:left;
	display:block;
}

a.facebook:link, a.facebook:active, a.facebook:visited {
	background:url(images/ico_facebook.png) no-repeat 0 0;
	_background:url(images/ico_facebook.gif) no-repeat 0 0;
	height:24px;
	width:24px;
	display:block;
	text-decoration:none;
	float:left;
	margin-top:8px;
	margin-left:5px;
	line-height:normal;
}

a.linkedin:link, a.linkedin:active, a.linkedin:visited {
	background:url(images/ico_linkedin.png) no-repeat 0 0;
	_background:url(images/ico_linkedin.gif) no-repeat 0 0;
	height:24px;
	width:24px;
	display:block;
	text-decoration:none;
	float:left;
	margin-top:8px;
	margin-left:2px;
	line-height:normal;
}

a.facebook:hover, a.linkedin:hover {
	background-position:0 -24px;
}

/*---+++=== BANNER STYLES ===+++---*/
#banner_bg {
	background:url(images/banner_bg.jpg) top no-repeat;
	height:154px;
	overflow:hidden;
}

#banner_wrap {
	width:940px;
	margin:0 auto;
}

#banner_wrap p {
	margin:0;
}

/*---+++=== CONTENT STYLES ===+++---*/
#content_bg {
	width:100%;

	
}

.my_content_bg {
	height: 423px;
	background: url(images/middle-bg.jpg) repeat-x;
	
}

#content_wrap {
	width:908px;
	margin:0 auto;
	padding:20px 16px 0px 0px;
	position: relative;
	*position: inherit;
	
}


.my_content_wrap {
	background: url(images/center-img.png) no-repeat 50% 100%;
	height: 402px;
}

.hp_left {
	width:278px;
	float:left;
}

.hp_left p {
	padding-right:10px;
}

.hp_mid {
	width:255px;
	padding:0 0 0 8px;
	float:left;
}

.hp_right {	
	width:278px;
	float:right;
}

.b_crumb {
	color:#4f5154;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:15px;
}

.b_crumb a.breadcrumb {
	color:#4f5154;
}

.b_crumb a.breadcrumbC {
	color:#5d34a7;
	font-weight:bold;
}

.int_left1 {
	float:left;
	width:620px;
}

.int_right1 {
	float:right;
	width:260px;
}

.int_left2 {
	float:left;
	width:490px;
}

.int_right2 {
	float:right;
	width:390px;
}

/*---+++=== FOOTER STYLES ===+++---*/
#footer {
	height:15px;
	line-height:15px;
	width:908px;
	padding:12px 16px;
	margin:0 auto;
	color:#656565;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer_left {
	float:left;
	width:450px;
}

.copyright {
	font-weight:normal;
	color:#656565;
}

#footer_right {
	float:right;
	width:450px;
	text-align:right;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#656565;
	text-decoration:none;
}

#footer a:hover {
	color:#6639b7;
	text-decoration:underline;
}

/*---+++=== FORM STYLES ===+++---*/
.form_twoCol {
}

.form_twoCol .form_block_l {
	float:left;
	margin:0 20px 10px 0;
	width:168px;
}

.form_twoCol .form_block_r {
	float:left;
	margin:0 0 10px 0;
	width:168px;
}

.form_twoCol .form_block label {
	display:block;
}

.form_twoCol input {
	display:block;
	width:162px;
	border:#bbbbbb 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.dynamic_input input.dynamic_input {
	display:block;
	width:162px;
	border:#bbbbbb 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.form_twoCol select {
	display:block;
	width:168px;
	border:#bbbbbb 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:1px;
}

.form_twoCol .form_block2 textarea {
	width:350px;
	height:75px;
	border:#bbbbbb 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.form_twoCol input.file {
	width:168px;
}

.form_twoCol .form_block2 {
	margin:0 0 10px 0;
	width:356px;
	text-align:left;
	clear:both;
}

.form_oneCol {
}

.form_oneCol .form_block {
	margin:0 0 10px 0;
	width:226px;
}

.form_oneCol .form_block label {
	display:block;
}

.form_oneCol input {
	display:block;
	width:220px;
	border:#bbbbbb 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.form_oneCol .form_block2 textarea {
	width:220px;
	height:75px;
	border:#bbbbbb 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.form_oneCol .form_block2 {
	margin:0 0 10px 0;
	width:226px;
	text-align:left;
}

.NormalBold {
	color:#5E5E5E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:17px;
	font-weight:normal;
}

.NormalTextBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	font-weight:normal;
	color:#5e5e5e;
	padding:2px; 
}

.dynamic_form_input {
	width:220px !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.DynamicForms_Maintable input , .DynamicForms_Maintable textarea{
	border:#bbbbbb 1px solid;
}

.dynamic_form_select {
	width:220px !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	color:#5e5e5e;
	padding:2px;
}

.dynamic_form_label {
	width:115px !important;
}

/*---+++=== ARTICLE LIST ===+++---*/
.news_title {
	font-weight:bold;
	font-size:9pt;
}

/*---+++=== ARTICLE COMMENTS ===+++---*/
div.commentWrap {
	border: 0;
	padding: 0;
	margin: 0;
}

/*---+++ COMMENT HEADER +++---*/
div.commentWrap div.header {
	background:url(images/green_header.gif) repeat-x;
	height:27px;
	line-height:27px;
	padding-left:17px;
}

div.commentWrap div.header h2 {
	color:#ffffff;
	font-weight:bold;
	font-size:9.5pt;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
}

/*---+++ COMMENT LIST +++---*/
div.commentWrap div.commentListWrap {
	background:#ffffff;
	border-bottom:1px solid #9FA4AB;
	border-left:1px solid #9FA4AB;
	border-right:1px solid #9FA4AB;
	padding:0;
}

div.commentWrap ul.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.commentWrap ul.commentList li.commentRow1 {
	margin: 0;
	padding: 6px 16px;
	list-style: none;
	background:none;
}

div.commentWrap ul.commentList li.commentRow2 {
	margin: 0;
	padding: 6px 16px;
	list-style: none;
	background:#f3f3f3;
}

/*--- LEFT SIDE ---*/
div.commentWrap ul.commentList li div.left {
	float: left;
	width: 150px;
	border-right: 1px dotted #9FA4AB;
}

div.commentWrap ul.commentList li div.left p {
	margin: 0;
}

div.commentWrap ul.commentList li div.left span.user {
	margin: 0;
	font-weight:normal;
	font-style:italic;
	color:#6639B7;
}

/*--- RIGHT SIDE---*/
div.commentWrap ul.commentList li div.right {
	float: right;
	width: 420px;
}

div.commentWrap ul.commentList li div.right, div.commentWrap ul.commentList li div.right p {
	margin: 0;
}

/*--- RATE IT ---*/
div.commentWrap div.rateIt {
	padding: 6px 16px;
	background:#FFFFFF;
	border-left:1px solid #9FA4AB;
	border-right:1px solid #9FA4AB;
}

div.commentWrap div.rateIt p {
	margin:0;
	font-weight:bold;
}

/*--- RATING LIST SETUP ---*/
div.commentWrap div.rateIt .rating {
	width:115px;
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(images/rateItStars.jpg) no-repeat 0 0;
}

div.commentWrap div.rateIt ul.rating li {
	cursor: pointer;
	/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
	float:left;
	/* end hide*/
	list-style:none;
	text-indent:-999em;/* hide text*/
}

div.commentWrap div.rateIt ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	text-decoration:none;
	z-index: 200;
}

/*--- LINK SETUP ---*/
div.commentWrap div.rateIt ul.rating li.one a {
	left:0
}

div.commentWrap div.rateIt ul.rating li.two a {
	left:20px;
}

div.commentWrap div.rateIt ul.rating li.three a {
	left:40px;
}

div.commentWrap div.rateIt ul.rating li.four a {
	left:60px;
}

div.commentWrap div.rateIt ul.rating li.five a {
	left:80px;
}

div.commentWrap div.rateIt ul.rating li a:hover {
	z-index:2;
	width:115px;
	height:20px;
	overflow:hidden;
	left:0;
	background: url(images/rateItStars.jpg) no-repeat 0 0
}

div.commentWrap div.rateIt ul.rating li.one a:hover {
	background-position:0 -20px;
}

div.commentWrap div.rateIt ul.rating li.two a:hover {
	background-position:0 -40px;
}

div.commentWrap div.rateIt ul.rating li.three a:hover {
	background-position:0 -60px
}

div.commentWrap div.rateIt ul.rating li.four a:hover {
	background-position:0 -80px
}

div.commentWrap div.rateIt ul.rating li.five a:hover {
	background-position:0 -100px
}

div.commentWrap div.rateIt .nostar {
	background-position:0 0
}

div.commentWrap div.rateIt .onestar {
	background-position:0 -20px
}

div.commentWrap div.rateIt .twostar {
	background-position:0 -40px
}

div.commentWrap div.rateIt .threestar {
	background-position:0 -60px
}

div.commentWrap div.rateIt .fourstar {
	background-position:0 -80px
}

div.commentWrap div.rateIt .fivestar {
	background-position:0 -100px
}

div.commentWrap div.rateIt .onestar_final {
	background-position:0 -140px;
}

div.commentWrap div.rateIt .twostar_final {
	background-position:0 -160px;
}

div.commentWrap div.rateIt .threestar_final {
	background-position:0 -180px
}

div.commentWrap div.rateIt .fourstar_final {
	background-position:0 -200px
}

div.commentWrap div.rateIt .fivestar_final {
	background-position:0 -220px
}

/*--- MAKE COMMENTS +++---*/
div.commentWrap div.makeComment {
	margin:0 0 10px 0;
}

div.commentWrap div.headerCommentArea {
	background:url(images/purple_header.gif) repeat-x;
	height:27px;
	line-height:27px;
	padding-left:17px;
}

div.commentWrap div.headerCommentArea h2 {
	color:#ffffff;
	font-weight:bold;
	font-size:9.5pt;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
}
div.commentWrap div.makeComment div.loginRegisterWrap {
	padding: 10px 16px;
	background: #eee;
	border-right:1px solid #9FA4AB;
	border-left:1px solid #9FA4AB;
	border-bottom:1px solid #9FA4AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color:#333333;
	margin-bottom:6px;
}
div.commentWrap div.makeComment div.loginRegisterWrap a:link, div.commentWrap div.makeComment div.loginRegisterWrap a:active, div.commentWrap div.makeComment div.loginRegisterWrap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #6639B7;
	text-decoration: none;
}
div.commentWrap div.makeComment div.loginRegisterWrap a:hover {
	text-decoration: underline;
}

div.commentWrap div.makeComment div.commentArea {
	background:#FFFFFF;
	padding:6px 16px 10px;
	border-left:1px solid #9FA4AB;
	border-right:1px solid #9FA4AB;
	border-bottom:1px solid #9FA4AB;
}

div.commentWrap div.makeComment div.commentArea p {
	margin:0 0 2px 0;
}
div.commentWrap div.makeComment div.commentArea textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #5E5E5E;
	border:1px solid #9FA4AB;
	width: 578px;
	height: 60px;
	padding:2px;
	margin-bottom: 5px;
}

/*---+++=== CAMPAIGN STYLES ===+++---*/
#content_wrap_landing {
	width:908px;
	margin:0 auto;
	padding:32px 16px 0;
}

.referral_0709 {
	background:url(images/referral_mainpic.png) bottom right no-repeat;
}

#content_wrap_landing h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px 0 15px 0;
	color:#52439b;
	font-size:32px;
	font-weight:bold;
	line-height:32px;
}

#content_wrap_landing h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 8px 0;
	color:#5d34a7;
	font-size:22px;
	line-height:19px;
	font-weight:bold;
}

#content_wrap_landing ul {
	margin:0 0 10px 1px;
	padding:0;
	list-style:none;
}

#content_wrap_landing ul li {
	list-style:none;
	background:url(images/checkbox.gif) no-repeat 0 4px;
	padding-left:16px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:8px;
}

/*---+++=== GET CONNECTED ICON STYLES ===+++---*/
.cc_icons {
	padding:0 0 0 10px;
	font-weight:bold;
}

.cc_etime {
	width:113px;
	height:71px;
	padding:24px 0 0 78px;
	float:left;
	background:url(images/cc_etime.gif) no-repeat 0 0;
}

.cc_email {
	width:113px;
	height:71px;
	padding:24px 0 0 78px;
	float:left;
	background:url(images/cc_email.gif) no-repeat 0 0;
}

.cc_benefits {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_benefits.gif) no-repeat 0 0;
	line-height:13px;
}

.cc_handbook {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_handbook.gif) no-repeat 0 0;
	line-height:13px;
}

.cc_support {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_support.gif) no-repeat 0 0;
	line-height:13px;
}

.cc_resource {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_resources.gif) no-repeat 0 0;
	line-height:13px;
}

.cc_development {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_development.gif) no-repeat 0 0;
	line-height:13px;
}

.cc_forms {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_forms.gif) no-repeat 0 0;
	line-height:13px;
}

.cc_experience {
	width:113px;
	height:76px;
	padding:19px 0 0 78px;
	float:left;
	background:url(images/cc_experience.gif) no-repeat 0 0;
	line-height:13px;
}

.orange_tabletop {
	background:url(images/orange_header.gif) repeat-x 0 0;
	height:24px;
	line-height:24px;
	padding:0 5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:9.5pt;
	border:0 !important;
}

.jobcell_1 {
	border-left:#9fa4ab 1px solid;
	border-bottom:#9fa4ab 1px solid;
	background:#FFFFFF;
	vertical-align:top;
	padding:2px 5px;
}

.jobcell_2 {
	border-left:#9fa4ab 1px solid;
	border-bottom:#9fa4ab 1px solid;
	border-right:#9fa4ab 1px solid;
	background:#FFFFFF;
	padding:2px 5px;
	vertical-align:top;
}

.jobs_table {
	margin-bottom:10px;
}

.jobs_table tbody {
	border-right:#9fa4ab 1px solid;
}

/*---+++=== RESOURCES AND TOOLS STYLES ===+++---*/
.helpfulresources_body {
	background:#FFFFFF;
	border-left:#9fa4ab 1px solid;
	border-right:#9fa4ab 1px solid;
	border-bottom:#9fa4ab 1px solid;
	padding:6px 0;
}

.helpfulresources_body p {
	padding:4px 16px 10px 16px;
}

.resources_table {
}

.resources_table thead th {
	background-color:#e0e0e0;
	height:20px;
	line-height:20px;
}

.resources_table thead th.head_title {
	padding-left:16px;
}

.resources_table thead th.head_title h2 {
	color:#680040;
	text-transform:uppercase;
	font-size:8.5pt;
	font-weight:bold;
	line-height:inherit;
	margin:0;
}

.resources_table thead th.entry_col img {
	vertical-align:middle;
}

.resources_table .categories {
	padding:7px 0;
}

.resources_table tbody td h4 {
	color:#2a2a2a;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	margin:0;
	background-color:#faffce;
	height:20px;
	line-height:20px;
	padding:0 0 0 25px;
	font-family:
}

.resources_table tbody td h4 img {
	padding-right:5px;
	vertical-align:text-top;
}

.resources_table tbody td h3 {
	color:#2a2a2a;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	margin:0;
	background-color:#faffce;
	height:20px;
	line-height:20px;
}

.resources_table ul {
	list-style:none;
	padding:0;
	margin:0 0 0 44px;
}

.resources_table ul li {
	background:none;
	padding:5px 0 3px 0;
	line-height:15px;
}

.resources_table .category_row td {
	padding-bottom:5px;
}

h3, h3 .Head  {
	color:#ffffff;
	font-weight:bold;
	font-size:9.5pt;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

.colored_box {
	margin-bottom:10px;
}

.darkred_ico {
	float:left;
	position:absolute;
	padding:0 0 0 1px;
}

.darkred_top {
	background:url(images/darkred_header.gif) repeat-x 0 13px;
	padding-left:1px;
}

.darkred_top_page {
	background:url(images/darkred_header.gif) repeat-x 0 13px;
	padding-left:1px;
}

.darkred_title {	
	padding:13px 0 0 52px;
	height:27px;
	line-height:27px;
	float:left;
	width:auto;
}

.darkred_links {
	padding:13px 10px 0 0;
	height:27px;
	line-height:27px;
	float:right;
	width:auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:7pt;
	text-transform:uppercase;
}

a.pro_central:link, a.pro_central:active, a.pro_central:visited {
	position:absolute;
	z-index:20;
	margin-left:793px;
	width:147px;
	height:37px;
	display:block;
	background:url(images/prog_central.gif) no-repeat;
	text-indent:-999999em;
}
a.pro_central:hover {
	background:url(images/prog_central2.gif) no-repeat;
}

.int_right1 .blog_topics, .hp_mid .blog_topics {
	display:none !important;
}


.footerLinks{
	float: right;
	}
.footerLinks a{
	float: left;
	margin: 0 10px 0 0;
	}
	
	.border_dot{
	clear:both;
	margin: 10px 0 0 0;
	background: url(images/border-img.jpg) repeat-x;
	width: 260px;
	height: 1px;
	}

.jobBox{
	
	/*position: relative;*/
	float: left;
	width: 278px;
	height: 384px;
	background: url(images/job-box.png) no-repeat;
	padding: 0 0 0 16px;
	}
.jobBox h2{
	padding: 10px 0 0 32px;
	font-size: 18px;
	color: #eb6004;
	font-family:'ArialBlackRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.jobBox input[type=text]{
	margin: 2px 8px 0 0;
	border: 1px solid #999;
	width: 127px;
	float: left;
	padding: 2px 0;
	}
.jobBox input[type=image]{
	width: 53px;
	height: 17px;
	float: left;
	+float: inherit;
	overflow: hidden;
	display: inline;
	padding: 5px 0 0 0;
	}
.jobBox h3{
	padding: 12px 0 0 0;
	font-size: 14px;
	color: #eb6004;
	font-family: Arial, Helvetica, sans-serif;
	}
.jobBox p{
	padding: 22px 0 0 0;
	font-size: 14px;
	color: #eb6004;
	font-family: Arial, Helvetica, sans-serif;
	}
.city, .state{
	display: block;
	float: left;
	padding: 13px 0 0 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}

.city{
	padding: 13px 0 0 58px;
}

.featuredListingsBox {
	width: 265px;
	overflow:auto;
	height: 250px;
	+height: 220px;
}
.featuredListingsPost {
	margin: 0 0 5px 0;
}
.featuredListingsBox p {
	padding: 13px 0 0 0;
	margin:0;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.featuredListingsBox a {
	text-decoration: none;
	color: #330099;
	font-size: 12px;
}
.featuredListingsLinks {
	color: #666666;
	margin: 4px 0 0 80px;
}
.featuredListingsLinks a {
	color: #330099;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.hireBox{
	position: relative;
	*position: inherit;

	float: right;
	width: 278px;
	height: 384px;
	background: url(images/hire-box.png) no-repeat;
	padding: 0 0 0 16px;
	}
.hireBox h2{
	padding: 10px 0 10px 32px;
	font-size: 18px;
	color: #5e34a8;
	font-family:'ArialBlackRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.hireBox p{
	line-height: 18px;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}
.hireBox a{
	line-height: 18px;
	font-size: 12px;
	color: #32018b;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
.homeCenterBox{
	float: left;
	width: 255px;
	margin: 0 0 0 32px;
	}
.homeCenterBox h2{
	padding: 8px 0 0 0;
	font-size: 16px;
	color: #5a6600 !important;
	font-weight: bold !important;
	}
.homeCenterBox p{
	font-size: 11px;
	color: #000;
	line-height: 16px;
	}
.smallImageBox{
	margin: 0;
	}
.smallImageBox img{
	float: left;
	}
.pcs{
	margin: 15px 0 0 30px;}
.smallImageBox a{
	width: 99px;
	height: 17px;
	float: right;
	display:block;
	margin: 10px 0 0 0;
	}
.homeCenterImage{
	top:185px;
	z-index:0;
	left: 270px;
	position:absolute;
	width: 387px;
	height: 237px;
	}
.homeBottomBg{
	background: #fff url(images/bottom-bg.jpg) bottom repeat-x;
	width: 100%;
	padding: 0 0 50px 0;
	}
.socialIcons{
	margin: -20px 0 0 0;
	background: url(images/social-icons-bg.jpg) no-repeat;
	float: right;
	width: 439px;
	height: 24px;
	padding: 5px 0 15px 13px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	clear: both;
	}
.socialIcons p{
	float: left;
	padding-right: 5px;
	line-height: 18px;
	}
a.facebookImage{
	background: url(images/facebook-img.png) no-repeat left;
	padding: 3px 0 2px 27px;
	display: block;
	margin: 0 0 0 10px;
	float: left;
	color: #333333;
	text-decoration: none;
	
	}
a.inImage{
	background: url(images/in-img.png) no-repeat left;
	padding: 3px 0 5px 27px;
	display: block;
	float: left;
	margin: 0 30px 0 10px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
	}
.homeLeftContent{
	float: left;
	width: 440px;
	}
.homeLeftContent h2{
	padding: 6px 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold !important;
	}
.homeLeftContent p{
	line-height: 16px;
	color: #333333;
	font-size: 11px;
	}
.homeLeftContent ul{
	list-style:disc;
	margin: 0 0 10px 35px;
	}
.homeLeftContent ul li{
	line-height: 16px;
	color: #333333;
	font-size: 11px;
	}
.blogsBox{
	float: right;
	background: url(images/blog-bg.jpg) no-repeat top;
	width: 438px;
	margin: 33px 0 0 0;

	padding: 0 0 60px 10px;
	border-left: 1px solid #a0a6ac;
	border-right: 1px solid #a0a6ac;
	border-bottom: 1px solid #a0a6ac;
	}
.blogsBox h2{
	padding: 6px 0 0 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}
.blogsBox a{
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d118c;
	}
.blogsBox a:hover{
	text-decoration: none;
	}
.blogsBox p{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	}
.blogsBox ul li{
	margin: 15px 0 5px 0;
	}
.blogsBox_rss
{
	margin-top:-30px;
	float:right;
	width:438px;
}

.rssIcon {
	float: left;
	margin: 0px 0 0 20px;
}
.btnViewBlog {
	float: right;
	margin: 0px 28px 0 0;
}
	
.homeCenterImage{
	top:185px;
	z-index:0;
	left: 270px;
	position:absolute;
	width: 387px;
	height: 237px;
	}	
	

.blogContainer {
	height:auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}
.blogContainer h2 {
	padding: 6px 0 0 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
.blogContainer a {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d118c;
}
.blogContainer a:hover {
	text-decoration: none;
}	

.blogContainer p{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	   	 margin-top: 0px !important;
	 padding-bottom: 5px !important;
	}

	
/* -------------------------------------
	-: Scroll Bar Master CSS  :-
--------------------------------------- */
	
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
visibility: visible !important;
width: 9px;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 9px;
background: #fff url(images/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
border: 1px solid #8f8f8f;
}
.vscrollerbar {
width: 9px;
/*background: #cecece url(images/basebarcaps_verticalbarbody.png) -15px 0px repeat-y;*/
background: #cecece;
}
/*.hscrollerbase {
height: 4px;
background: #D7EBDF url(images/horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
}
.hscrollerbar {
height: 4px;
background: #99CBCB url(images/horizontalbarbody_cornerjog.png) 0px -30px repeat-x;
}*/
.vscrollerbar, .hscrollerbar {
padding: 12px 0 15px 0;
z-index: 2;
}
/*.vscrollerbarbeg {
background: url(images/basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 4px;
height: 15px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 4px;
height: 15px;
}*/
/*.hscrollerbarbeg {
background: url(images/basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 15px;
width: 4px !important;
}
.hscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 15px;
width: 4px;
}*/
.scrollerjogbox {
/*width: 4px;
height: 15px;*/
top: auto; left: auto;,
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(images/scrollbar-top.jpg) no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbaseend {
background: url(images/scrollbar-bottom.jpg) no-repeat;
width: 11px;
height: 14px !important;
}
/*.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 4px !important;
}
.hscrollerbaseend {
height: 15px;
width: 4px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}*/
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* START tofslaForms CSS*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tofslaControl *:focus {
	outline: 0px;
}
.tfHidden {
	display: none !important
}
.tfDisabled, .tfDisabled * {
	background:none !important;
	background-color:#d4d0c8 !important;
	color:#808080 !important;
	cursor:default !important
}
/*== selects ==*/
.tfSelectWrapper {
	position: relative;
	float:left;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:middle; /* width: 129px; -- set this if you change please_CalculateSelectWidth to "false" */
}
.tfSelectWrapper {
	zoom:1;
	margin-right:5px;
*display: inline;
}	/* IE6, IE7 hack */
.tfSelectWrapper div {
	min-height:25px
}
* html .tfSelectWrapper div {
	height:22px
}	/* IE6 hack */
.tfSelectWrapper div span {
	display:block;
	margin: 2px 0 0 0;
	position: absolute;
	padding-left: 10px;
	overflow: hidden;
	height: 23px;
	background: url(images/select_bg.jpg) no-repeat;
	left:0px;
	text-align:left;
	cursor:pointer;
	font-size:10px;
	line-height:22px; /* width: 101px; -- set this if you change please_CalculateSelectWidth to "false" */
}
.tfSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	background:url(images/select_rbg.jpg) right top no-repeat;
	margin: 2px 0 0 0;
	width: 20px;
	height: 23px;
	cursor:pointer
}
.tfSelectWrapper ul {
	display: none;
	position: absolute;
	top: 21px;
	left: 0px;
	overflow-y: auto;
	padding:0px 0px 1px 0px;
	margin: 0px;
	list-style-type: none;
	background:#fff;
	z-index:100;
	border:1px solid #acacac;
	border-top:none;
	overflow-x: hidden;
	min-height:0px;
	max-height:108px;
/*	width:100px!important; /* width: 127px; -- set this if you change please_CalculateSelectWidth to "false" */
*/}
* html .tfSelectWrapper ul {
	height: 108px;
} /* IE6 hack */
.tfSelectWrapper ul li {
	display:block;
	padding:0px 1px !important;
	margin:0px !important;
	background:none !important;
	float:none !important;
}
.tfSelectWrapper ul a {
	display: block;
	padding-right: 3px;
	padding-left: 8px;
	text-decoration: none;
	text-align:left;
	font: normal normal 12px Helvetica;
	color:#000000;
	background-color:#fff;
	line-height:19px !important;
}
:root *> .tfSelectWrapper ul a:hover {
	background-color:#008df2;
	text-decoration:none;
	font-style:normal;
	color:#fff
} /* everything but IE6, IE7, IE8 */
.tfSelectWrapper ul a.hover {
	background-color:#008df2;
	font-style:normal;
	color:#fff
} /* needed for IE6, IE7, IE8 */
.tfSelectWrapper ul a.selected {
	background-color:#828487;
	color:#FFFFFF
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* END tofslaForms CSS*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.homeCenterImage{
	background: url(images/center-img.png) no-repeat 50% 100%;
	height: 423px;
	}
