/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff url(../images/background.gif) left top repeat-x;
  font: normal 62.5% Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  color: #000;
}

table th {
  font-size: 1.6em;
  text-transform: lowercase;
  color: #5c81a6;
}

table th.skills {
  width: 20%;
}

table th.title {
  width: 25%;
}

table td, table th {
  padding: 10px;
  vertical-align: top;
}

table td {
  font-size: 1.1em;
}

table tr.odd td {
  background: #e7f0f9;
}

table tr.even td {
  background: #fff;
}

table a {
  color: #000;
}

dt {
  color: #8cb7e2;
  font-size: 1.4em;
  font-weight: bold;
}

dd {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c7c7c7;
}


/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#container {
  width: 900px;
  background: url(../images/container-background.gif) left top no-repeat;
  text-align: left;
  margin: 0 auto;
  padding: 0 5px;
}

#header {
  height: 109px;
}

#logo a {
  display: block;
  float: left;
  background: url(../images/logo.gif) left top no-repeat;
  width: 302px;
  height: 104px;
  text-indent: -9999px;
}

#nav {
  float: right;
}

#nav li {
  display: block;
  float: left;
  position: relative;
}

#nav a {
  display: block;
  float: left;
  background: #fff;
  height: 109px;
  border-left: 1px solid #e5e5e5;
  color: #535353;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  padding: 0 16px;
  line-height: 109px;
}

#nav a:hover {
  color: #db9200;
  background: #f5f5f5;
}

#nav li ul {
  display: none;
}

#nav li:hover ul {
  display: block;
  position: absolute;
  top: 109px;
  left: 0;
  width: 200px;
  border: 1px solid #e5e5e5;
  border-bottom: 0 none;
  background: #fff;
  z-index: 20;
}

#nav ul li {
  float: none;
}

#nav ul li a {
  float: none;
  height: auto;
  border: 0 none;
  padding: 5px 16px;
  line-height: 1em;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}


#topflash {
  line-height: 178px;
  text-align: center;
}

#homeflash {
  float: right;
  width: 420px;
  height: 275px;
  margin: 0 0 20px 20px;
}

#job-top {
  width: 338px;
  height: 192px;
  background: url(../images/header-jobs.jpg) left top no-repeat;
  padding: 60px 540px 0 22px;
}


#job-top h2 {
  color: #333333;
  font-size: 3.5em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #6485a8;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
}

#job-top span {
  color: #010101;
  font-size: 2.8em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1em;
  display: block;
}

#job-top p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#job-top p a {
  font-weight: bold;
  color: #db9200;
  text-decoration: none;
}

#job-top p a:hover {
  text-decoration: underline;
}

#job-top form {
  padding-top: 50px;
}


#job-top label {
  font-size: 2em !important;
  font-size: 1.6em;
  color: #2b557f;
  font-weight: bold;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  float: left;
}

#job-top #keywords {
  background: #fff;
  border: 1px solid #a0a0a0;
  padding: 3px;
  width: 140px;
}

#job-top input {
  float: left;
  margin-left: 10px;
}


#blackbar-home {
  background: #1c2122;
}

#blackbar {
  background: #1c2122;
  color: #fff;
  padding: 25px;
}

#blackbar .block {
  float: left;
  width: 250px;
  padding: 0 24px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#blackbar .block h2 {
  font-size: 2.4em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  line-height: 29px;
  margin: 0 auto;
  text-align: center;
}

#blackbar .block h2 a {
  color: #fff;
  display: block;
  background: url(../images/arrow.gif) left top no-repeat;
  padding-left: 35px;
}

#blackbar .block p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 1em;
}

#blackbar .first {
  padding-left: 0;
  border: 0 none;
}

#blackbar .last {
  padding-right: 0;
  border: 0 none;
}

#blackbar a {
  color: #fdae11;
  font-weight: bold;
  text-decoration: none;
}

#blackbar a:hover {
  text-decoration: underline;
}

#white {
  background: #fff;
  padding: 11px 14px 21px 27px;
  position: relative;
  width: 859px;
}

#white #left h2 {
  color: #517daa;
  font-size: 3em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;        
  margin-bottom: .5em;
}

#white #left h3 {
  color: #517daa;
  font-size: 2em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: .5em;
}

#white #left p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1em;
}

#white #left p.large {
  color: #517daa;
  font-size: 2em;
  margin-bottom: .5em;
  font-weight: bold;
}

#white #left p a {
  color: #517daa;
  font-weight: bold;
  border-bottom: 1px dotted #517daa;
  text-decoration: none;
}

#white #left h3 a {
  color: #517daa;
  border-bottom: 1px dotted #517daa;
  text-decoration: none;
}

#white #left p a:hover {
  border-bottom: 1px solid #517daa;
}

#white #left h3 a:hover {
  border-bottom: 1px solid #517daa;
}


#white #left img.photo {
  float: right;
  Margin: 0 0 20px 20px;
}


#white #left blockquote {
  font-size: 1.3em;
  line-height: 1.3em;
  font-style: italic;
  text-align: right;
  font-weight: bold;
  float: right;
  margin: 0 0 30px 30px;
}

#white #left cite {
  text-align: center;
  font-size: 1.1em;
  display: block;
}


#white #right h2 {
  color: #3b5c92;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 3px;
  text-align: center;
}

#white #right p {
  font-size: 1.1em;
  margin-left: 3px;
  margin-bottom: 1em;
  line-height: 1.5em;
}


#left {
  width: 635px;
  float: left;
  border-right: 1px solid #bababa;
  padding-right: 10px;
}

#right {
  margin-left: 660px;
}

#footer {
  background: #fa0;
  padding: 13px;
  color: #fff;
}

#footer p {
  font-size: 1.1em;
}

#footer a {
  color: #1c2122;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p a {
  font-weight: bold;
}

#footer ul {
  float: right;
  padding: 8px 0;
}

#footer ul li {
  display: inline;
  text-transform: uppercase;
  border-right: 1px solid #1c2122;
}

#footer ul li.last {
  border: 0 none;
}

#footer ul li a {
  padding: 0 6px;
}

#blog {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bababa;
}

#white #right #blog h2 {
  color: #517daa;
  font-size: 3em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  text-align: left;
}

#blog h2 span {
  color: #848484;
}

#blog .date {
  float: left;
  background: url(../images/date-background.gif) left top no-repeat;
  text-align: center;
  width: 48px;
  height: 57px;
}

#blog .date span {
  display: block;
  line-height: .95em;
  padding-top: 2px;
}

#blog .date span.month {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}

#blog .date span.day {
  color: #fa0;
  font-weight: bold;
  font-size: 3em;
}

#blog .date span.year {
  color: #fff;
  font-size: 1.1em;
}

#blog h3 {
  margin-left: 55px;
  font-size: 1.1em;
  font-weight: bold;
}

#white #right a {
  color: #3b5c92;
  text-decoration: none;
}

#white #right a:hover {
  text-decoration: underline;
}

#blog p {
  padding-left: 52px;
}

ul#jobs {
  padding-top: 30px;
}


#jobs li {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 5px;
}

#white #right #jobs li a {
  color: #8cb7e2;
}

#orange {
  background: #ffaa00;
  position: absolute;
  top: 0;
  left: 0;
  width: 632px;
  padding: 10px 20px 0;
}

#white #left #orange h2 {
  color: #000;
  font-size: 1.4em;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: bold;
  float: left;
}

#white #left #orange p {
  text-align: right;
  font-size: 1.1em;
}
#white #left #orange a {
  color: #5288bf;
}


#white #left dd p {
  font-size: 1.1em;
  margin-bottom: .5em;
}


/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
}

p.line-of-code {
  background: url(../images/line-of-code.gif) left top no-repeat;
  text-indent: -9999px;
  width: 243px;
  height: 67px;
}

.side-shadow {
  background: url(../images/side-shadow.gif) left top no-repeat;
  padding: 7px 9px 9px 7px;
  display: block;
}



.tool-tip {
	color: #fff;
	width: 197px;
	z-index: 13000;
    border: 1px solid #999;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	background: url(../images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 5px;
	background: url(../images/bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.toppad #left {
  padding-top: 50px;
}

a.description {
  background: url(../images/icon-description.gif) left top no-repeat;
  padding-left: 15px;
  font-weight: bold;
  color: #ff9e01;
  font-size: 1.1em;
}

#white #right .job h2 {
  color: #000;
  font-size: 1.7em;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  padding-top: 50px;
  margin-bottom: 1em;
  text-align: left;
}

#white #right .job select {
  border: 1px solid #bfbfbf;
  width: 190px;
}

#white #right .job .videos li {
  background: url(../images/bullet-dash.gif) left 7px no-repeat;
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: bold;
}

#white #right .job .videos a {
  color: #70a6dd;
}

#white #left h2.job {
  color: #000;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  border-bottom: 1px solid #bfbfbf;
  text-transform: none;
  padding-bottom: 5px;
}


.links a {
  color: #ffaa00;
  font-weight: bold;
}

.links {
  color: #ffaa00;
}

/* below added by wla 06/23/2010 to fix shadowbox error in IE8 Browsers */
#shadowbox_title {
border: 0px solid;
}
#shadowbox_info {
border: 0px solid;
}
/* above added by wla 06/23/2010 to fix shadowbox error in IE8 Browsers */


/*----End Classes----*/
