﻿/* - - - - - - - - - - - - - - - - - - -
/ Client: 		
/ Rev. Date: 	
/- - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - -
/ RESETTING AGAIN by Eric Meyer
/- - - - - - - - - - - - - - - - - - - - */


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;
}

/* - - - - - - - - - - - - - - - - - - -
/ Cleaner
/- - - - - - - - - - - - - - - - - - - - */

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
}

/* - - - - - - - - - - - - - - - - - -
/ Links
/- - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #00A0E4;
}

/* - - - - - - - - - - - - - - - - - -
/ Generic style rules
/- - - - - - - - - - - - - - - - - - - */

#header, #content, #footerA, #footerB, #columnA, #columnB, #hotJobsDescription, #jobSearch {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#header, #footerA, #footerB {
	color: #000;
}

/* - - - - - - - - - - - - - - - - - -
/ Envelope
/- - - - - - - - - - - - - - - - - - - */

#envelope {
	width: 848px;
	height: 620px;
	margin: 0 auto;
}

/* - - - - - - - - - - - - - - - - - -
/ Header
/- - - - - - - - - - - - - - - - - - - */

#header {
	position: relative;
	z-index: 5;
	height: 70px;
	font-size: 0.9em;
	text-align: right;
	/* background-image: url('../../images/logo.jpg'); */
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	overflow: visible;
}

#header ul#primaryNav {
	float: right;
	display: block;
	margin-top: 56px;
	list-style: none;
}

#header .link {
	font-size: 15px;
	font-weight: bold;
	border-left: 3px solid #FCB414;
	float: left;
	display: block;
}

#nav {
	text-align: right;
}

/* - - - - - - - - - - - - - - - - - -
/ Suckerfish Menu
/- - - - - - - - - - - - - - - - - - - */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

#nav a {
	padding: 0 5px 0 5px;
	display: block;
}

#nav ul#primaryNav li {
	float: left;
}

#nav li ul {
	background: #fff;
	position: absolute;
	width: 3em;
	left: -999em;
}

#nav li ul li {
	float: none;
	background: #fff;
	clear: both;
}

#nav ul ul li a {
	display: block;
	text-align: left;
	width: 8em;
	border:#FF9900 solid 1px;
}



#nav li:hover ul#companyInfoNav, #nav li.sfhover ul#companyInfoNav {
	position: absolute;
	z-index: 10;
	top: 70px;
	_top:65px;
	left: 660px;
}

#nav li:hover ul#companyInfoNav li:hover ul#biosNav, #nav li.sfhover ul#companyInfoNav li.sfhover ul#biosNav {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 3em;
	width: 8em;
	
}

/* - - - - - - - - - - - - - - - - - -
/ Content
/- - - - - - - - - - - - - - - - - - - */

#content {
	position: relative;
	width: 848px;
	height: 558px;
	background: transparent url('../../images/background.jpg');
	background-repeat: no-repeat;
}

#columnA {
	position: absolute;
	z-index: 3;
	width: 200px;
	height: 558px;
	float: left;
}

#columnB {
	left: 200px;
	position: absolute;
	z-index: 2;
	width: 700px;
	height: 558px;
	float: left;
}

#frame {
	display: block;
}

/* - - - - - - - - - - - - - - - - - -
/ Footer
/- - - - - - - - - - - - - - - - - - - */

#footerA, #footerB {
	padding-top: 3px;
	padding-bottom: 0px;
	height: 20px;
	float: left;
	background: #fff;	
}

#footerA {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	text-align: left;
}

#footerB {
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0.7em;
	text-align: right;
}

#footerA ul {
	list-style: none;
}

#footerA ul li {
	float: left;
}

#footerA .link {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}



/* - - - - - - - - - - - - - - - - - -
/ ASP controls..
/- - - - - - - - - - - - - - - - - - - */

.searchLBL {
	display: block;
	width: 75px;
	float: left;
	padding: 1px;
	margin-left: 6px !important;	/*For Standards-compliant Browsers */
		margin-left: 3px;			/*For IE */
}

.searchDDL {
	float: left;
	width: 200px;
	padding: 1px;
}

.searchTXT {
	float: left;
	width: 194px;
	vertical-align: top;
	padding: 1px;
}


#gvResult td {
	background-color: #fff;
}

/* - - - - - - - - - - - - - - - - - -
/ Flash Controls
/- - - - - - - - - - - - - - - - - - - */

#wantNeedPR {
	margin-top: 50px;
}

#wantNeed {
	margin-top: 50px;
}

#floaties {
	margin-top: 160px;
	padding-left: 3px;
	width: 847px;
}

#want {
	margin-top: 10px;
	width: 200px;
	height: 116px;
}

#need {
	margin-top: 50px;
	width: 200px;
	height: 116px;
}
/* - - - - - - - - - - - - - - - - - -
/ Frames
/- - - - - - - - - - - - - - - - - - - */

#defaultFrame, #blogFrame, #jobHuntingFrame, #companyFrame {
	width: 846px;
	height: 538px;
}

#defaultFrame {
	margin-top: 8px;
}

#companyFrame {
	margin-top: 8px;
	height: 538px;
}

#blogFrame {
	margin-top: 8px;
}

#myframe {
	height: 420px;
	width: 646px;
}

#jobHuntingFrame, #contactFrame {
	background-color: transparent;
	margin-top: 20px;
}

#jobHuntingFrame {
    padding-right:30px;
    }

#newsFrame, #bioFrame {
	height: 525px;
	width: 646px;
	margin-top: 20px;
}

/* - - - - - - - - - - - - - - - - - -
/ Other Divs..?  Not sure how to name...
/- - - - - - - - - - - - - - - - - - - */

#hotJobsFrame, #wantContent, #needContent
{
	color: #fff;
	width: 600px;
	height: 385px;
	margin-top: 120px;
}

#hotJobsDescription {
	margin-bottom: 30px;
}

#hotJobsContent
{
	color: #fff;
	width: 600px;
	height: 385px;
	margin-top: 10px;
}

#lbSearch {
	display: block;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
}

#jobSearch
{
	margin-top: 10px;
}

#item
{
	margin-top: 2px;
}

.bodytext {
	font-family:   Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #ffffff;
}

#forumTitle {
    font-weight: bold;
    font-size: 1.05em;
    color: #faaf17;
    margin-top: 35px;
    margin-bottom:15px; 
    margin-left: 10px;
    }