/**********
 *        *
 * Global *
 *        *
 **********/

body {
        font:13.1px Helvetica Neue, Helvetica, Arial,sans-serif;
		line-height:18px;
		color:#333;
		}

body#page {
background:#F3F3F4;
	width: 100%;
margin:0px;
}

body#popup {
}

body#component {
}

a:link {
	color: #0da8d2;
	text-decoration:none;
}

a:visited { 
	color: #0da8d2;
	text-decoration:none;
	}

a:active { 
	color: #0da8d2;
	text-decoration:underline;
	}

a:hover {
	color: #0da8d2;
	text-decoration:underline;
	}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
	font-weight:bold;
}

a.offset:hover {
	text-decoration: underline;
	font-weight:bold;
	}

/*********
 *       *
 * Input *
 *       *
 *********/

input {
font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.input_button {
	


	font-size: 11px;
	font-weight: bold;
}

.input_button_highlight {
	color: #FFFFFF;
	background-color: #0da8d2;
	border:1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
	width: 157px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	/* background-image */
	background-repeat: no-repeat;
	margin: 5px 15px 25px 0px;
	cursor:pointer;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;

}

.input_button_negative {
	


	font-size: 11px;
	font-weight: bold;
}

.input_select {
	


	font-size: 12px;
}

.input_select_multiple {
	


	font-size: 10px;
}

.input_text {
	


	font-size: 12px;
}

.input_checkbox {
	


	font-size: 10px;
}

.input_radio {
	


	font-size: 10px;
}

.input_textarea {
	


	font-size: 10px;
}

.input_upload {
        


        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.field-name-required {
	font-weight: bold;
}

span.field-name-optional {
	font-weight: normal;
}

a.job-link {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

div.content-block {
	background-color: inherit;
	padding-left: 0px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 0px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 0px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-header {
	color: #0da8d2;
	background-color: inherit;
	font-size: 14px;
	font-weight: bold;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px;
}

/*************************************
 * Job/Directory Listing Description *
 *************************************/

div.job-description, div.directory-listing-description {
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 90%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width: 100%;
} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width:955px;
	margin:-10px auto 0px auto;
	background:#FFFFFF;
}

table.interior-table td.interior-table-left {
	/*
	width: 30%;
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	vertical-align: top;
}

table.interior-table td.interior-table-center {
	/* padding-left: 10px; */
	padding: 15px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 30%;
	padding: 15px;
	vertical-align: top;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	


	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #ffffff;
	border: 0px none;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #333333;
	background-color: inherit;
	font-size: 14px;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #333333;
	background-color: inherit;
	font-size: 14px;
	font-weight: bold;
}

div.featured-block {
	color: inherit;
	background-color: #f9de91;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #333333;
	background-color: inherit;
	


	font-weight: bold;
}

div.featured-block a.job-link {
	font-size: larger;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #333333;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 10px 5px;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 10px 0px 0px 0px;
}

div.sub-heading-block {
padding:0px;
padding-bottom:15px;
}

div.heading-block span.heading-block-text {
	color: #333333;
	background-color: inherit;
	font-size: 26.2px;
	font-weight:normal;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}

table.jobs-list {
	border-collapse: separate;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

table.jobs-list a {
font-weight:bold;
}



table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #989898;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #989898;
	border-bottom: none;
}

table.directory-listings-list {
	border-collapse: separate;
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

table.directory-listings-list tr td {

}

div.nav-block {
	margin-bottom: 20px;
}

div.nav-block div.nav-block-header {
	background:#666;
	height:26px;
	font-size:14px;
	color:#FFF;
	padding:5px 0px 0px 5px;
	}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}

div#nav-block-post {
font-size:11px;
text-align:center;
align:center;
width:157px;
margin:0px auto 20px auto;}

div#nav-block-post img {
margin:auto;
}


ul.bulleted {
	list-style-type: none;
	line-height: 20px;
	margin-left:5px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f3f3f3;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

/****************************
 * Post splash option block *
 ****************************/

div.post-splash-option-block {
}

div.post-splash-option-block div.post-splash-option-block-header {
}

/**********************
 * Extended nav block *
 **********************/

div.nav-block table.nav-block-table {
}

div.nav-block table.nav-block-table td.nav-block-content {
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

/***** Other *****/


		#topbar {
		height:26px;background:#413F42;
		}
		
		.soda-header {
		background:url(files/site_images/686833/686833_NingHeaderbackground.png) no-repeat;
		width:955px;
		height:138px;
		margin:auto;
		}
		
		#soda-logo {
		padding-top:20px;
		padding-left:15px;
		border:0px;
		}
		
		ul#soda-nav {
		margin:0px;
		margin-top:25px;
		padding:0px;
		list-style-type:none;
		font-family:Helvetica Neue,Arial,Helvetica,sans-serif;
		font-size:14.4167px;
		}
		
		ul#soda-nav li.on {
		float:left;
		clear:none;
		display:block;
		background:#FFF;
		height:25px;
		padding:5px 10px 5px 10px;
		margin-left:10px;
		}
		
		ul#soda-nav li.off {
		float:left;
		clear:none;
		display:block;
		height:29px;
		padding:5px 10px 5px 10px;
		margin-left:10px;
		}
		
		ul#soda-nav li.off a {
		font-weight:bold;color:#0da8d2;text-decoration:none;
		}
		
		ul#soda-nav li.on a {
		font-weight:bold;color:#333;text-decoration:none;
		}
		
		div.breadcrumbs {
		font-size:13.1px;
		}
		
		div.bulk-rate-card {
		line-height:14px;
		}
		
		#soda-footer {
		width:955px;
		height:44px;
		background:#413F42;
		color:#FFF;
		margin:0px auto 10px auto;
		font-size:12.4333px;
		}
		
		.soda-left {
		margin:10px 10px 0px 10px;width:422px;float:left;clear:none;
		}
		
		.soda-right {
		margin:10px;width:322px;float:right;clear:none;
		}
		
		#soda-footer a {
		color:#FFF;
		}
		