﻿body {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
a {
	text-decoration: underline;
	color: #575757;
}
a:hover {
	text-decoration: none;
}
#main {
	margin: 0 10%;
	min-width: 640px;
}
#top {
	background-repeat: no-repeat;
	padding-left: 210px;
	height: 44px;
	margin-bottom: 10px;
}
/* content */
#content {
	color: #525759;
	min-width: 640px;
}
#content .separator, #content hr {
	background-color: #525759;
	height: 4px;
	margin-bottom: 15px;
	font-size: 1px;
}
#content hr {
	color: #525759;
	border: none;
	height: 1px;
}
#content h1 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 15px;
	font-weight: bold;
}
#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #535353;
	margin-top: 0;
	margin-bottom: 4px;
}
#content h3 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	text-transform: uppercase;
}
#content p {
	margin-top: 0;
}
#content .smallheadline	{
	font-weight: bold;
}
/* job content */
#content .jobrow1, #content .jobrow2 {
	padding: 5px;
	vertical-align: top;
	font-size: 11px;
}
#content .jobrow1 {
	background-color: #f9f9f3;
	border-bottom: 1px solid #000;
}
#content .jobrow2 {
	border-bottom: 1px solid #000;
}
#content .jobheader {
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	background-color: transparent;
	border-bottom: 1px solid #000;
}
#content .jobtitlecell1, #content .jobtitlecell2, #content .jobheadertitle {
	border-right: 1px solid #000;
}
#content .jobinstitutecell1, #content .jobinstitutecell2, #content .jobheaderinstitute {
	border-right: 1px solid #000;
}
#content .jobclosingdatecell1, #content .jobclosingdatecell2 {
	width: 165px;
}
/* bread crumb */
div.breadcrumb {
	font: 9px Verdana, Arial, sans-serif;
	color: #999999;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 6px;
}
div.breadcrumbsmallmargin {
	margin-top: 10px;
}
a.Breadcrumb {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
a.Breadcrumb:hover {
	text-decoration: underline;
}
/* bottom */
#bottom {
	min-width: 640px;
	padding-top: 5px;
}
#bottom *, #bottom a:hover {
	font: 9px Verdana, Arial, sans-serif;
	line-height: 15px;
}
.date {
	margin-top: 30px;
	margin-bottom: 20px;
	float: right;
}
.date, .date a, .date a:hover {
	font: 10px Verdana, Arial, sans-serif;
	font-style:italic;
}
.dottedline {
	background-image: url("../gfx/Dotted_line.gif");
	background-repeat: repeat-x;
	height: 10px;
	margin-bottom: 5px;
}
.BottomInfo1 {
	width: 27%;
	float:left;
	}

.BottomInfo2 {
	width: 21%;
	float:left;
	}
	
.BottomInfo3 {
	width: 10%;
	float:left;
	}
	
.BottomInfo4 {
	width: 16%;
	float: left;
	}
	
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.bannerleftimage, .bannerrightimage {
background-repeat:no-repeat;
position:absolute;
width:100%;
}
.bannerleftimage {
background-position:left center;
}
.bannerrightimage {
background-position:right center;
}