/*
 EMPLOYMENT PLUS STYLESHEET
 Author: Will Rossiter
 http://www.willr.co.nz
*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #e2e0e7;
}
body {
	font-size: 62.5%;
	width: 350px;
	margin: 20px auto;
	background: #fff url(../images/bgMain.gif) repeat-y;
	font-family: Helvetica, Arial, sans-serif;
}

/* Layout
*******************************/

.roundTop {
	display: block;
	height: 33px;
	width: 350px;
	background: url(../images/bgTop.gif) no-repeat;
}
.roundBottom {
	display: block;
	height: 33px;
	width: 350px;
	background: url(../images/bgBottom.gif) no-repeat;
}
#Container {
	width: 270px;
	margin: 0 auto;
}
.office {
	width: 133px;
	float: left;
	margin: 10px 0 0 0;
}
.logos {
	clear: both;
	height: 50px;
	width: 100%;
	background: #fff url(../images/companyLogos.gif) no-repeat right bottom;
}
/* Typography
*********************************/
h1 {
	text-align: center;
	font-size: 1.8em;
	margin: 1.8em 0 1em -6px;
	_margin-left: 0px;
	width: 280px;
	font-weight: 300;
	letter-spacing: -0.02em;
	color: #727272;
}
h3 {
	font-size: 1em;
	font-family: Georgia;
	width: 100%;
	border-top: 1px solid #EEE;
	text-transform: uppercase;
	padding-top: 3px;
	font-weight: 300;
	color: #727272;
	margin: 1.8em 0 1.2em 0;
}
p {
	font-size: 1.1em;
	color: #727272;
	line-height: 1.4em;
}
dl {
	margin: 5px 0;
	font-size: 1.1em;
}
dt {
	font-weight: 700;
	margin-top: 6px;
	color: #444;
}
dd {
	margin: 2px 4px 4px 4px;
	color: #727272;
}