body {
	background: #888 url(../images/bgstripe.gif) repeat-x top;
	margin: 0;
	padding: 0;
}

#main {
	width: 900px;
	background: #ededed;
	border: 1px solid #505050;
	margin: 24px auto 0 auto;
}

#header {
	margin: 4px auto 0 auto;
	width: 898px;
	height: 109px;
	display: block;
	background: url(../images/header.jpg);
}

#navbar {
	width: 898px;
	height: 31px;
	margin: 1px auto 0 auto;
	background: url(../images/navbar.jpg);
	font: 10px "Verdana", sans-serif;
	line-height: 15px;
}

#headeranim {
	width: 892px;
	height: 165px;
	margin: 0 auto 0 auto;
}

#left {
	width: 200px;
	float: left;
	margin: 5px 0 10px 5px;
}

#jobsearch {
	width: 200px;
	background: url(../images/jobsearch.jpg) no-repeat top;
	border-bottom: 1px solid #9e9e9e;
	margin: 0 0 10px 0;
	padding: 35px 0 0 0;
	font: 10px "Verdana", sans-serif;
}

#jobsearch form {
	width: 184px;
	margin: 0 auto 0 auto;
}

#jobsearch form input, #jobsearch form label, #jobsearch form select {
	width: 174px;
	font: 10px "Verdana", sans-serif;
	margin: 0 0 10px 0;
}

#jobsearch form #submitbutton {
	width: 94px;
	margin: 0 0 10px 40px;
}

#jobsearch form label {
	margin: 0;
}

#jobsearch form label {
	display: block;
	color: #6aacf3;
}

#newsletter_subscribe {
	width: 200px;
	background: white url(../images/newsletter.jpg) top no-repeat;
	border-bottom: 1px solid #9e9e9e;
	font: 10px "Verdana", sans-serif;
}

#newsletter_subscribe form {
  padding: 40px 10px 10px 10px;
}

#featuredjobs {
	width: 200px;
	background: white url(../images/featuredjobs.jpg) top no-repeat;
	border-bottom: 1px solid #9e9e9e;
	font: 10px "Verdana", sans-serif;
}

#featuredjobs a, #featuredjobs em {
	display: block;
	margin: 0 0 0 10px;
}

#featuredjobs p, #jobsearch p {
	display: block;
	margin: 0 0 10px 10px;
	width: 170px;
}

#middle, #job {
	width: 470px;
	margin: 5px 0 15px 10px;
	background: url(../images/contentbg.gif) top;
	font: 11px verdana, sans-serif;
	float: left;
	border-bottom: 1px solid #787878;
}

#right {
	width: 196px;
	float: left;
	background: url(../images/rightbg.gif) top;
	margin: 5px 0 10px 10px;
	border-bottom: 1px solid #787878;
}

#right a {
  display: block;
  font-size: 12px;
  margin: 5px 10px 5px 10px;
}

#right_articles {
	width: 176px;
	_width: 196px;
	float: left;
	background: url(../images/right_articles_bg.gif) top;
	margin: 5px 0 10px 10px;
	border-bottom: 1px solid #787878;
	padding: 35px 10px 10px 10px;
}

#right_articles a {
  font: 10px "Verdana", sans-serif;
}

#right_articles ul {
  margin: 0;
  padding: 0 0 0 15px;
}

#right img {
	border: none;
	margin: 5px 0 5px 7px;
}

#footer {
	clear: both;
	width: 100%;
	font: 10px verdana;
	color: #002b81;
	text-align: center;
	margin: 0 0 10px 0;
}

#results {
	width: 460px;
	margin: 10px 5px 10px 5px;
}

#results th {
	color: #002b81;
	font: 14px verdana;
	padding: 5px;
}

#results p {
	margin: 0 5px 5px 5px;
}

#results a {
	display: block;
	margin: 5px 5px 0 5px;
	font: 12px verdana;	
}

#results em {
	color: #002b81;
	margin: 0 5px 0 5px;
}

#results .odd {
	background: #ececff;
}

#results #pagination a {
	display: inline;
	margin: 0;
}

#job h1, #job h2 {
	margin: 10px 0 0 10px;
	font: 16px verdana, sans-serif;
	color: #1f2c3f;
}

#job p, #job #deets {
	margin: 5px 0 5px 10px;
	width: 440px;
	display: block;
}

#job #overview a {
	margin: 0 0 0 10px;
	color: red;
}

#job form {
	margin: 0 10px 10px 10px;
}

#job form * {
	width: 100%;
}



#nav {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	width: 730px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 120px;
	text-decoration: none;
	color: white;
}

#nav li { /* all list items */
	float: left;
	margin: 6px 0 0 0;
	width: 120px; /* width needed or else Opera goes nuts */
}

#nav li a {
	text-align: center;
	text-transform: uppercase;
}

#nav li li a {
	text-transform: none;
}

#nav ul li {
	margin: 1px 0 1px 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #5c5c5c;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: silver;
}









#lbOverlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#lbBox {
    display: none;
    position: absolute;
    top: 20px;
    margin: 0 auto 0 auto;
    width: 820px;
    height: 520px;
    padding: 5px;
    border: 10px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}