f@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-size:8.5pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#5E5E5E;
}

/*---+++=== 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 {
	float:left;
	width:241px;
	padding:23px 0 0 14px;
}

#tagline {
	float:left;
	width:176px;
	padding:46px 0 0 127px;
}

#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:url(images/campaign_bg.jpg) center no-repeat;
	height:284px;
	overflow:hidden;
}

#campaign_wrap {
	width:940px;
	margin:0 auto;
}

.flashpane {
	width:518px;
	height:284px;
	float:left;
}

.campaignpane {
	float:left;
	width:385px;
	height:284px;
}

#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 {
	background:url(images/body_bg.gif) bottom repeat-x;
}

#content_wrap {
	width:908px;
	margin:0 auto;
	padding:14px 16px;
}

.hp_left {
	width:308px;
	float:left;
}

.hp_left p {
	padding-right:10px;
}

.hp_mid {
	width:324px;
	padding:0 0 0 8px;
	float:left;
}

.hp_right {	
	width:260px;
	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;
}


