/* CSS */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
img { border: none; }
h1 { 
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	font-size: 1.3em;
	/*letter-spacing: 1px;*/
	color: #174572;
	margin: 4px;
	padding: 0;
}
h2 { 
	font-size: 1.2em;
	margin: 0.7em 0 0.3em 0;
}
h3 { 
	font-size: 1.1em;
	margin: 0.7em 0 0.3em 0;
}
h4 { 
	font-size: 1.1em;
	margin: 0.3em 0 0.3em 0;
	color:#DF0070;
}
h5 { 
	font-size: 0.9em;
	margin: 0.7em 0 0.3em 0;
}
h6 { 
	font-size: 0.9em;
	margin: 0.7em 0 0.3em 0;
}
form { margin: 0; padding: 0; }
p { margin: 0em 0em 1em 0; padding: 0; }
a, a:link, a:visited, a:hover, a:active { color: #0066FF; text-decoration: underline; outline: none; }
a:hover, a:hover .highlight { text-decoration: none; }
object { outline: none; }
form p { margin: 0.5em 0em 0.5em 0em; }

input, select { font-size: 1em; outline: none; }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; outline: none; }

th { background-color: #3e75b5; color: #FFFFFF; padding: 3px; }

hr {
	border: 0px;
    color: #ddd;
	background-color: #ddd;
	height: 1px;
}

dl { margin: 0; }
dl dt { margin: 5px 0 5px 0; }
dl dd { margin: 0 0 0 1em; }

dl { padding-bottom: 5px;}

#legacy-wrapper { 
	text-align: center;
	border: 1px solid #FFFFFF;
	padding-top: 1%;
	margin-left: -60px; /* THE STING */
}

#wrapper {
	text-align: left;
	width: 920px;
	min-width: 920px;
	margin: 0 auto;
}

#top { display: none; }

#top-border, #bottom-border {
	clear: both;
}
#middle-border {
	background-image: url('/images/common/middle-border.gif');
	background-repeat: repeat-y;
	float:left;
	position: relative;
}

#freedom-recruit-logo { padding: 20px 0 0 10px; position:absolute; z-index: 20; }

#footer { 
	font-size: 0.5em; 
	padding: 5px 10px 0px 10px;
	margin-bottom: 15px;
	text-align: right;
	color: #ccc;
	text-transform: uppercase;
	font-family: Uni, "Small Fonts", Verdana;
	clear: both;
}
#footer ul, #footer li {
	display: inline;
	white-space: nowrap;
	list-style-type: none;
}
#footer li { margin: 0 0 0 15px; }

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color: #aaa; }
#footer a:hover { text-decoration: none; }

#content { 
	width: 897px;  
	margin: 0 10px 0 11px; 
	background-color: #c1daee;
	background-image: url('/images/common/sky.jpg');
	background-repeat: repeat-x;
	height: 530px;
	font-size: 0.65em;
	position: relative;
	clear: both;
	overflow: hidden;
}

#sidebar {
	position: absolute;
	bottom: 0px;
	left: 8px;
	font-size: 0.8em;
	font-family: Uni, "Small Fonts", Verdana;
	text-transform: uppercase; 
	z-index: 50;
}
#date { 
	color: #FFFFFF; 
	margin: 0;
	padding-bottom: 8px;
	clear: both;
}
#date-time { float: right; width: 30px; }
#date-day { float: left; }
#navigation {
	width: 140px;
	background-color: transparent;
	background-image: url('/images/common/nav-bg.png');
	background-repeat: repeat;
	padding: 0 6px 6px 6px;
}

#nav { 
	margin-bottom: 0px; 
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	
#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active, #nav ul li ul li a, #nav ul li ul li a:link, #nav ul li ul li a:visited, #nav ul li ul li a:hover, #nav ul li ul li a:active {
	display: block;
	padding: 3px 0px 3px 30px;
	margin-bottom: 1px;	
	margin-top: 1px;
	background-color: #FFFFFF;
	color: #174572;
	text-decoration: none;
	width: 110px;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
	background-image: url('/images/common/menu-bullet.gif');
	background-repeat: no-repeat;
	background-position:1em 5px;
}
#nav ul li a:hover {
	background-position: 2.3em 5px;
}
#nav ul li ul li a, #nav ul li ul li a:link, #nav ul li ul li a:visited, #nav ul li ul li a:hover, #nav ul li ul li a:active {
	background-image: none;
	background-color: #eef5f9;
	color: #3e75b5;
}
#nav ul li ul li a:hover {
	background-color: #749cca;
	color: #fff;
}
#nav ul li ul li a.on {
	background-color: #749cca;
	color: #fff;
}
#nav ul li a.on {
	background-color: #3e75b5;
	color: #fff;
}
/* Collapse sub menus */
.hide { display: none; }
.show { display: block; }

#login { margin-bottom: 70px; height: 122px; }
#login label {
	padding-left: 5px;
}
#login p {
	margin: 3px 0 0px 0;
}
#login input.text {
	font-size: 1.2em;
	background-color: #dbe7f2;
	border: 1px solid #618cb8;
	width: 126px;
}
#login .submit {
	text-align: right;
}
#login .submit input {
	font-size: 1em;
	font-family: Uni, "Small Fonts", Verdana;
	text-transform: uppercase; 
	border: 1px solid #adcbec;
	background-color: #FFFFFF;
	margin-top: 10px;
	color: #174572;
	width: 60px;
}
.client-login {
	background-color: #FFFFFF; 
	padding: 3px 0px 3px 10px;
	color: #618cb8;
	margin-bottom: 1px;
}
.login-form {
	background-color: #FFFFFF; 
	margin: 0px;
	padding: 6px;
	color: #174572;
}


#latest-jobs { margin-bottom: 0px; height: 122px; clear: both; }

#latest-jobs h1 { 
	letter-spacing: 0.05em;
	text-align: center;
	font-size: 1.70em;
}

#latest-jobs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latest-jobs ul li a, #latest-jobs ul li a:link, #latest-jobs ul li a:visited, #latest-jobs ul li a:hover, #latest-jobs ul li a:active {
	display: block;
	padding: 3px 0px 3px 30px;
	margin-bottom: 1px;	
	margin-top: 1px;
	background-color: #FFFFFF;
	color: #174572;
	text-decoration: none;
	width: 110px;
	background-image: url('/images/common/menu-bullet.gif');
	background-repeat: no-repeat;
	background-position:1em 5px;
	height: 8px;
	overflow: hidden;
}

#latest-jobs ul li a:hover {
	background-position: 2.3em 5px;
}


#latest-jobs ul li.odd a, #latest-jobs ul li.odd a:link, #latest-jobs ul li.odd a:visited, #latest-jobs ul li.odd a:hover, #latest-jobs ul li.odd a:active {
	background-color: #e8eff6;
}
#grass {
	position: absolute;
	width: 920px;
	height: 200px;
	bottom: 0;
	left: 0px;
	z-index: 1;
	background-image: url('/images/common/grass.jpg');
	background-repeat: repeat-x;
	background-position: bottom right;
}
#cloud {
	position: absolute;
	width: 920px;
	height: 500px;
	top: 0;
	left: -920px;
	z-index: 2;
	background-repeat: no-repeat;
}
.cloud-on { background-image: url('/images/common/cloud.png'); background-position: 95% 30px; }
#decor {
	position: absolute;
	width: 920px;
	height: 500px;
	top: 0;
	left: -920px;
	z-index: 3;
	background-repeat: no-repeat;
}
.blossom { background-image: url('/images/common/blossom.png'); background-position: 45% 0px; }

#person {
	position: absolute;
	width: 920px;
	height: 500px;
	left: -920px;
	top: 0;
	z-index: 5;
	background-repeat: no-repeat;
}




/* Positions specified here so that be set for individual images */
.sitting-flip { background-image: url('/images/common/sitting-flip.png'); background-position: 10% 100%; } 
.sitting { background-image: url('/images/common/sitting.png'); background-position: 25% 100%; }  /* THE STING - Original 30% 100% */
.chair { background-image: url('/images/common/chair.png'); background-position: 8% 97%; }
.feet { background-image: url('/images/common/feet.png'); background-position: 30% 95%; }
.filing { background-image: url('/images/common/filing.png'); background-position: 24% 97%; }
.laptop { background-image: url('/images/common/laptop.png'); background-position: 45% 100%; }
.throwing { background-image: url('/images/common/throwing.png'); background-position: 94% 98%; } /* THE STING - original 102% 98% */


#panel, #sub-panel, #redirect, .small-panel, .testimonial-panel, #testimonial {
	background-color: transparent;
	background-image: url('/images/common/panel-bg.png');
	background-repeat: repeat;
	padding: 8px;
	position: absolute;
}
#sub-panel h1, #redirect h1 { font-size: 0.95em; }



#panel-holder, #clients-holder {
	position: absolute;
	width: 500px;
	height: 200px;
	top: 30px;
	right: 80px; /* THE STING - Original 15px */
	z-index: 10;
}
#tagline {
	position: absolute;
	width: 920px;
	height: 500px;
	bottom: 0px;
	left: -920px;
	z-index: 4;
	background-repeat: no-repeat;
}
#panel, .small-panel-holder {
	position: static;
	margin-left: 15px;
	margin-right: 15px;
}
.small-panel { 
	position: static;
}


#sub-panel {
	width: 250px;
	position: absolute;
	top: 215px;
	left: 22px;
	z-index: 20;
}
#redirect {
	width: 250px;
	position: absolute;
	top: 85px;
	left: 22px;
	z-index: 30;
}

.panel-text {
	background-color: #FFFFFF;
	padding: 10px;
	color: #174572;
	overflow: auto;
	height: 310px;
	position: relative;
}
.small-panel .panel-text {
	padding: 0px; 
	height: auto;
	overflow: hidden;
}
.panel-link a, .panel-link a:link, .panel-link a:visited, .panel-link a:active, .panel-link a:hover {
	height: 50px;
	width: 150px;
	display: block;
	padding: 10px;
	color: #174572;
	text-decoration: none;
}
.panel-link a:hover {
	color:#DF0070;
}
/* TESTIMONIALS */

.testimonial-panel { 
	position: static;
	float: left;
	margin-right: 4px;
	width: 79px;
	height: 47px;
}
.testimonial-text {
	background-color: #FFFFFF;
	height: 47px;
	width: 79px;
}
.testimonial-text, .testimonial-link {
	overflow: hidden;
}

#pointer {
	height: 30px;
	clear: both;
	background-image: url('/images/common/pointer.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#testimonial {
	position: static;
	clear: both;
	color: #174572;
	line-height: 1.6em;
}

#testimonial p {
/*	margin: 0;
	padding: 0;*/
}

.testimonial-fix {
	visibility: hidden;
	display: none;
}

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

#divisions {
	position: absolute;
	right: 80px;
	top: 42px;
	width: 565px;
	z-index: 100;
	color: #174572;
}
#divisions h1 { 
	color: #fff;
	margin-bottom: 10px; 
}
#divisions ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
#divisions ul li { 
	list-style-type: none; 
	float: left; 
	background-color: transparent;
	background-image: url('/images/common/panel-bg.png');
	background-repeat: repeat;
	width: 170px; 
	padding: 5px; 
	margin: 0 5px 5px 0; 
}
#divisions ul li a { 
	display: block;
	background-color: #fff;
	padding: 3px;
	text-decoration: none;
	margin: 0;
}
#divisions ul li a:hover { 
	background-color: #3e75b5;
	color: #fff;
}

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

#rec-audited-member {
	position: absolute;
	top: 100px;
	right: 50px;
	width: 400px;
	color: #174572;
}
#rec-audited-member .status {
	background-color: transparent;
	background-image: url('/images/common/panel-bg.png');
	background-repeat: repeat;
	padding: 5px; 
	height: 91px;
	margin-bottom: 10px;
}
#rec-audited-member .status img {
	float: right;
}
/********************************/



#disclaimer-nav { }
#disclaimer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#disclaimer-nav ul li {
	list-style-type: none;
	margin: 0;
}
#disclaimer-nav ul li a, #disclaimer-nav ul li a:link, #disclaimer-nav ul li a:visited, #disclaimer-nav ul li a:hover, #disclaimer-nav ul li a:active {
	padding: 5px 3px 5px 20px;
	margin: 3px;
	display: block;
	background-image: url('/images/common/menu-bullet.gif');
	background-repeat: no-repeat;
	background-position:0px 0.8em;
	height: 8px;
}
#disclaimer-nav ul li a:hover, #disclaimer-nav ul li a:active {
	background-position:10px 0.8em;
}


.tagline { text-align: center; padding: 10px; }

.crosshair {
	background-image: url('/images/common/crosshair.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.crosshair:before {
	clear: both;
}	
.crosshair .corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}
.crosshair .corner img.def { display: none; }

#flash { text-align: center; }

#apply-form {
	height: 320px;
	position: relative;
	overflow: hidden;
	
}

#apply-form p {
	margin-bottom: 10px;	
}

#apply-form .field .label, #join-form .field .label {
	width: 195px;
	padding-right: 15px;
	padding-left: 0px;
	text-align: right;
}

#apply-form .field, #join-form .field {
	height: 25px;
}

#apply-form .navigation {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
}

#stingForm th {
	width: 140px;
}

#apply-form input.text, #apply-form input.error, #apply-form select, #apply-form textarea, 
#join-form input.text, #join-form input.error, #join-form select, #join-form textarea {
	width: 200px;
}
#stingForm input.text, #stingForm input.error, #stingForm select, #stingForm textarea {
	width: 250px;
}

#apply-form .field .element input.invalid, #join-form .field .element input.invalid {
	width: 200px;
	border: 1px solid #FF0000;
}
#error_msg { }

.bad-cv {
	background-color: #FFD7D7;
	border: 1px solid #ff0000;
	padding: 3px 10px;
}

/********************************/
/*    JOB SEARCH FORM STYLES    */
/********************************/

#job-search-form {}
#job-search-form input, #job-search-form select {
	font-size: 11px;
}

#job-search-form .group {

  padding-left: 42px;
}

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

#job-search-results {}
#job-search-results .result, #job-search-results .discarded {
	border: 1px solid #eee; 
	padding: 10px; 
	margin: 0 0 10px 0;
	line-height: 1.5em;
	background-color: #fff;
}

#job-search-results .result.odd {
	background-color: #fff;
}
#job-search-results .result .date {
	float: right;
	color: #CCCCCC;
}
#job-search-results .result h2 {
	margin: 0 0 8px 0;
}
#job-search-results .result h3 {
	margin: 0 0 5px 0;
	color:#666;
}
#job-search-results .result .description {
	color: #666;
}
#job-search-results .result .controls {
	background-color: #eee; 
	padding: 3px;
	margin: 10px 0 0 0;
}
#job-search-results .result .controls .info a {
	color: #666;
	text-decoration: none;
}
#job-search-results .result .controls .info {
	height: 12px;
	padding: 5px;
	color: #666;
}
#job-search-results .result .controls span {
	color: #aaa;
}
#job-search-results .sort {
	color: #888;
}
#job-search-results .sort .limit {
	float: right;
}

.no-results {
	background-color: #FFECD2;
	padding: 10px;
	border: 1px dashed #FF6600;
	color: #333333;
}	

/* JOB DISCARD STYLES */
#job-search-results .result .on, #job-search-results .discarded .off {
	min-height: 1%; /* FORCES HASLAYOUT */
	display: block;
}
#job-search-results .result .off, #job-search-results .discarded .on {
	display: none;
}

#job-search-results .discarded, #job-search-results .discarded a {
	color: #ccc;
}

/* MORE JOB STYLES */
#job-summary { background-color: #3e76b4; color: #FFFFFF; padding: 10px; }
#job-summary td { color: #FFFFFF; }
#job-description { border: 1px solid #3e76b4; padding: 10px; }

#job-details {}

#job-details .info {
	border: 1px solid #eee;
	padding: 5px;
	min-width: 180px;
	margin: 0 0 10px 10px;
	float: right;
	clear: both;
	
}

#job-details .info, #job-details .info a {
	color: #999;
	text-decoration: none;
}
#job-details .info strong {
	color: #174572;
}


#job-details h2 {
	margin: 0 0 8px 0;
}
#job-details h3 {
	margin: 0 0 5px 0;
	color:#666;
}
#job-details h3 a, #job-search-results .result h3 a {
	color: #666;
	text-decoration: none;
}

#job-details h4 {
	margin: 5px 0;
	font-size: 0.95em;
	color: #174572;
}

#job-details .description, #job-details .benefits {
	color: #666;
	line-height: 1.5em;
}
#job-details .controls {
	clear: both;
	background-color: #eee; 
	padding: 3px;
	margin: 10px 0 0 0;
}

#job-details .other, #job-details .other a {
	color: #777;
}

#job-details .column, #job-details .column-right{
	width: 258px;
	margin: 0 0;
	float: left;
}

#job-details .column {
	width: 358px;
}


#job-details .column-right{
	text-align: right;
	width: 158px;
}


#job-details .column .job-label, #job-details .column .job-details, #job-details .column-right .job-label, #job-details .column-right .job-details {
	width: 80px;
	height: 19px;
	float: left;
	font-weight: bold;
}



#job-details .column .job-details, #job-details .column-right .job-details {
	width: 278px;
	font-weight: normal;
	color: #666666;
}

#job-details .column-right .job-label {
	width: 78px;
}

#job-details .column-right .job-details {
	width: 80px;
}

#job-details .column .job-details h2, #job-details .column .job-details h3, #job-details .column-right .job-details h2, #job-details .column-right .job-details h3 {
	font-weight: normal;
	font-size: 1em;
	color: #666666;
}

#button-top {
	position:absolute;
	overflow: hidden; 
	width: 110px; 
	right: 5px; 
	text-align:center;
}

/*#job-search-results a, #job-search-results a:link, #job-search-results a:visited, #job-search-results a:hover, #job-search-results a:active {
	text-decoration: none;
	display: block;
	padding: 3px;
}
#job-search-results .search-result:hover {
	background-color: #e3ecf4; 
}
.search-result { 
	background-color: #c5d6e8; 
	color: #3e75b5;
	overflow: hidden;
}
.search-result td a, .search-result td a:link, .search-result td a:visited, .search-result td a:hover, .search-result td a:active { 
	overflow: hidden;*/
	/*width: 100px;*/
	/*height:11px;
}
.search-result td {
	height: 22px;
}*/
.odd { background-color: #FFFFFF; }

#survey .odd {
	background-color: #e8eff6;
}
#survey label { display: block; }

.button, .large-button, .discard {
	float: right;
}
.left-button {
	float: left;
	width: 108px;
}
.button a, .button a:link, .button a:visited, .button a:hover, .button a:active, .button input, .large-button a, .large-button a:link, .large-button a:visited, .large-button a:hover, .large-button a:active, .discard a, .disabled-button , .disabled-button a:link, .disabled-button a:visited, .disabled-button a:hover, .disabled-button a:active, .disabled-button input {
	text-align:center;
	width: 104px;
	height: 12px;
	padding: 2px;
	display: block;
	background: url('/images/common/button.gif') no-repeat left;
	background-position: top center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #174572;
	margin: 3px;
	line-height: normal;
}

.disabled-button {
	background-image: url('/images/common/button-disabled.gif');
	color: #666666;
}

.button-submit {
	text-align:center;
	width: 108px;
	height: 16px;
	display: block;
	border: 0px;
	background: url('/images/common/button.gif') top center no-repeat;

	margin-top: 3px;
	margin-left: 3px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #174572;
}

.button-submit:hover {
	background: url('/images/common/button.gif') bottom;

}

.large-button a, .large-button a:link, .large-button a:visited, .large-button a:hover, .large-button a:active {
	background-image: url('/images/common/large-button.gif');
	width: 144px;
}

.discard a {
	width: 20px;
	background-image: url('/images/common/discard-button.gif');
}

.button a:hover, .button input:hover, .large-button a:hover, .large-button input:hover, .discard a:hover {
	background-position: bottom center;
}

#form-sort { padding-bottom: 5px; }

.our-market-links {
	font-size: 1.1em;
}

#client-holder {
	width: 576px;
	margin: 0 auto;
}

.client a, .client-logo, .client b { 
	background-color: transparent;
	background-image: url('/images/common/panel-bg.png');
	background-repeat: repeat;
	padding: 4px;
	width: 131px;
	float: left;
	margin: 0 5px 5px 0;
	display: block;
}
.client a:hover {
	background-color:#ccc;
}
.client-logo {
	margin: 0px 10px 10px 0px;
}

#client-holder .client a, #client-holder .client b {
	background-color:#ccc;
}
#client-holder .client a:hover {
	background-color:#ddd;
}

.overlay-link a, .overlay-link a:link, .overlay-link a:visited, .overlay-link a:hover .overlay-link a:active {
	width: 100%;
	display: block;
	padding: 5px 5px 5px 10px;
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('/images/common/overlay-bg.png');
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.overlay-link a:hover {
	background-position: bottom;
}


.column { float: left; width: 50%; overflow: hidden; margin: 0; padding: 0; }
.column ul { margin: 0 0 0 1em; padding: 0 0 0 1em; }


.location-address { font-size: 0.9em; }
.testimonial-logo { padding: 5px; background-color: #e6e6e6; margin: 0 0 5px 5px; }

/*.register { float: right; margin-right:5px; margin-top: 5px; }*/
.register a, .register a:link, .register a:visited, .register a:hover, .register a:active { font-weight: bold; color: #cc0033; text-decoration: none; }
.register a:hover { color: #cc0033; }

.highlight { color: #cc0033; font-weight: bold; text-decoration: underline; }

.required { color: #FF0000; }
.pagination { padding: 5px 0 5px 0; }

.pagination .next { float:right; width: 114px; }
.pagination .prev { float: left; width: 114px; }

.float-right { float: right; }
.float-left { float: left; }
.clear { clear: both; }

.rec-logos { float: right; margin-left: 10px; }
.justify { text-align: justify; }

.error { 
	background-color:#FFB9BB;
}


/*********** GENERIC FORM CLASSES  ***********/

#seminar .field .label { float: left; width: 115px; text-align: right; padding: 1px 3px 2px 0; }
#seminar .field .element { width: 140px;}

#seminar .field .element .text { width: 140px;}

#seminar .field { width: 270px; float:left; clear: none;}

.field { width: 100%; clear: both; }

.field .label { float: left; width: 75px; text-align: right; padding: 1px 3px 2px 0; }
.field .element { float: left; padding: 1px 0 2px 3px;  }
.field .button { text-align: right; width: 100%; }

.field .element .button, .field .element .advanced { float: left; }
.field .element .button { width: 115px; }
.field .element .advanced a {
	padding: 2px;
	margin: 3px 2px;
	display: block;
	text-decoration: none;
}
.field .element .advanced a:hover {
	color: #174572;
}

.field .element .updating {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	width: 200px;
	padding: 3px;
}

.field .important {
	font-size: 0.9em;
	color: #666666;
	background-color: #FFECD9;
	border: 1px dashed #FF6600;
	padding: 10px;
	margin: 10px 0;
}
.field .important a { text-decoration: underline; }

.group { 
	border: 1px solid #ececec; 
	background-color: #f7f7f7;
	padding: 5px 10px;
	margin-bottom: 5px;
	clear: both; 
}
.group h3 {
	margin: 0.2em 0;
	padding: 0.2em 0;
	color: #000;
}



/********************************************/
/*            MODAL POPUP STYLES            */ 
/********************************************/

#modal_container {
	overflow: auto;
	background-color: #fff;
	color: #333;
	text-align:left;
	font-size: 0.6em;
	width: 500px;
	border: 10px solid #bbd3f1;
	padding: 10px;
}
#modal_overlay {
	background-color:#fff;
}


#modal-panel {
	/*background-color: #FFFFFF;
	color: #000;
	width: 600px;*/
}



/********************************************/
/*            SURVEY CLASSES                */ 
/********************************************/

.frm-question {
	width: 100px;
	padding: 5px;
	background: #adc6e9;
	font-weight: bold;
	float:left;
}

.frm-label {
	float: left;
	width: 458px;
	padding: 4px 5px 4px;
	border: 1px solid #adc6e9;
	font-weight: bold;
	background: #fff;
}

.frm-element {
	float: left;
	margin-left: 110px;
	background-color: #cbd5e3;
	width: 458px;
	padding: 4px 5px 4px;
	border: 1px solid #adc6e9;
	border-top: none;
	display: inline;
}

.survey {
	min-height: 300px;
	height: auto!important;
	height: 300px;
	float: left;
	position:relative;
}

.survey-box {
	padding: 0 0;
	width: 580px;
	margin: 0 0;
	background: #adc6e9;
	border: none;

}


.sub-label {
	float: left;
	width:150px;
	/*border-bottom: #000 solid 1px;*/
	padding-top:6px; /*  possibly redundant in IE */
}

.sub-element {
	float: left;
	width:300px;
	/*border-bottom: #000 solid 1px;*/
}


.nav-box {
	position: absolute;
	bottom: 0px;
}

.box-prev {
	float: left;
	width:100px;
}

.box-center {
	float: left;
	width:100px;
	margin-left: 150px;
	display:inline;
}


.box-next {
	float: left;
	width:100px;
	text-align:right;
	margin-left: 120px;
}
/********************************************/
/*            PANEL CLASSES                 */ 
/********************************************/

/**************************************/
/*          BOOKMARK STYLES           */
/**************************************/

#bookmarks {
	font-size: 0.6em;
	color: #999;
	border-top: 1px solid #f2f2f2;
	padding-top: 10px;
}
#bookmarks ul {
	text-align: right;
}
#bookmarks ul, #bookmarks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bookmarks ul li {
	display: inline;
	margin: 0 10px;
}
#bookmarks ul li a {
	/*display: block;*/
	background: url('/images/bookmarks/facebook.gif') no-repeat top left;
	padding: 2px 0px 2px 20px;
	line-height: 16px;
	text-decoration: none;
	color: #999;
}
#bookmarks ul li a:hover {
	background-position: bottom left;
}

#bookmarks ul li a.facebook { background-image: url('/images/bookmarks/facebook.gif'); }
#bookmarks ul li a.delicious { background-image: url('/images/bookmarks/delicious.gif'); }
#bookmarks ul li a.digg { background-image: url('/images/bookmarks/digg.gif'); }
#bookmarks ul li a.stumbleupon { background-image: url('/images/bookmarks/stumbleupon.gif'); }
#bookmarks ul li a.yahoobkm { background-image: url('/images/bookmarks/yahoo.gif'); }
#bookmarks ul li a.google { background-image: url('/images/bookmarks/google.gif'); }
#bookmarks ul li a.reddit { background-image: url('/images/bookmarks/reddit.gif'); }
#bookmarks ul li a.twitter { background-image: url('/images/bookmarks/twitter.gif'); }
#bookmarks ul li a.live { background-image: url('/images/bookmarks/live.gif'); }
#bookmarks ul li a.linkedin { background-image: url('/images/bookmarks/linkedin.gif'); }

/* THE STING */

.tower {
	position: absolute;
	top: 21px;
	right: -43px;
	z-index: 120;
	width: 104px;
	height: 489px;
	background: #0099CC;
	font-size: 0.55em;
	z-index: 999;
}


#tower {
	position: absolute;
	top: 8px;
	right: -55px;
	z-index: 120;
	width: 128px;
	height: 513px;
	background: url('/images/the-sting/tower.png') no-repeat;
	font-size: 0.55em;
}

#tower .content {
	margin: 12px;
	text-align: center;
}
#tower .content .title {
	margin-bottom: 6px;	
}
#tower .content .title h3 {
	font-weight: bold;	
	text-transform:  uppercase;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#tower .content .title h3 a {
	text-decoration: none;
	color: #174572;
}

#tower .content .jobs {
	height: 120px;	
	margin-bottom: 5px;
	overflow: hidden !important;
	width:104px !important;
	max-width: 104px !important;
	line-height: 18px;
	color: #999;
	position: relative;
}
#tower .content .jobs .holder {
	width: 2000px;
	position: relative;
}

#tower #stingjobs {
	position: absolute;
	top: 0;
	left: 0;
}

#tower ul, #tower ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tower ul li {
	display: block;
	height: 115px;
	width: 104px;
	float: left;
}

#tower .content .jobs a {
	text-decoration: none;
	color: #174572;
	font-size: 1.1em;
}
#tower .content .jobs p {
	padding: 5px 0 3px 0;
	margin: 0;
}

#tower .controls {
	height: 38px;	
}

#tower .content .controls .next, #tower .content .controls .previous {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
}
#tower .content .controls .previous {
	float: left;	
}
#tower .content .controls .next a, #tower .content .controls .previous a {
	display: block;
	width: 17px;
	height: 17px;
	background: url('/images/the-sting/next.gif') no-repeat top left;
}
#tower .content .controls .previous a {
	background-image: url('/images/the-sting/previous.gif');	
}
#tower .content .controls a:hover {
	background-position: bottom left;
}
#tower .content .controls .next a span, #tower .content .controls .previous a span {
	position: absolute;
	left: -999em;
}

/* END THE STING */


fieldset {
	border: none;
}

fieldset .field {
}

fieldset .field .label {
	text-align: right;
	font-weight: bold;
	float: left;
	width: 200px;
		padding: 2px;

}

fieldset .field .element input, fieldset .field .element textarea {
	width: 150px;
	border: 1px solid #497bb6;
	padding: 2px;
	margin-bottom: 3px;

}

.mandatory {
	color: #990000!important;
}

.radio {
	border: none!important;
	width: 10px!important;
}

.hide {
	display: none;
	height: 0px;
	visibility: hidden;
}