body {
	font-size: 0.81em;
	font-family: "Myriad Pro", Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#header *,
#primaryNav,
#hero,
#secondary,
#footer .block,
ul.export_options,
p.apply_now {
	display: none;
}

#header h1.branding,
#header h1.branding a {
	display: block;
}

#wrapper,
#footer {
	padding-top: 20px;
	width: 880px;
	margin: 0 auto;
}

#footer {
	margin: 10px auto;
	padding: 10px 0;
	border-bottom: 5px solid #666666;
	border-top: 5px solid #666666;
}

#header h1.branding {
	width: 256px;
	height: 71px;
	margin-top: 0;
	margin-bottom: 35px;
	background-image: url('../images/background/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1.branding a {
	display: block;
	width: inherit;
	height: inherit;
	text-indent: -100000px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

/*=========================================
 * =jobdetail
 */

dl.details {
	color: #660033;
	margin-bottom: 1em;
}

dl.details dt {
	float: left;
	clear: left;
	font-weight: bold;
}

dl.details dd {
	float: left;
	margin-left: 0.5em;
}

a:link.button,
a:visited.button,
a:hover.button,
a:active.button {
	display: none;
	padding: 5px 10px;
	background-color: #cc9966;
	border: 1px solid #666666;
	color: #000000;
	text-decoration: none;
}

a.button.header {
	position: absolute;
	top: 0;
	right: 0;
}

div.jobdetail {
	position: relative;
}

div.jobdetail h2 {
	padding-right: 2em;
}

#primary ul {
	margin: 10px 15px;
}

/*=========================================
 * =clearfix
 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

