body {
	background:url(/images/careers/bg.jpg) repeat 0 0;	
	margin:0;
}

div.topbar {
	height:16px;
	background-color:#392a26;
	width:100%;	
}
div.mainwrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	position:relative;
}
ul.column li.link {
	float: left;
	width: 220px; /*Set default width*/
	padding: 0;
	margin:10px;
	display: block;
	position:relative;
}
ul.column li.spacer {
	float: left;
	width: 220px; /*Set default width*/
	padding: 0;
	margin:10px;
	display: block;
	height:220px;
	position:relative;
}

/*
.simply_overlay {
	height: 220px;
	font-size: 1em;
	margin-right: 10px; Creates the 10px gap between each column
}
*/

.simple_overlay h2 {
	font-size: 1.8em;
}
.link img {
        /*Flexible image size with border*/
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
	width:220px;
	height:220px;
}

.link a img {
	border:none;	
}


/* Additional Styles for Overlays */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#231D1A;
	
	height:449px;
	width:449px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px #656548;
	-webkit-box-shadow: 0 0 10px #656548;
	
	-moz-border-radius: 2px;
	border-radius: 2px; 
	
	border:5px solid #EAE2CB;
	color:#eae2cb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
	
	position:absolute;
}
.simple_overlay.left{
left:0;
}
.simple_overlay.center{
left: 241px;
}
.simple_overlay.right{
left: 481px;
}
.simple_overlay.top{
top:0;
}
.simple_overlay.middle{
top: 240px;
}


/* close button positioned on upper right corner */
.close {
	background-image:url("/images/careers/close.png");
	cursor:pointer;
	height:28px;
	position:absolute;
	right:0;
	top:25px;
	width:131px;
}
.simple_overlay .returnhome {
	background-image:url("/images/careers/returnhome.png");
	cursor:pointer;
	height:28px;
	position:absolute;
	left:0;
	top:25px;
	width:131px;
}


div.details {
	padding:50px 20px 20px;
}

/* End Additional Styles for Overlays */

div#mies1, div#mies3 {
left:6px !important;
top:-219px !important;
position:relative !important;
}
div#mies2, div#mies4 {
left:-235px !important;
top:-219px !important;
position:relative !important;
}
div#mies5, div#mies7 {
left:6px !important;
position:relative !important;
top:-460px !important;
}
div#mies6, div#mies8 {
left:-235px !important;
top:-460px !important;
position:relative !important;
}
div#mies9, div#mies11 {
left:6px !important;
top:-460px !important;
position:relative !important;
}
div#mies10, div#mies12 {
left:-235px !important;
top:-460px !important;
position:relative !important;
}
div.trigger a, div.trigger img {
cursor:pointer;	
}

div.details h3 {
text-align:center;	
width:100%;
font-size:22px;
text-transform:uppercase;
font-weight:normal;
letter-spacing:1px;
background-color:#231D1A;
}

div.details h1 {
text-align:center;	
width:100%;
font-size:22px;
text-transform:uppercase;
font-weight:normal;
letter-spacing:1px;
background-color:#231D1A;
}

div.borderback {
clear:both;
border-bottom:1px solid white;
position:relative;
top:-32px;
}
div.detailshead {
background-color:#231D1A;
margin:0 auto;
position:relative;
z-index:1;
}
div#mies1 div.detailshead {
width:135px;
}
div#mies2 div.detailshead {
width:280px;	
}
div#mies3 div.detailshead {
width:340px;	
}
div#mies4 div.detailshead {
width:295px;	
}
div#mies5 div.detailshead {
width:280px;	
}
div#mies6 div.detailshead {
width:220px;	
}
div#mies7 div.detailshead {
width:315px;
}
div#mies8 div.detailshead {
width:210px;	
}
div#mies9 div.detailshead {
width:175px;
}
div#mies10 div.detailshead {
width:200px;	
}
div#mies11 div.detailshead {
width:160px;	
}
div#mies12 div.detailshead {
width:140px;	
}

div#footer {
background:url("/images/careers/footer_box.png") no-repeat scroll center center #392A26;
width:100%;
color:#DCCFA9;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top:45px;
}

div#footer .inner {
padding:40px 0;
text-align:center;
width:960px;
margin:auto;
}
div#footer a, div#footer a:visited {
text-decoration:none;
color:#DCCFA9;
}
div#footer a:hover {
text-decoration:underline;
}

div#sub-footer {
background-color:transparent;
width:100%;
color:#392A26;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
}

div#sub-footer .inner {
padding:20px 0;
text-align:center;
width:960px;
margin:0px auto 0;
}
div#sub-footer a, div#sub-footer a:visited {
text-decoration:none;
color:#392A26;
}
div#sub-footer a:hover {
text-decoration:underline;
}

div.clear {
clear:both;	
}