﻿h3 
{
    font: normal 18px Georgia,serif;
    color: #0a0b0b;
    margin-bottom: -8px;
    padding-bottom: 0;
}

img { border: 0; }

/* anchor tag def'n */
a, a:hover { color: #63c6df; }
a:hover { color: #63c6df; }
/* remove "dotted" line */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

p, p.required 
{
    font: normal 12px ARial;
    color : #000;
}

p.required 
{
    font-weight: bold;
    color: #760d11;
}

.clear {
	clear: both;
}

#ctr-layout {
	position: relative;
	margin: 0 auto 10px auto;
	width: 1000px;
	padding: 0;
}

#adsense 
{
    position: absolute;
    bottom: -240px;
    right: 25px;
}

.utility-nav 
{
    position: absolute;
    top: 0;
    right: 0;
	padding-right: 25px;
	margin: 0px;
	margin-bottom: 6px;
}

.utility-nav ul, .footer .links ul, .ctr-content .leftnav ul, .ctr-content .body .tabs ul {
	margin: 0;
	padding: 0;
}

.utility-nav ul { float: right; }

.utility-nav ul li {
	float: left;
	list-style-type: none;
	padding-left: 18px;
	font: 200 20px Georgia;
	color: #63c6df;	
}

.utility-nav ul li a, .utility-nav ul li a:hover {
	font: 200 20px Georgia;
	color: #00bdf1;
	text-decoration: none;
	background: #090000;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius-bottomleft: 4px;
	border-radius-bottomright: 4px;
	padding: 8px;
	display: block;
}

.utility-nav ul li a:hover 
{
    text-decoration: none;
    background: #242424;
}

.utility-nav ul li div 
{
	padding: 8px;
	display: block;
}

/*================= TOP Nav ===================*/
.header {
	padding-top: 100px;
}

.header .logo {
	float: left;	
	background: transparent url(../images/img_logo.png) no-repeat 0 0;
	margin: 0 93px 0 30px;
}

.header .logo a {
	display: block;
	width: 283px;
	height: 38px;
}

.header .top-nav {
	float: left;
	margin-top: 10px;
	z-index: 100;
}

.header .top-nav ul {
	margin: 0;
	padding: 0;	
	z-index: 100;
}

.header .top-nav ul li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}

.header .top-nav ul li a, .header .top-nav ul li a:hover, .header .top-nav ul li.active a {
	display: block;
	font: normal 20px Georgia;
	color: #00bff3;
	text-decoration: none;
}

.header .top-nav ul li.active a 
{
    color: #ffba00;
}


/*================= Search Bar ===================*/
.home-middle {
	margin: 30px 0 3px 0;
	height: 265px;
	background: url(../images/bg_homestrip.jpg) repeat-x 0 0;
	position: relative;
	z-index: 50;
}

#btn-free 
{
    position: absolute;
    bottom: -40px;
    right: -15px;
    z-index: 55;
}

.home-middle .col-1, .home-middle .col-2 {
	float: left;
	width: 360px;
}

.home-middle .col-1 {
	margin-left: 120px;
}


.home-middle .col-2 {
	margin-left: 50px;
}

.home-middle .col-1 h1, .home-middle .col-2 h1 {
	color: #400505;
	font: normal 24px Georgia;
	margin: 30px 0 0px 0;
	padding: 0;
}

.home-middle .col-1 .ddl, .home-middle .col-2 .ddl {
	margin: 0 0 0 0;
}

.home-middle .col-1 .desc, .home-middle .col-2 .desc {
	font: normal 13px "Lucida Grande",Tahoma,sans-serif;
	line-height: 18px;
	color: #2f2c2c;
	height: 145px;
}

.home-middle .col-1 .desc a, .home-middle .col-2 .desc a 
{
    color: #307289;
}

.home-middle input, .home-middle select {
	font-size: 13px;
	font-family: "Lucida Grande",Tahoma,sans-serif;
}
.home-middle input.grey 
{
    color: #999;
}

#facebox .content, #facebox .footer-fb
{
    position: relative;
}

#facebox .footer-fb .alreadymember
{
    position: absolute;
    top: 10px;
    left: 5px;
}
#facebox .footer-fb .alreadymember a 
{
    text-decoration: none;
    font-size: 14px;
    padding-right: 9px;
}
#facebox .footer-fb .alreadymember a:hover
{
    background: url(../images/ico_arrow_join.png) no-repeat center right;
}

/*================= Home Content ===================*/
.home-content {
	margin-left: 90px;
	width: 821px;
	/*background: url(../images/bg_homecontent_top.png) no-repeat top left;*/
}

.home-content h2 
{
    margin-bottom: 5px;
    margin-top: 0;
    font: normal 18px Georgia;
    color: #ffba00;
}

.home-content .content {
	background: url(../images/bg_menu.png);
	padding: 20px 0 20px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.home-content .content p, .home-content .content p .hilite 
{
    font: normal 14px "Lucida Grande",Tahoma,sans-serif;
	font-size: 14px;
	margin-top: 0;
	color: #a5a2a2;
	line-height: 18px;
}

.home-content .content p .hilite {
	color: #ffba00;
}

.home-content .content p a {
	text-decoration: none;
}

.home-content .content h3 {
	font: normal 16px Georgia;
	color: #ffba00;
	margin-bottom: 5px;
}
.home-content .content .col-2 h3:first-child
{
    margin-top: 0;
    padding-top: 0;
}


.home-content .content ul {
	margin: 0;
	padding: 0;
}

.home-content .content ul li {
	list-style-type: none;
	font-size: 14px;
	color: #00bff3;
}

.home-content .content ul li a, .more a  {
	font-size: 14px;
	color: #00bff3;
	text-decoration: none;
}

.home-content .content .col-1, .home-content .content .col-2 {
	float: left;
	margin: 0;
}

.home-content .content .col-1 
{
    width: 470px;
    position: relative;
}

.home-content .content .col-2 
{
    margin-left: 40px;
    width: 250px;
}

.home-content .content .col-2 .by {
    font-style: italic;
    color: #9ca9aa;
	margin-top: 10px;
}

.home-content .content .col-2 .more
{
    margin-top: 8px;
}

.home-content .content .col-2 .more a 
{
    text-transform: uppercase;
    font-size: 11px;
}

.joinnow
{
    position: absolute;
    top: 3px;
    left: 375px;
}

a.join 
{
    text-decoration: none;
    padding-right: 9px;
    background: url(../images/ico_arrow_join.png) no-repeat center right;
}

.home-middle .col-1 .desc a, .home-middle .col-2 .desc a 
{
    background: url(../images/ico_arrow_join_sm.png) no-repeat center right;    
}


/*================= interior ===================*/
.body .content h1 
{
    font: bold 22px Arial;
    color: #73171c;
    margin-top: 0;
    margin-bottom: 0;
}

.body .content h2 
{
    font: normal 15px Arial;
    color: #0298cb;
    margin-bottom: 4px;
}

.ctr-search-tools 
{
    margin-bottom: 3px;
}

.ctr-search-tools .params
{
    float: left;
    width: 450px;
    font: bold 12px Arial;
    color: #969495;
}

.ctr-search-tools .search-again 
{
    float: right;
}

.ctr-search-tools .search-again a 
{
    display: block;
    font: bold 14px Arial;
    color: #3f89a4;
    background: url(../images/ico_a_arrow.png) no-repeat center right;
    padding-right: 10px;
    text-decoration: none;
}

.line 
{
    border-top: 1px solid #a89787;
    width: auto;
}

.ctr-content { /* 942px */
	margin: 25px 0 0 31px;
	padding: 0 0 0 0;
	width: 942px;
	background: url(../images/bg_yellow_top.png) no-repeat bottom left;
}

.ctr-content .spacer 
{
    height: 8px;
}

.bg-container {
	background: url(../images/bg_yellow.png) no-repeat 0 0;
	padding-top: 30px;
}

.ctr-content .leftnav, .ctr-content .body {
	float: left;
}

.ctr-content .leftnav {
	width: 189px;
}

.ctr-content .leftnav .title {
	font: bold 24px "Century Gothic";
	color: #fff;
	margin: 55px 0 22px 0;
	text-align: center;
}

.ctr-content .leftnav ul li {
	list-style-type: none;
	margin-bottom: 1px;
}

.ctr-content .leftnav ul li a, .ctr-content .leftnav ul li.active a { /* 33px tall */
	display: block;
	height: 25px;
	background: url(../images/bg_subnav_off.png) repeat-x 0 0;
	font: bold 14px Arial;
	color: #bb7936;
	text-decoration: none;
	padding: 8px 11px 0 11px;
}

.ctr-content .leftnav ul li.active a {
	background: url(../images/bg_subnav_on.png) repeat-x 0 0;
	color: #fff;
}

.ctr-content .body{
	width: 742px;
}

.ctr-content .body .tabs { margin-left: 15px; }

.ctr-content .body .tabs ul li {
	float: left;
	list-style-type: none;
}

.ctr-content .body .tabs ul li a, .ctr-content .body .tabs ul li.active a {
	display: block;
	width: 135px;
	height: 22px;
	background: transparent url(../images/bg_tab_on.png) no-repeat 0 0;
	font: normal 14px Arial;
	color: #560e0f;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
}

.ctr-content .body .tabs ul li.active a {
	background: transparent url(../images/bg_tab_off.png) no-repeat 0 0;
}

.ctr-content .body .white-bg {
	background: transparent url(../images/bg_top_white.png) no-repeat top left;
}

.ctr-content .body .white-bg .spacer {
	height: 7px;
}

.ctr-content .body .white-bg .content {
	background: transparent url(../images/bg_bottom_white.png) no-repeat bottom left;
	padding: 25px 30px 30px 30px;
	margin-top: 0;
	min-height: 510px;
}

.btn-back a 
{
    display: block;
    background: url(../images/img_prev_arrow.png) no-repeat center left;
    padding-left: 10px;
    font: normal 12px Arial;
    color: #0298cb;
    text-decoration: none;
}

.tmp-bg 
{
    min-height: 530px;
}

.story-hdr 
{
    font-size: 18px;
	color: #ffba00;
	margin-bottom: 5px;
}

.story-desc 
{
    margin-bottom: 15px;
} 

/* ================ GRID VIEW Customization ===============*/
.gridView 
{
    margin: 5px 0;
    font: normal 12px Arial;
}

.gridView table 
{
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.gridView table th, .gridView table td
{
    text-align: left;
    vertical-align: bottom;
    border: 0;
    padding: 5px;
}

.gridView table th 
{
    text-transform: lowercase;
    padding-bottom: 0;
}

.gridView table td a 
{
    text-decoration: none;
}

.search td.date-col, .search th.date-col
{
    width: 60px;
    text-align: right;
}

.resumes td.del-col, .resumes th.del-col 
{
    width: 15px;
}

.no-results 
{
    font: normal 12px Arial;
    color: #3f89a4;
}

.sort-expr 
{
    float: right;
    font: normal 11px Arial;
    color: #676767;
}

.ctr-pager 
{
    margin-top: 15px;
}

.ctr-pager .pager-nums 
{
    float: right;
    font: normal 11px Arial;
    color: #424240;
}

.ctr-pager .pager-nums select 
{
    font: normal 11px Arial;
    color: #424240;
}

.ctr-pager .pager-nums .previous, .ctr-pager .pager-nums .next 
{
    display: block;
    text-decoration: none;
    margin-top: 2px;    
}

.ctr-pager .pager-nums .previous, .ctr-pager .pager-nums .count, .ctr-pager .pager-nums .next 
{
    float: left;
    margin-right: 15px;
}

.ctr-pager .pager-nums .previous 
{
    background: url(../images/img_prev_arrow.png) no-repeat center left;
    padding-left: 10px;
}

.ctr-pager .pager-nums .next
{
    background: url(../images/img_next_arrow.png) no-repeat center right;
    padding-right: 10px;
}

/*============ END - GridView ==============*/

.ctr-content .body .white-bg .content .profile-data, .ctr-content .body .white-bg .content .form {
	float: left;
}

.ctr-content .body .white-bg .content .profile-data {
	width: 230px;
	margin-top: 20px;
}

.ctr-content .body .white-bg .content .profile-data .name {
	font: bold 18px Arial;
	color: #4a4b4b;
}

.ctr-content .body .white-bg .content .form {
	width: 445px;
}

.ctr-content .body .white-bg .content .form-wide {
	width: 650px;
}

.ctr-content .body .white-bg .content .form fieldset,
.ctr-content .body .white-bg .content .form-wide fieldset,
div.form20 fieldset {
	border: 0px;
}

.ctr-content .body .white-bg .content .form .row,
.ctr-content .body .white-bg .content .form-wide .row {
	margin: 10px 0;
}

.ctr-content .body .white-bg .content .form .label, .ctr-content .body .white-bg .content .form .field, .ctr-content .body .white-bg .content .form .buttons, .ctr-content .body .white-bg .content .form .check,
.ctr-content .body .white-bg .content .form-wide .label, .ctr-content .body .white-bg .content .form-wide .field, .ctr-content .body .white-bg .content .form-wide .buttons, .ctr-content .body .white-bg .content .form-wide .check {
	float: left;
}

.ctr-content .body .white-bg .content .form .label,
.ctr-content .body .white-bg .content .form-wide .label {
	font: normal 12px Arial;
	color: #636363;
	width: 130px;
	text-align: right;
	padding-top: 3px;
}

.ctr-content .body .white-bg .content .form .field, .ctr-content .body .white-bg .content .form .buttons,
.ctr-content .body .white-bg .content .form-wide .row .field, .ctr-content .body .white-bg .content .form-wide .buttons {
	margin-left: 15px;
	width: 265px;
}

.ctr-content .body .white-bg .content .form .field, .ctr-content .body .white-bg .content .form .buttons 
{
    width: 245px;
}

.ctr-content .body .white-bg .content .form .field, .ctr-content .body .white-bg .content .form-wide .field 
{
    font: normal 10px Arial;
}

.ctr-content .body .white-bg .content .form .field .hint,
.ctr-content .body .white-bg .content .form-wide .field .hint, div.hint {
	display: block;
	text-align: right;
	font: normal 11px Arial;
	color: #636363;
	padding-right: 41px;
}

.ctr-content .body .white-bg .content .form .field .txt,
.ctr-content .body .white-bg .content .form-wide .field .txt {
	font: bold 12px Arial;
	color: #636363;
	padding-top: 3px;
}

.ctr-content .body .white-bg .content .form .field input, .ctr-content .body .white-bg .content .form .field select,
.ctr-content .body .white-bg .content .form-wide .field input, .ctr-content .body .white-bg .content .form-wide .field select,
.ctr-content .body .white-bg .content .form .field input.small, .ctr-content .body .white-bg .content .form .field select.small,
.ctr-content .body .white-bg .content .form-wide .field input.small, .ctr-content .body .white-bg .content .form-wide .field select.small  {
	border: 1px solid #a9a9a9;
	width: 220px;
}

.ctr-content .body .white-bg .content .field .error 
{
    color: Red;
}

.ctr-content .body .white-bg .content .form-wide .field input, .ctr-content .body .white-bg .content .form-wide .field select {
    width: 250px;
}

.ctr-content .body .white-bg .content .form .field .nowidth input,
.ctr-content .body .white-bg .content .form-wide .field .nowidth input {
    width: auto;
    border: 0px;
}

.ctr-content .body .white-bg .content .form .check,
.ctr-content .body .white-bg .content .form-wide .check {
	margin-left: 0;
	font: normal 11px Arial;
	color: #636363;
}

.ctr-content .body .white-bg .content .form .field input.small, .ctr-content .body .white-bg .content .form .field select.small,
.ctr-content .body .white-bg .content .form-wide .field input.small, .ctr-content .body .white-bg .content .form-wide .field select.small {
    width: 97px;
}

div.form20 .row .label
{
    font-weight: normal;
    font-size: 12px;
    
}
div.form20 .row
{
    margin-bottom: 10px;
}
div.form20 .row .field input
{
    font: bold 16px "Lucida Grande",Tahome,sans-serif;
    color: #666;
    padding: 4px;
    border: 1px solid #a9a9a9;
    width: 250px;
    height: 20px;
}
div.form20 .row .field .nowidth input
{
    color: #666;
    padding: 4px;
    border: 0;
    width: auto;
    height: auto;
}
div.form20 .row label 
{
    font: normal 13px "Lucida Grande",Tahome,sans-serif;
}
div.form20 .row .required 
{
    font-weight: bold;
}

#login-container, #signup-l-container
{
    float: left;
    margin-top: 25px;
}

#login-container 
{
    width: 300px;
    padding-top: 5px;
}

#signup-l-container 
{
    border-left: 3px solid #666;
    padding-left: 25px;
    width: 300px;
}

#signup-l-container h3
{
    background: #9ca8a9;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	margin-bottom: 10px;
	font: normal 13px "Lucida Grande",Tahoma,sans-serif;
}
#signup-l-container ul 
{
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
#signup-l-container ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(../images/ico_arrow_join.png) no-repeat 0 2px;
    padding-left: 10px;
    height: 25px;
}
#signup-l-container ul li a
{
    display: block;
    font: normal 13px "Lucida Grande", Tahoma, sans-serif;
    color: #307289;
    text-decoration: none;
}
#signup-l-container ul li a:hover
{
    text-decoration: underline;
}

div.hint { margin-top: 5px; text-align: left; }
div.hint a.faq 
{
    cursor: help;
}

.expires, .renewLink 
{
    font: normal 12px Arial;
    padding-top: 3px;
    float: left;
}

.expires 
{
    color: #821010;
    margin-right: 10px;
}

.renewLink a 
{
    font-weight: bold;
    text-decoration: none;
}

.desc 
{
    margin-left: 20px;
    padding-top: 5px;
    font-size: 12px;
    color: #5c5c5c;
}

.home-middle .desc 
{
    margin-left: 0px;
}

.h 
{
    height: 10px;
}

.lbl 
{
    font-size: 15px;
    color: #454545;
}

.lbl a 
{
    text-decoration: none;
}

.right 
{
    float: left;
}

.left
{
    float: right;
}

.btn {
	border: 1px solid #a9a9a9;
	background: #f3f3f3;
	padding: 3px;
	font: normal 11px Arial;
	cursor: hand;
	cursor: pointer;
}

.selectedvals 
{
    margin-top: 20px;
}

.selectedvals .title, .selectedvals .data 
{
    font: bold 12px Arial;
    color: #9a9a9a;
}

.selectedvals .data 
{
    color: #333;
    margin-bottom: 10px;
    width: 200px;
}

.clear-sel 
{
    text-align: right;
    margin-right: 17px;
}

.public 
{
    width: auto;
    text-align: right;
    font: normal 11px Arial;
	color: #636363;
}

.job-buttons 
{
    margin-top: 20px;
    border: 1px solid #666;
    width: auto;
}

.job-buttons .apply, .job-buttons .print 
{
    float: left;
    margin: 4px;
}

.job-buttons .print 
{
    margin-left: 4px;
}

.job-buttons .resumes 
{
    padding: 4px;
}

.job-buttons .resumes .lbl 
{
    font: normal 10px Arial;
    color: #666;
}

.job-buttons .resumes select, .job-buttons .resumes input
{
    font: normal 10px Arial;
}

.tbg-logo 
{
    margin-right: 15px;
    margin-bottom: 10px;
}

p.marketing 
{
    font: normal 14px Georgia;
    color: #535654;
    line-height: 22px;
}

p.faux-header 
{
    font: normal 22px Georgia;
}

p.tagline 
{
    text-align: center;
}

p.tagline a
{
    
    font: normal 18px Georgia;
    color: #048fb5;
    background: url(../images/ico_newwin.png) no-repeat top right;
    padding-right: 15px;
    text-decoration: none;
}

p.conf-msg-thank, p.conf-msg 
{
    border: 1px solid #ef0808;
    color: #ef0808;
    background: #f7d0d0;
    padding: 7px;
    font-size: 11px;
}


/*--------- Drop Down Menu ----------*/
#topnav
{	
    margin: 0;
	padding: 0;
}
		
#topnav li ul
{	
    margin: 0;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	background: url(../images/bg_menu.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#topnav li ul li
{	
    float: none;
	padding-bottom: 5px;
}

#topnav li ul li a
{	
    width: auto;
	font-size: 16px;
}

#topnav li ul li a:hover
{
    color: #5d93a0;
}


/*================= Footer ===================*/
.footer {
	width: 941px;
	height: 31px;
	background: url(../images/bg_footer.png) no-repeat 0 0;
	margin: 20px 0 0 32px;
	padding-top: 22px;
}

.footer .links {
	float: left;
	margin-left: 40px;
}

.footer .links ul li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font: normal 11px Arial;
	margin-right: 19px;
}

.footer .links ul li a {
	text-decoration: none;
}

.footer .copy {
	float: right;
	font: normal 11px Arial;
	color: #c1d1ce;
	margin-right: 34px;
}

.footer-creds 
{
    float: right;
    margin: 5px 55px 0 0;
}

.footer-bbb 
{
    float: left;
    margin: 5px 0 10px 55px;
}

.footer-bbb a 
{
    display: block;
    background: url(/images/bbbsealh2.gif) no-repeat 0 0;
    width: 90px;
    height: 34px;
}

.footer-creds .faded 
{
    color: #ab4c4d;
}

.footer-creds, .footer-creds a
{
    font: normal 11px Arial;
	color: #c1d1ce;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.marketing {

}

.tagline {

}

