/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 11px/1.6em Verdana, Arial, sans-serif;
	color: #333;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica sans-serif;
	font-weight: normal;
	color: #487183;
	margin: 1.2em 0 .5em;
}
H1 { font-size: 2.2em; }
H2 { font-size: 2em; color: #FA7332; }
H3 { font-size: 1.8em; }
H4 { font-size: 1.2em; font-weight: bold; color: #57ABB3; margin-bottom: 0; }
H5 { font-size: 1.2em; }
H6 { font-size: 1em; }

.first {
	margin-top: 0;
}
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
	margin-bottom: 1em;
}
.error {
	font-weight: bold;
	font-size: 1.1em;
	color: #b00;
}
#content > h2 {
  margin-top: 0;
}


/* ===============================
		::: LINKS :::
=============================== */

A:link,
A:visited		{ color: #953530; }
A:hover,
A:active,
A:focus		{ color: #487183; }
.link {
	color: #608166;
	text-decoration: underline;
	cursor: pointer;
}


/* ===============================
		::: LISTS :::
=============================== */
UL, LI {
	margin-left: 1em;
}
LI {
	margin-bottom: .3em;
}
DT {
	font-weight: bold;
	color: #57ABB3;
}
DD {
	margin: 0 0 1em 1em;
}
DD UL {
	margin-left: 0;
}
DD LI {
	list-style: none;
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
}


/* ===============================
		::: CONTENT :::
=============================== */

BLOCKQUOTE.pullquote,
IMG.pullimage {
	float: right;
	display: inline;
	margin: 16px -70px 16px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #57ABB3;
	border-left: 2px solid #57ABB3;
	padding-left: 8px;
	width: 140px !important;
	width /**/: 150px;
}
IMG.pullimage {
	padding: 0;
	border: 1px solid #333;
	margin-right: -60px;
	margin-top: 8px;
}
.contactlink-inline,
.contactlink-inline A {
	color: #777;
	font-style: italic;
}
.contactlink-inline A:hover {
	color: #953530;
}


/* ===============================
		::: OUR STAFF :::
=============================== */

BODY#staff H3 {
	clear: both;
}
h3 em,
.jobtitle {
	font-size: .7em;
	line-height: .7em;
	font-style: italic;
	font-weight: bold;
	color: #999;
}



/* ===============================
		::: SIDEBAR :::
=============================== */

#sidebar H3 {
	width: 210px;
	height: 29px;
	position: relative;
	left: -30px;
}
#sidebar H3 A {
	display: block;
	float: left;
	height: 29px;
	width: 100%;
	text-decoration: none;
}
H3.contactus {
	text-indent: -5000px;
	background: transparent url(../images/sb_contactus.gif) top left no-repeat;
}
H3.foremployers {
	text-indent: -5000px;
	background: transparent url(../images/sb_foremployers.gif) top left no-repeat;
}
H3.forjobseekers {
	text-indent: -5000px;
	background: transparent url(../images/sb_forjobseekers.gif) top left no-repeat;
}
P.more {
	margin: .5em 0 0 0;
}


/* ===============================
		::: FOOTER :::
=============================== */

#footer {
	color: #486171;
	font-size: .9em;
	text-align: center;
}
#footer LI {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 2em;
	border-left: 1px solid #94ABB5;
}
#footer LI.first {
	border: 0;
}
#footer A:link,
#footer A:visited {
	color: #486171;
	text-decoration: none;
	padding: 0;
}
#footer A:hover {
	text-decoration: underline;
}

/* ===============================
		::: VCARD :::
=============================== */

.vcard UL {
	list-style: none;
	margin-left: 0;
}
.vcard LI {
	margin-left: 0;
	padding-left: 26px;
}
.org {
	display: none;
}
.tel, .fax {
	color: #57ABB3;
}
.tel {
	background: transparent url(../images/icon_phone.gif) 0 2px no-repeat;
	font-weight: bold;
}
.email {
	margin-top: .5em;
	background: transparent url(../images/icon_mail.gif) 0 3px no-repeat;
}
.vcard ADDRESS {
	font-style: normal;
	margin-left: 26px;
	margin-bottom: 0;
}
.street-address {
	display: block;
}
