*{margin:0;padding:0;}
html,body{background:#FFF;color:#333;} 
body{font:12px arial,helvetica,verdana,sans-serif;}
h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
a{color:#333;text-decoration:none;}
a:hover{color:#666;}
#wrapper{border-top:3px solid #EEE;margin:20px auto;text-align:left;width:965px;}

/* masthead / footer - navigation and categories */
#masthead{padding:5px 0;}
#masthead h1 a{text-transform:uppercase;width:400px;float:left;margin:20px 0 0 0;}
#masthead h1 a em{font-style:normal;color:#555;}
#authorBlurb img{float:left;width:965px;height:50px;border:0px solid #EEE;}
#authorIntro a{font-weight:bold;} 
#authorIntro{line-height:1.4em;width:400px;float:right;margin:8px 0 0 0;}
ul.nav{list-style:none;border-left:1px solid #DDD;background:#EEE;}
.nav li{border-right:1px solid #DDD;float:left;display:block;width:100px;}
.nav li a{font-size:12px;font-weight:bold;outline:none;color:#333;text-decoration:none;display:block;padding:5px 0px 5px 12px;width:99px;text-transform:uppercase;}
.nav li a span{font-size:11px;color:#777;text-transform:lowercase;}
.nav li a:hover{background:#333;color:#eee!important;width:95px;}
* html .nav li a:hover{background:#333;width:99px;}
.nav li.skip{border-left:1px solid #DDD;float:right;display:block width:100px;}
.nav li.skip a{width:100px;}
li.top{border-left:1px solid #DDD;float:right;display:block width:100px;}
li.top a{width:100px;}
.nav li.skip a:hover, li.top a:hover { background: transparent;color: #333 !important;}
#archives{background:#333;}
#archives ul{list-style:none;padding:5px 0 3px 0;}
#archives li{float:left;display:block;width:101px;}
#archives li a{font-weight:bold;color:#7F7F7F;width:99px;display:block;padding:2px 0 4px 5px;}
#archives li a:hover{color:#EEE;}

/* footer - text string and links */
#footer p {padding-top: 7px; }
#footer p a{font-weight:bold;color:#333;}

/* float rules */
.floatleft{float:left;margin:3px 7px 0 0;}
.floatright{float:right;margin:3px 0 0 7px;}
.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}

/**********
 *        *
 * Global *
 *        *
 **********/

body,table {
        font-family: arial,helvetica,verdana,sans-serif;
        font-size: 12px;
        color: #333333;
}

body#page {
	background-color: white;
	width: 965px;
	margin-left: auto;
	margin-right: auto;

}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

a:link {
	color: #003295;
}

a:visited { 
	color: #003295;
}

a:active { 
	color: #003295;
}

a:hover {
	color: #003295;
}

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: #333333;
	background-color: #ed7c0c;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 14px;
	font-weight: bold;
	width: 157px;
	height: 34px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	/* background-image */
	background-repeat: no-repeat;
}

.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.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: 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: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}

/*******************
 * Job Description *
 *******************/

div.job-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: 965px;
} 

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: 100%;
}

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 {
	width: 70%;
	/* padding-left: 10px; */
	padding-right: 10px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 30%;
	border-left: 1px solid #999999;
	padding-left: 10px;
	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: #f3f3f3;
	border: 1px solid #999999;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	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-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	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: 2px 5px;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div.heading-block span.heading-block-text {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

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;
	border-bottom: 1px solid #989898;
	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 {
	border-bottom: 1px solid #dddddd;
}

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;
}

div.nav-block {
	margin-bottom: 20px;
}

div.nav-block div.nav-block-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}

ul.bulleted {
	list-style-image: url('/images/bullet.gif');
	line-height: 18px;
	margin-top: 0;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f3f3f3;
}

.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 {
}

/***** Other *****/

