@font-face {
	font-family: 'TandelleRegular';
	src: url('/_fonts/tandelle_regular-webfont.eot');
	src: url('/_fonts/tandelle_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/_fonts/tandelle_regular-webfont.woff') format('woff'),
		 url('/_fonts/tandelle_regular-webfont.ttf') format('truetype'),
		 url('/_fonts/tandelle_regular-webfont.svg#TandelleRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('/_fonts/OpenSans-Regular-webfont.eot');
	src: url('/_fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/_fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('/_fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('/_fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'OpenSansRegular', verdana, sans-serif;.
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
	background: #e5e5e5 url(/i/bgd.gif) top center repeat-y;
}

h1 {
	color: #fff;
	background: #888;
	font-family: 'TandelleRegular';
	font-size: 53px;
	font-weight: normal;
	line-height: 68px;
	padding: 0 42px;
	margin: 0 0 44px 0;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 42px;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 42px;
}
#Content p {
	margin: 0 42px 1.5em 42px;
}
#Content ul {
	padding: 0 42px 1.5em 69px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

dl {
	margin: 0 42px 1.5em 42px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0 42px;
}

ol.address {
	list-style: none;
}

#Side h2 {
/*
	font-size: 1.2em;
*/
	padding: 0 0 0 44px;
}

#Side h3 {
/*
	font-size: 1.2em;
*/
	padding: 15px 0 0 44px;
}

#Side ul {
	list-style: square;
	padding: 0 0 0 44px;
}
#Side a {
	color: #fff;
}

#Logo {
	display: block;
	height: 145px;
}
#Nav {
	list-style: none;
	text-transform: uppercase;
	border-top: 1px solid #888;
}
#Nav li {
	display: inline;
}
#Nav li a {
	color: #fff;
	background: #000;
	display: block;
	line-height: 35px;
	text-decoration: none;
	padding: 0 0 0 44px;
	border-bottom: 1px solid #888;
}
#Nav li.selected a {
	background: #000 url(/i/selected.gif) 24px 12px no-repeat;
}
#Footer p {
	color: #aaa;
	font-size: .75em;
}

#Wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#Header {
	width: 290px;
	height: 290px;
	float: left;
}

#Content {
	width: 470px;
	float: left;
	margin-left: 290px;
	margin-top: -290px;
	padding-top: 290px;
}
#Side {
	color: #fff;
	float: left;
	width: 290px;
	padding-top: 111px;
	margin-left: -100%
}

#Footer {
	clear: both;
	padding: 42px;
	margin: 0 0 0 290px;
}

#Home #Content {
	background: url(/i/home.jpg) top center no-repeat;
}
#Employers #Content {
	background: url(/i/employers.jpg) top center no-repeat;
}
#Candidates #Content {
	background: url(/i/candidates.jpg) top center no-repeat;
}
#Contact #Content {
	background: url(/i/contact.jpg) top center no-repeat;
}
