body, div, dl, dt, dd, ul, ol, li, pre, blockquote { margin: 0; padding: 0; }
ul, ol { list-style-image: none; list-style-position: outside; list-style-type: none; }
*:link, *:visited { text-decoration: none; }
img, a img { border: none; }
.clear 		{ clear: both; }
.floatLeft 	{ float: left; }
.floatRight { float: right; }

/*---------------------------------------------------------------------------*/

html, body {
	font-size: 100.01%;
}
body {
	color: #333;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.3em 0;
	padding: 0;
}
h1 {
	color: #351E5E;
	font-size: 2.3em;
	letter-spacing: -1px;	
	margin-bottom: 0.4em;
}
h2 {
	color: #3a1f68;
	font-size: 2em;
	letter-spacing: -1px;	
	margin-bottom: 0.4em;
}
h3 {
	color: #4b2b83;
	font-size: 1.2em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}
h4 {
	color: #474053;
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
h5 {
	color: #555;
	font-size: 1.1em;
	margin-bottom: 0.4em;
}
h6 {
	color: #999;
	font-size: 1.1em;
	margin-bottom: 0.4em;
	text-transform: uppercase;	
}
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1.5em 0;
}

.content a, .column a { 
	color: #3a1f68;
	text-decoration: underline;
}
.content a:visited, .column a:visited { 
	color: #666;
	text-decoration: underline;
}
.content a.perm, .content a:visited.perm { 
	color: #3a1f68;
	text-decoration: underline;
}
.content a:hover, .column a:hover {
	color: #EB9F05;
	text-decoration: underline;
}
a:focus, a:active { outline: 0;	}

.content .left_aligned_image_margin { margin: 0 15px 15px 0; }
.content .left_aligned_image_margin_and_border { border: 2px solid #BFBFBF; margin: 0 15px 15px 0; }
.content .right_aligned_image_margin { margin: 0 0 15px 15px; }
.content .right_aligned_image_margin_and_border { border: 2px solid #BFBFBF; margin: 0 0 15px 15px; }
.content .image_border { border: 2px solid white; }

form {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
label { 
	cursor: pointer;
}

table {
	margin: 0 0 1.4em 0;
}
table td {
	font-size: 1em;
	line-height: 1.4em;	
	text-align: left;
	vertical-align: top;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eae5f2;
	background-color: #fff;
	margin: 1em 5em 1.5em 5em;
}

/*---------------------------------------------------------------------------*/

body {
	background: #f8f4fe url(/images/background/body.gif) 0 0 repeat-x;
}
body.home {
	background-image: url(/images/background/body-home.gif);
}

.container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	width: 860px;
}

.header {
	background: #321c58 url(/images/background/header.gif) 0 0 no-repeat;
	color: white;
	height: 187px;	
	margin-bottom: 9px;
	overflow: hidden;
	position: relative;
}
.home .header {
	height: 242px;	
}

#flash {
	height: 242px;	
	position: absolute;
	width: 860px;
}

.logo {
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	top: 20px; left: 0;
	text-align: center;
}
.logo img {
	display: block;
}

#srch_wrp {
	height: 30px;
	width: 242px;
	/*border: 1px solid red; */
	position: absolute;
	right: -208px;
	bottom: 10px;
}
#srch_frm {
	float: left;
	height: 30px;
	padding: 0px 0 0 7px;
}
#srch_frm input {
	background-color: #543b80;
	border: 1px solid #eb9f05;
	padding: 6px 3px 7px 3px;
	width: 120px;
	color: #fff;
	margin: 0 7px 0 0;
	float: left;
	display: inline;
}
#srch_frm input.button {
	padding: 0;
	margin: 0;
	border: none;
	width: auto;
	background-color: transparent;
}
.header a.searchButton, .header a:visited.searchButton {
	background: url(/images/buttons/search-icon.gif) 0 0 no-repeat;	
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	/*position: absolute;
	bottom: 10px; right: 0;*/
	text-decoration: none;
	width: 30px;
}
.header a:hover.searchButton {
	background-position: 0 -30px;
}

.contentContainer {
	background: url(/images/background/content-container.gif) 0 0 no-repeat;
	min-height: 150px;
	overflow: hidden;
	width: 860px;
}
.content  {
	overflow: hidden;
	width: 516px;
}
.column {
	overflow: hidden;	
	width: 284px;
}
.halfWidth {
	width: 387px;	
}
.contentFull  {
	overflow: hidden;
	width: 860px;
}

.footer {
	background: url(/images/background/footer.gif) 0 20px repeat-x;
	margin-top: 20px;
	text-align: center;
}

/*---------------------------------------------------------------------------*/	

.nav {
	color: white;
	margin-bottom: 10px;
	overflow: hidden;
	width: 860px;
}
.nav li {
	float: left;
}
.nav li a, .nav li a:visited {
	background: #edae2f url(/images/nav/nav-li-bg.gif) 0 0 no-repeat;
	color: #321c58;	
	display: block;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	height: 42px;
	letter-spacing: -1px;
	line-height: 0.75em;
	margin: 0 1px 0 0;
	overflow: hidden;
	padding: 25px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 171px;
}
.nav li a.first, .nav li a.first:visited { background-image: url(/images/nav/nav-li-first.gif) }
.nav li a.last, .nav li a.last:visited { background-image: url(/images/nav/nav-li-last.gif) }
.nav li a:hover {
	background-color: #eb9f05;
	background-position: -171px 0;
	color: #321c58;	
	text-decoration: none;	
}
.nav li.current a, .nav li.current a:visited {
	background-position: -342px 0;
	cursor: default;
	text-decoration: none;
}

.nav li a span, .nav li a:visited span {
	color: white;
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0;	
	text-transform: none;
}
.nav li a:hover span, .nav li.current a span {
	color: #321c58;
}

/* quick nav */
.quickNav {
	color: white;
	margin-bottom: 20px;
	overflow: hidden;
	width: 860px;
}
.quickNav li {
	float: left;
}
.quickNav li a, .quickNav li a:visited {
	color: #4f4b51;	
	display: block;
	float: left;
	font-size: 1.1em;
	height: 100px;
	letter-spacing: -1px;
	line-height: 100px;
	margin: 0 1px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 171px;
}
.quickNav li a:hover {
	color: #321c58;
	text-decoration: none;	
}
.quickNav li.current a, .quickNav li.current a:hover, .quickNav li.current a:visited {
	color: #321c58;
	cursor: default;
	text-decoration: none;
}
.quickNav li a span, .quickNav li a:visited span {
	background: url(/images/nav/quick-nav.jpg) 0 0 no-repeat;	
	color: #321c58;
	display: block;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	text-decoration: none;
	width: 100%;
}
.quickNav li a span.executiv { background-position: 0 0; }
.quickNav li a span.humanres { background-position: -172px 0; }
.quickNav li a span.outplace { background-position: -344px 0; }
.quickNav li a span.retentio { background-position: -516px 0; }
.quickNav li a span.training { background-position: -688px 0; }

.quickNav li a:visited span.executiv { background-position: 0 0; }
.quickNav li a:visited span.humanres { background-position: -172px 0; }
.quickNav li a:visited span.outplace { background-position: -344px 0; }
.quickNav li a:visited span.retentio { background-position: -516px 0; }
.quickNav li a:visited span.training { background-position: -688px 0; }

.quickNav li a:hover span.executiv { background-position: 0 -100px; }
.quickNav li a:hover span.humanres { background-position: -172px -100px; }
.quickNav li a:hover span.outplace { background-position: -344px -100px; }
.quickNav li a:hover span.retentio { background-position: -516px -100px; }
.quickNav li a:hover span.training { background-position: -688px -100px; }

/*---------------------------------------------------------------------------*/

.home h2 {
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 387px;
}
.home h2 span {
	background: #F8F4FE;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}
.home h2 span.howcanwe { background: url(/images/text/h2-howcanwe.gif) 0 0 no-repeat; }
.home h2 span.readours { background: url(/images/text/h2-readours.gif) 0 0 no-repeat; }

h1.text {
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 387px;
}
h1.text span {
	background: #F8F4FE;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}
h1.text span.searchiv { background: url(/images/text/h1-searchiv.gif) 0 0 no-repeat; }


/*---------------------------------------------------------------------------*/

.content ul {
	font-size: 1em;
	line-height: 1.6em;
	
	/*list-style-type: square;*/	
	margin: 0.4em 0 1.4em 2em;
}
.content ul ul {
	font-size: 1em;
	/*list-style-type: disc;*/
	margin: 0.7em 0 0.7em 2em;
}
.content ul ul ul {
	font-size: 1em;
	/*list-style-type: circle;	*/
	margin: 0.7em 0 0.7em 2em;
}
.content ul li {
	padding-left: 0.3em;
	padding-left: 10px;
	background: url(/images/background/bullet.gif) no-repeat 0px 7px;
}
.content ol {
	font-size: 1em;
	line-height: 1.4em;	
	list-style-type: decimal;
	margin: 0.4em 0 1.4em 2em;
}
.content ol ol {
	font-size: 1em;
	list-style-type: lower-alpha;
	margin: .7em 0 .7em 2em;	
}
.content ol ol ol {
	font-size: 1em;
	list-style-type: lower-roman;
	margin: .7em 0 .7em 2em;	
}

.footer p {
	background: url(/images/background/footer-hive.png) right 3px no-repeat;
	color: #111;
	font-size: 0.9em;
	height: 38px;	
	line-height: 1.6em;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	width: 860px;
}
.footer a, .footer a:visited {
	color: #111;
	text-decoration: none;
}
.footer a:hover {
	color: #2c194d;
	text-decoration: underline;
}
.footer em {
	font-style: normal;
	padding: 0 10px;
}

.testimonial {
	background: url(/images/background/testimonial-bottom.gif) bottom left no-repeat;
}
.testimonial p {
	background: url(/images/background/testimonial-top.gif) 0 0 no-repeat;
	font-size: 0.95em;
	font-style: italic;
	margin: 0;
	padding: 20px 20px 20px 80px;
	text-align: left;
}
.testimonial strong {
	display: block;
	font-size: 1.05em;	
	font-style: normal;
	margin-top: 5px;
	text-align: right;
}

/*---------------------------------------------------------------------------*/

.hiveSearch {
	background: url(/images/background/hive-search.gif) 0 0 no-repeat;
	height: 168px;
	overflow: hidden;
	padding: 60px 10px 10px 10px;
	width: 367px;
}

.tabs {
	height: 18px;
	overflow: hidden;
	width: 140px;
}
.tabs li {
	float: left;
}
.tabs li a, .tabs li a:visited {
	background: url(/images/background/hive-tab.gif) 0 -18px no-repeat;
	color: #333;
	display: block;
	font-size: 0.85em;
	height: 18px;
	line-height: 22px;
	margin-right: 3px;
	text-align: center;
	width: 60px;
}
.tabs li a:hover {
	background-position: 0 -36px;	
	color: #3A1F68;
}
.tabs li.active a, .tabs li.active a:hover, .tabs li.active a:visited {
	background-position: 0 0;
	color: #333;
	cursor: default;
	line-height: 18px;
}

.jobSearch {
	display: block;
	height: 18px;
	overflow: hidden;
}

.tabContent {
	background: url(/images/background/hive-content.gif) 0 0 no-repeat;
	height: 111px;
	padding: 5px;
	width: 357px;
}
.tabContent a, .tabContent a:visited {
	color: #7e6f57;
	display: block;
	font-size: 0.8em;
	overflow: hidden;
	padding: 5px 5px 4px 5px;
	width: 347px;
}
.tabContent a.row, .tabContent a.row:visited {
	background-color: #eeecee;
}
.tabContent a:hover, .tabContent a:hover.row {
	background-color: #5C3E8F;
	color: white;
}

a.viewButton, a:visited.viewButton {
	background: url(/images/buttons/view-full-results.gif) 0 0 no-repeat;
	font-size: 0.8em;
	margin-top: 10px;
	text-transform: uppercase;	
}
a:hover.viewButton {
	background-position: 0 -18px;
}
a.jobSearchButton, a:visited.jobSearchButton {
	background: url(/images/buttons/job-search.gif) 0 0 no-repeat;
	font-size: 0.8em;
	margin: 10px 10px 0 0;
	text-transform: uppercase;	
	
}
a:hover.jobSearchButton {
	background-position: 0 -18px;
}

/* JS styles for hive search*/

#js_nav, #adlogic_listall, #adlogic_search, #adlogic_recent {
	display: none;
}

#js_nav a{
	display: block;
}


/*---------------------------------------------------------------------------*/

.news em {	
	color: #a7a7a7;
	display: block;
	line-height: 1.8em;
	font-style: normal;
}
.news strong {
	display: block;
	line-height: 1.8em;	
	text-transform: uppercase;
}
.news p {
	line-height: 1.5em;
	margin-bottom: 0.6em;
}
.news a, .news a:visited {
	color: #3a1f68;
	display: block;
	line-height: 1.8em;
	text-decoration: underline;
}
.news a:hover {
	color: #EB9F05;
}

.news a.seperate {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/*---------------------------------------------------------------------------*/


.form {
	margin: 30px 0 15px 0;
	padding: 0;
}

.form .clear {
	border-top: 1px solid #e3e3e3;
	clear: both;
	display: block;
	height: 1px;
	margin: 10px 0;
}
.form label {
	color: #3a1f68;
	display: block;
	font-size: 1em;
	font-weight: bold;
	float: left;
	line-height: 2.25em;
	margin-right: 15px;
	text-align: left;
	text-transform: uppercase;	
	width: 120px;
}
.form .input, .form .textarea {
	background-color: #eae5f2;
	border: 1px solid #eae5f2;
	color: #333;
	display: block;
	font-size: 1em;
	padding: 5px;
	width: 200px;
	border: 1px solid #aa9ac4;
}
.form .textarea {
	width: 360px;
}

.submit {
	margin: 10px 0 0 135px;
	border: none;
}

a.errorAnchor {
	display: none;
}
.formError {
	background-color: #FFE9AF;
	border: 1px solid #EB9F05;
	color: #222;	
	font-family: Arial, Helvetica, sans-serif;	
	padding: 10px;
	text-align: left;
}
.formError strong {
	font-size: 1.1em;
}
.formError p {
	margin: 0;
}
.inputError {
	background-color: #FFE9AF;
	clear: both;
	color: #222;
	display: block;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
	margin: 5px 0 0 135px;
	padding: 5px;
	width: 198px;
}

.formLinks {
	line-height: 2em;	
}

/*---------------------------------------------------------------------------*/

.hiveTop {
	background-color: #331D5B;
	color: white;
	padding: 10px;
}
.hiveTop a, .hiveTop a:visited {
	color: white;
}

.hiveFrame {
	background-color: white;
	border-bottom: 2px solid #331D5B;
	padding: 20px 0;
}

/*---------------------------------------------------------------------------*/

.subnav {
	width: 284px;
	background: url(/images/background/subnav-bottom.gif) no-repeat bottom left;
}
.subnav h2 {
	color: #351E5E;
	text-transform: uppercase;
	letter-spacing: .2em;
	background: url(/images/background/subnav-top.gif) no-repeat;
	font-size: 1em;
	height: 40px;/* 63 */
	padding: 23px 0 0 30px;
}
.subnav ul {
	padding: 0 30px 20px 30px;
}
.subnav li.current a, .subnav li.current a:link, .subnav li.current a:visited, .subnav li.current a:hover, .subnav li.current a:active  {
	background-color: #eabc72;
	color: #3f1e5e;
	border-bottom-color: #fff;
}
.subnav li a, .subnav li a:link, .subnav li a:visited, .subnav li a:active {
	text-decoration: none;
	color: #777;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	padding: 4px 0 4px 18px;
	background: url(/images/background/bullet.gif) no-repeat 7px 50%;
}
.subnav li a:hover {
	background-color: #eeecee;
	text-decoration: none;
}

#srch_frm_body {
	background-color: #3a1f68;
	width: 100%;
	height: 30px;
	padding: 10px 20px;
	margin-bottom: 1em;
}

#srch_frm_body input, #srch_frm_body label, #srch_frm_body p {
	float: left;
	display: inline;
	color: #fff;
	margin-right: 15px;
}
#srch_frm_body label {
	margin-top: 10px;
}
#srch_frm_body input {
	background-color: #543b80;
	border: 1px solid #eb9f05;
	padding: 6px 3px 7px 3px;
	width: 120px;
}
#srch_frm_body input.button {
	width: auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

#srch_frm_body p {
	margin-top: 10px;
	color: #fff;
	line-height: 1;
}
#srch_frm_body p a, #srch_frm_body p a:link, #srch_frm_body p a:visited, #srch_frm_body p a:active {
	color: #eb9f05;
}
#srch_frm_body p a:hover {
	text-decoration: underline;
}
.searchresult {
	padding-left: 30px;
	background: url(/images/background/bullet.gif) no-repeat 15px 7px;
}
.searchresult a, .searchresult a:link, .searchresult a:visited, .searchresult a:active {
	color: #3a1f68;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

.searchresult a:hover {
	text-decoration: none;
}