/* Tags */
body {
  color:#1C5092;
  font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size:0.8em;
  margin:0;
  padding:0;
}

h1, h2, h3, h4, h5 {text-transform:capitalize;font-size:1.3em;}

img {border:none;}


/* Page elements */
#container {width:800px;margin:0 auto;}

#heading, #banner {border-bottom:5px solid #1C5092;}

#heading {
		background:url('../images/headerbg.gif') top left repeat-y;
		height:48px;
	}

#nav {
  background:url('../images/nav_bg.png') bottom left repeat-x #BAC365;
  color:#fff;
  height:25px;
  padding-left:2em;
}

#nav ul {
  margin:0;
  padding:0; /* Reset list padding to zero for Gecko-based browsers */
}

#nav li {
  background:url('../images/spacer.png') top left no-repeat;
  display:inline;
  line-height:200%;
  padding:0.4em;
  padding-left:0.8em;
  margin:0;
}

#banner {
  height:115px;
}

#greenline {
  border-top:5px solid #9FAE38;
  width:100%;
  height:1px;
}

#maincontent {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

#maincontent a {color:#1C5092;font-weight:bold;text-decoration:none;}
#maincontent a:hover {color:#9FAE38;text-decoration:underline;}

#viewpane {
  line-height:135%;
  text-align:justify;
/*  width:50%;*/
}

#sidebar {
  width:250px;
}

#footer {
  color:#fff;
  background-color:#1C5092;
/*	background-color:red;*/
  font-size:0.8em;
  padding:0.8em 20px;
	clear:both;
}

#nav a, #footer a {color:#fff;text-decoration:none;}
#nav a:hover, #footer a:hover {text-decoration:underline;}

/* Spatial */
.fl {float:left;}
.fr {float:right;}
.cb {clear:both;}
.oa {overflow:auto;}
.padded {padding:20px;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Bits and pieces */
.spacer {
  border-top:1px solid #1C5092;
  width:100%;
  height:1px;
  clear:both;
  display:block;
}

#job_description {
	width:95%;
}

#shadow {margin-top:-3px;}

#shadow img {width:800px;}

.boundingbox {
	background-color:#f9f9f9;
	border:1px solid #999;
	margin:0.8em 0;
	padding:0.6em;
	padding-bottom:1em;
}

.boundingbox ul {
	margin:0;
	padding:0;
}

.boundingbox ul li {
	background-color:#fff;
	border:1px dotted #999;
	list-style-type:none;
	margin:0.4em 0;
	padding:0.2em;
	width:200px;
}

table{font:11px/24px Verdana,Arial,Helvetica,sans-serif;border-collapse:collapse;width:100%;}
th{padding:0 0.5em;text-align:left;}
tr.heading td{background:#1c5092;color:#fff;font-weight:bold;}
tr.odd {background-color:#eee;}
td{border-bottom:1px solid #CCC;padding:0 0.5em;}
/*td.width{width:190px;}*/
td.adjacent{border-left:1px solid #CCC;}