﻿/* 
dark blue: 11175e 
medium/dark blue 006699
medium blue 0c437f
light blue: 78daf1
*/

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, font, 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
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/* global layout */
body
{
	padding:15px 0;
	font-family: arial,helvetica,clean,sans-serif;
}
a
{
	color: #11175e;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1em;
}
#container
{
	width: 908px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: solid 1px #11175e;
}
* html #container
{
	overflow:hidden;
}
#container.home
{
	background: transparent url(  '/images/vanishing-bg.jpg' ) no-repeat scroll 0px 90px; 
}
* html #container.home
{
	background-position:0px 91px;
}

/* user message on homepage */
#user_msg
{
	text-align:center;
	margin: 0 auto;
}

/* header */
#beyond-logo
{
height:75px;
margin:0pt 0pt 0pt 40px;
position:relative;
top:9px;
width:282px;
z-index:100;
float:left;
}
#header-nav
{
	position: absolute;
	right: 50%;
	margin-right: -454px;
	padding: 5px 10px;
	height: 22px;
	overflow: hidden;
	background: transparent url(  '/images/header-nav-bg.png' ) no-repeat scroll left top;
	font-size: .7em;
	float:right;
}
#header-nav, #header-nav a
{
	font-weight: bold;
	color: #fff;
}
#header-nav li
{
	float: left;
	position:relative;
	top:-15px;
}

#header-nav li a {
	position:relative;
	top:14px;
}

#header-nav strong, #header-nav a
{
	padding: 2px 5px;
	display: block;
}



/* footer */
#footer
{
	width: 908px;
	margin: 0 auto;
	border-left: solid 1px #11175e;
	border-right: solid 1px #11175e;
	background: #11175e;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	padding:5px 0;
}
#footer, #footer a
{
	color: #fff;
}
#footer ul
{
	text-align: center; 
}

#footer ul li
{
	display: inline; 
	padding: 4px 0px;
}
#footer ul li a
{
	width: auto;
	display: inline-block; 
	padding: 0px 5px;
}

#footer ul li a:hover {
	text-decoration:none;
}

#footer ul li a.nopadding {
	padding:0px !important;
}

#footer ul li:first-child a, #footer ul li.first-child a
{
	background: none;
	padding-left: 0;
}


/* job search */
#job-search
{
	position: relative;
	margin: -8px 0 -30px;
	padding: 45px 0 0 155px;
	height: 134px;
	z-index: 1;
	background: transparent url(  '/images/job-search-bg.png' ) no-repeat scroll left top;
	font-size: .9em;
}
* html #job-search
{
	background-image:url('/images/job-search-bg-ie.jpg');
	z-index:auto;
}
#job-search p
{
	float: left;
	padding-right: 15px;
}
#job-search label, #job-search input, #job-search .input-message
{
	display: block;
}
#job-search label 
{
	color: #78daf1;
	font-weight: bold;
}

h1 {
	color:#78daf1;
	font-weight:bold;
}

#keywords {
	 width:259px;
	 float:left;
}

#job-search input
{
	margin: 3px 0;
	width: 240px;
	padding: 4px 0;
}
#job-search .input-message
{
	color: #fff;
	font-size: .7em;
}
#job-search #alert-me-label
{
	color: #fff;
	font-size: .7em;
	margin-top: 15px;
	width: 45px;
	font-weight: normal;
	text-align: center;
}
#job-search #alert-me
{
	width: 45px;
	padding: 0;
	text-align: center;
}
#job-search #search-button
{
	width: 117px;
	height: 27px;
	padding: 0 0 1px;
	margin-top: 18px;
	display: block;
	text-align: center;
	background: transparent url(  '/images/search-button.png' ) no-repeat scroll left top;
	border: none;
	outline: none;

	font-size: .75em;
	font-weight: bold;
	color: #11175e;
	cursor: pointer;
	position: absolute;
	left:732px;
	top: 47px;
}
* html #job-search #search-button
{
	background-image:url('/images/search-button-ie.jpg');
}
#job-search #job-links
{
	position: absolute;
	left:734px;
	top: 95px;
	font-size: .75em;
	width: 175px;
}
#job-search #job-links, #job-search #job-links a
{
	color: #fff;
	font-weight: bold;
}
#job-search #job-links p
{
	padding: 0 0 2px;
	display: block;
	float: none;
}
#job-search #job-links .more-link,
#container a#job-window-toggle
{
	display: block;
	width: 75px;
	background: transparent url(  '/images/down-carrat.png' ) no-repeat scroll right center;
	position:relative;
	z-index:2;
	color:#fff;
	font-weight:bold;
}
#job-search #job-links .more-link.active,
#container a#job-window-toggle.active
{
	background-image: url(  '/images/up-carrat.png' );
}


/* extra links */
#extra-job-links
{
	position: relative;
	height: 0;
	margin:0;
	padding:0;
	overflow: hidden;
	background: transparent url( '/images/extra-links-bg.png' ) no-repeat scroll left bottom;
	width: 793px;
	visibility:hidden;
	font-size: .65em;
}
#extra-job-links.active
{
	visibility:visible;
	margin: -60px auto 18px;
	padding: 39px 10px 21px 21px;
}
* html #extra-job-links
{
	background-image:url('/images/extra-links-bg-ie.jpg');
	z-index:1;
}
#extra-job-links h2
{
	font-size: 1.2em;
	padding-bottom: 5px;
}
#extra-job-links, #extra-job-links a
{
	color: #0c437f;
}
#extra-job-links a
{
	display: block;
	padding: 1px 0;
}
* html #extra-job-links a{
	display:inline;
}
#extra-job-links #job-window-toggle
{
	font-size:1.1em;
}
#extra-job-links .more-link
{
	font-weight: bold;
}
#extra-job-links .link-group
{
	position: relative;
	height: 127px;
	margin-left: 20px;
	padding-left: 20px;
	z-index: 2;
	float: left;
	background: transparent url( '/images/extra-links-pipe.png' ) no-repeat scroll left 18px;
}
#extra-job-links .link-group.first-child, #extra-job-links .link-group:first-child
{
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#extra-job-links .link-group ul.second-column
{
	margin-left: 15px;
}
#extra-job-links .link-group ul
{
	float: left;
}
#extra-job-links .link-group p
{
	float: left;
	clear: left;
	padding: 7px 0;
}
#extra-job-links .link-group .link-button
{
	margin: 13px 0 0 -4px;
	height: 16px;
	width: 144px;
	font-size: 1.1em;
	background: transparent url( '/images/extra-links-button.png' ) no-repeat scroll left top;
	overflow: hidden;
	padding: 6px 10px 3px;
	font-weight: bold;
}
#extra-job-links .link-group .link-button a
{
	display: block;
}
#extra-job-links .link-group .live-help
{
	position: absolute;
	right: 0;
	bottom: -15px;
	font-weight: bold;
	top:105px;
}
#extra-job-links .link-group .live-help a
{
	padding: 7px 0px 5px 0;
	display: block;
}

/* adspace */
#adspace
{
	position: relative;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}
* html #adspace
{
	z-index:3;
}
#adspace #home-adspace
{
	width: 620px;
	margin: 0 auto;
	padding-top:20px;
	height:130px;
	visibility:hidden;
}
#adspace, #adspace a
{
	color: #fff;
	font-weight: bold;
}
#adspace a
{
	text-decoration:underline;
}

/* partners */
#partners
{
	position: relative;
	z-index: 2;
	width: 908px;
	height: 224px;
	padding-bottom:15px;
	text-align:center;
	background: transparent url('/images/bottom-curve-overlay.png') no-repeat scroll left bottom;
}
* html #partners
{
	background-image:url('/images/bottom-curve-overlay-ie.jpg');
}
#partners, #partners a
{
	color: #fff;
}
#partners a
{
	font-weight: bold;
	text-decoration:underline;
}
#partners #partner-flash
{
	padding:0 30px;
	height:224px;
	visibility:hidden;
}

WITH THIS:
#partner-links a
{
	position:absolute;
	display:block;
}
#partner-links .link1
{
	top:22px;
	left:0;
	width:105px;
	height:176px;
}
#partner-links .link2
{
	height:164px;
	left:122px;
	top:28px;
	width:222px;
}
#partner-links .link3
{
	height:140px;
	left:356px;
	top:42px;
	width:176px;
}
#partner-links .link4
{
	height:122px;
	left:542px;
	top:52px;
	width:130px;
}
#partner-links .link5
{
	height:106px;
	left:680px;
	top:60px;
	width:102px;
}
#partner-links .link6
{
	height:96px;
	left:788px;
	top:66px;
	width:84px;
}
#partner-links .link7
{
	height:86px;
	right:0pt;
	top:72px;
	width:32px;
}
#partners #partner-flash
{
	padding:0 30px;
	height:224px;
}
* html #partners #partner-flash
{	
	background-image:none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/static-partners.png',sizingMethod='crop'); */
}

* html #partners
{
	z-index:3;
}

/* employers */
#employer-links
{
	position: relative;
	z-index: 3;
	width: 883px;
	margin: 0 0 0;
	padding: 15px 0 15px 25px;
	font-size: .75em;
	background:#fff;
	min-height:115px;
}

#employer-links a
{
	position:relative;
	z-index:2;
}
#employer-links:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #employer-links
{
	height: 115px;
}
#employer-beyond-ad
{
	border-right: dotted 3px #11175e;
	color: #006699;
	width: 233px;
	margin-right: 22px;
	font-weight: bold;
	float: left;
	padding: 20px 15px 20px 0;
}
#employer-beyond-ad h2
{
	color: #11175e;
	font-size: 1.3em;
	padding: 10px 0 10px 35px;
	font-style: italic;
	background: transparent url( '/images/yman-icon.png' ) no-repeat scroll left center;
}
#employer-beyond-ad p
{
	padding: 0 0 6px 35px;
}
#employer-links .link-group
{
	letter-spacing: .02em;
	margin-right: 35px;
	float: left;
	font-size: .95em;
	padding-top: 2px;
}
#employer-links .link-group, #employer-links .link-group a
{
	color: #606060;
}
#employer-links .link-group a
{
	display: block;
	padding: 3px 0;
}
#employer-links .link-group h3
{
	font-weight: normal;
	font-size: 1.05em;
	color: #11175e;
	padding-bottom: 5px;
}
* html #employer-links .link-group ul li a{
	display:inline;
}

/*y-person*/
.y-person
{
	position:absolute;
	right:0;
	bottom:0;
	width:361px;
	height:185px;
	background:transparent url('') no-repeat scroll right bottom;
	display:none;
	z-index:1;
}
