/**********
 *        *
 * Global *
 *        *
 **********/
body { background-color: white;}
body,table {
        font-family: helvetica, arial, sans-serif; margin:0px;padding:0px;
        font-size: 12px;
}

body#page {
}

body#popup {
}

body#component {
}


a:link {
	color: #082D38;
text-decoration:none;
}

a:visited { 
	color: #082D38;
text-decoration:none;}

a:active { 
	color: #5C0000;
text-decoration:underline;}

a:hover {
	color: #5C0000;
text-decoration:underline;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
}

a.offset:hover {
	text-decoration: underline;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_button {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_button_highlight {
	color: #FFFFFF;
	background-color: #157491;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform:uppercase;
	width: 145px;
	height: 34px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	background-image: url('files/site_images/243952/243952_bt_blank.gif');
	background-repeat: no-repeat;
	margin-left:10px;
}

.input_button_negative {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_select {
	font-family: Verdana;
	font-size: 12px;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
}

.input_text {
	font-family: Verdana;
	font-size: 12px;
}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
}

.input_upload {
        font-family: Verdana;
        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.referral-reward {
	font-weight: bold;
}

span.company-name {
}

span.location {
}

span.date {
}

span.reference-identifier {
}

span.field-name-required {
	font-weight: normal;
}

span.field-name-optional {
	font-weight: normal;
}

span.completed {
	color: #aaaaaa;
}

span.subscribed {
}

span.opted-in, option.opted-in {
	font-weight: bold;
}

span.opted-out, option.opted-out {
	color: red;
	background-color: inherit;
}

span.error, div.error {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        color: #FF0000;
}

a.job-link {
	font-weight: normal;
}

/****************
 * Page headers *
 ****************/

span.page-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
}

span.page-subheader, input.page-subheader {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

span.page-subsubheader, input.page-subsubheader {
	color: inherit;
	background-color: inherit;
	font-weight: normal;
}

span.text-header {
	font-size: larger;
	font-weight: bold;
}

span.text-subheader {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

/********************************************
 * Content Block, general content container *
 ********************************************/

div.content-block {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-header {
	color: #000000;
	background-color: inherit;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}

/*********************************************************************
 * Unchangeable Block, used to display standard, unchangable content *
 *********************************************************************/

div.unchangeable-block {
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 100%;
	padding: 3px;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}

/**************
 * Info block *
 **************/

div.info-block {
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 5px 10px;
	width: 375px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
line-height:16px;
padding-left:10px;}

/*********
 * 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 {
}

/**************
 * Toggle box *
 **************/

a.toggle-link {
	text-decoration: none;
}

div.toggle-box {
	display: none;
	padding: 5px;
}

div.toggle-box-expanded {
	padding: 5px;
}

/**********
 * 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: 1000px;
	margin:auto;
	margin-top:10px;
	margin-bottom:30px;
}

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; */
	vertical-align: top;
	padding-left:10px;
	padding-right:20px;
	}

table.interior-table td.interior-table-right {
	width:300px;
	vertical-align: top;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #ffffff;
	border: 1px solid #157491;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #000000;
	background-color: inherit;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}

div.search-block span.search-block-field-name-optional {
	color: #000000;
	background-color: inherit;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	}

div.featured-block {
	color: inherit;
	background-color: #91d0df;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #000000;
	background-color: inherit;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size:16px;
	line-height:25px;
}

div.featured-block a.job-link {
	font-size: 14px;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	margin-bottom: 0px;
	padding-left:10px;
}

div.heading-block-alt {
	padding-left:10px;
	padding-top:0px;
}

div.heading-block span.heading-block-text {
	color: #000000;
	background-color: inherit;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:25px;
}

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;
}

	.subheading-block {
	padding-left:10px;
	}
table.jobs-list {
	border-collapse: separate;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
	font-size: 10px;
}

table.jobs-list tr td {

}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #eaeaea;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #eaeaea;
	border-bottom: none;
}

div.nav-block {
	margin-bottom: 20px;
}

div.nav-block div.nav-block-header {
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}


#nav-block-post {
width:145px;
text-align:center;
margin-bottom:20px;
}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}
	
div.nav-block-body .input_text {
background:#fffdad; border:1px solid #414141;width:30px;
}

div.nav-block-body .input_button {
color:#414141;
}
div.nav-block-body {
line-height:16px;
}

ul.bulleted {
	list-style:none;
	line-height: 20px;
	margin-top: 0;
	margin-left:1px;
	padding-left:0px;
	}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #eaf9fd;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

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 {
}

div#nav-about {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
	padding-bottom: 20px;
}

span.nav-about-header {
	display: block;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 10px;
}

/***** Other *****/
/* .alley-pkg class wraps enclosing block element around inner floated elements */
.alley-pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.alley-pkg { display: inline-block; }
/* no ie mac \*/
* html .alley-pkg { height: 1%; }
.alley-pkg { display: block; }

		
#alley-banner a { color: #fff; text-decoration: none; }
#alley-banner a:hover { color: #fff; }

		#alley-container
{
/*	width: 720px;*/
	margin-bottom: 20px;
	background: #fff;
		margin:auto;
}

#alley-container-inner
{
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: #334b5b;
}

#alley-banner
{
/*	width: 710px;*/ /* necessary for ie win */
	background: #a80101;
}

#alley-banner-inner
{
	padding: 15px 13px;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #fff;
}

		
		#alley-container { width: 1000px}
		#alley-container-inner {border-color: white; }
		#alley-banner { background-color: #157491; }
		#alley-banner-inner {padding-bottom: 6px; margin-top: 0px;}
		#alley-banner-nav {border-top: 1px solid #FFFFFF; padding-bottom: 0; margin-bottom: 0; margin-top: 0px; padding-top: 6px;}
#alley-banner-nav a:hover {text-decoration: underline;}
.alley-nav-link {float:left; display: inline; border-right: 1px solid white; padding: 4px 10px;}
.alley-nav-link a:hover {text-decoration: underline;}
.alley-nav-link-current {float:left; display: inline; border: 1px solid white; padding: 4px 10px 2px; margin-top: -2px;}
.alley-main-nav-link { font-size: 12px; line-height: 1em;}

		input.alley-enews	{margin: 0 2px; width: 145px; font-size: x-small;}

.alley-enewsbutton {color: #fff; background: #157491; padding: 2px; font-size: x-small;}

#alley-enewsbanner input.alley-enewsbutton	{color: #fff; background: #157491; font-size: x-small;}

#alley-enewsbanner {float: right; text-align: right;}

div.sai-crosslink {
     background: #91d0df;
     /* width: 100%; */
     padding-top: 10px;
     padding-left: 15px;
     padding-bottom: 10px;
     margin-bottom: 10px;
}

div.sai-crosslink a:link, div.sai-crosslink a:visited, div.sai-crosslink a:active, div.sai-crosslink a:hover {
     color: #157491;
     font-weight: bold;
     text-decoration: underline;
}

