
/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*@import url('reset.css');*/
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* reset some of the clean theme */
html {
  background: transparent;
}
a {
  background: transparent;
  border: 0 0 0 0;
}
body {
	line-height: 1;
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	vertical-align: top;
	color: #333;
	background:url(/img/body-bg.jpg) #f2edd0;
}
p {
/*	margin:5px 0 20px 0;*/
	line-height:1.5em;
}
.right {
	float: right;
}

.small_details {
	color:#666;
	font-size:90%;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #158475;
	text-decoration: underline;
}
a:hover {
	color: #0d534a;
}
a:active {
	color: #0d534a;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1#welcome {
	text-indent: -9999px;
	background:url(/img/welcome-header.gif);
	height:17px;
	width:403px;
	overflow:hidden;
}
h1 {
	font-family:Arial, Helvetica;
	color:#f4b001;
	font-size:25px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
h1.green {
	font-family:Arial, Helvetica;
	color:#168d7d;
	font-size:18px;
	margin-bottom:5px;
	border:0px;
	
}

h2 {
	color:#168d7d;
	font-size:15px;
	font-family:Arial, Helvetica;
	margin-bottom:10px;
/*	line-height:1.5em;*/
}
/* FIXME */
h3 {
  color: #887E6D;
  font-size: 13px;
  margin-top: 10px;
}

h4 {
  color: #666;
  font-size: 11px;
  margin-top: 10px;
}

h1 span.details {
	font-size:80%;
}
/* =4 Header // Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	width:872px;
	margin:0 auto;
}
#header {
	height:97px;
	background:url(../img/header.gif) no-repeat top center;
	margin-left:1px;
	margin:8px 0;
}
#logo {
	float:left;
	margin:10px 0 0 10px;
	height:70px;
	width:400px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#nav {
	float:right;
	width:430px;
	margin-top:6px;
	margin-right:5px;
}
#nav a {
	float:left;
	height:100%;
}
#nav a:hover {
  background: transparent;
  border-bottom: none;
}

#nav a img {
	background:url(/img/nav.png) no-repeat;
	height:22px;
	margin-top:65px;
	width:50px;
	float:left;
}
#nav a.a img {background-position:0 -87px; width:111px;}
#nav a.b img {background-position:-111px -87px; width:199px;}
#nav a.c img {background-position:-310px -87px; width:40px;}
#nav a.d img {background-position:-350px -87px; width:80px;}


#nav a img.current {
	margin-top:0;
	height:86px;
}
#nav a.a img.current {background-position:0 0;}
#nav a.b img.current {background-position:-111px 0;}
#nav a.c img.current {background-position:-310px 0;}
#nav a.d img.current {background-position:-350px 0;}


/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#welcome-box {
	height:296px;
	width:872px;
	overflow:hidden;
	background:url(/img/home-banner.jpg) top center no-repeat;
	margin-bottom:11px;
}
#welcome-box .left{width:50%;}
#welcome-box .right{width:50%;}
#welcome-box .padding {
	padding:15px;
}
#welcome-box .right .padding {
	padding:10px 15px 15px 15px;
}

#page-top {
	height:10px;
	background:url(/img/page-top.gif) top center no-repeat;
	overflow:hidden;
}
#body-wrap {
	border:solid 1px #fff;
	background:url(/img/fade.gif) bottom left repeat-x #fff;
}

#left-column {
	float:left;
	width:217px;
	min-height:100px;
  	height:auto !important;
  	height:100px;
}

#right-column {
	float:left;
	width:217px;
	min-height:100px;
  	height:auto !important;
  	height:100px;
padding-top:10px;
}

#main {
	float:left;
	margin:0 4px 4px 0;
	width:646px;
	background:url(/img/shadow.gif) top left no-repeat #fff;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
#main .padding,
#left-column .padding,
#right-column .padding {
	padding:15px;
}

#page-btm {
	height:13px;
	background:url(/img/page-btm.gif) top center no-repeat #E0DCC3;
	margin-bottom:15px;
	overflow:hidden;
	display:none;
}
div.clear {
	font-size:0;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form table td {
	padding:5px;
}
input.text {
	border:solid 1px #d5d5d5;
	background-color:#f6f6f6;
	padding:3px;
	font-size:14px;
	color:#666;
}
label {
	font-family:Arial;
	font-weight:bold;
	text-transform: uppercase;
	color:#666;
	font-size:14px;
}
form.small label{
	color:#333;
	font-size:12px;
}
form.small input.text {
	font-size:12px;
}
form.small table td {
	padding:3px;
}
.bucket input.text {
	background-color:#f3f1e9;
	border-color:#989583;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.bucket {
	float:left;
	width:288px;
	border-right:solid 1px #c7c3ab;
	margin-bottom:15px;
	height:250px;
}
.bucket.last {
	border:none;
}
.bucket .padding {
	padding:10px;
}
.bucket.last .padding {
	padding-right:0;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	clear:both;
	height:100px;
	background:url(/img/footer-bg.png) repeat-y top center;
	margin:15px auto 20px auto;
	width:872px;
	color:#555349;
	font-size:11px;
}
* html #footer {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/footer-bg.png", sizingMethod="image");
}

#footer p {
	margin:0;
}
#footer a {
	color:#555349;
	text-decoration: underline;
}
#footer .padding {
	padding:15px 10px;
}

ul { 
	list-style-type:none;
	margin:0px;
	padding:0px; 
}

ul li {
	list-style-type:none;
	padding:3px;
}

div.callout {
	padding:10px;
	font-size:95%;
	background-color:#eee;
}

div.job-posting-card {
  padding:7px 9px;
  padding-bottom:0px;
  border-top:1px solid #ccc;
}

div.job-posting-card.odd {
	background:#eee;
}

div.job-posting-card.even {
	background:#fff;	


}

a.small {
  font-size: 70%;
  color: black;
}

div.sort-links {
	font-weight:bold;
	padding:10px;
	font-size:11px;
	color:#666;
}
div.sort-links a {
	color:#336699;
	text-decoration:underline;
}

/* customizations */
form th {
  text-align: right;
}

.flash.activation_pending {background: #92ab6e;}
.flash.login_now {background: #92ab6e;}
