/*------------------------------------------------------------------
[Reset Stylesheet]

Project:		Linsco Website
Version:		1.0.0
Last change:	Nov/Dec 08
Author:			Distinction www.distinctionhq.com
-------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*#LAYOUT STYLES#*/
/*------------------------------------------------------------------
[Layout Stylesheet]

Project:		Linsco.com
Version:		1.0.0
Last change:	Nov 08
Author:			Distinction www.distinctionhq.com

Linsco Aqua:	#74CCD4
Dark Grey:		#6d6e71
Mid Grey:		#939598
-------------------------------------------------------------------*/

#header {
	position: relative;
	width: 100%;
	height: 140px;
	}
	
#headerContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	clear: both;
	}
	
#logo {
	position: relative;
	float: left;
	padding-top: 35px;
	margin-left: 20px;
	}
	
#topNav {
	position: relative;
	float: right;
	}

.topNavCol {
	position: relative;
	float: left;
	width: 170px;
	margin-top: 10px;
	height: 125px;
	}
		
#mainContainer {
	position: relative;
	width: 960px;
	_width: 1000px;
	margin: 0 auto;
	clear: both;
	background: #fff url(/App_Themes/LinscoCom/images/bg-container.png) top left repeat-y;
	}
	
#mainContent {
	position: relative;
	float: left;
	width: 700px;
	clear: left;
	margin-bottom: 10px;
	background-color: #fff;
	}
#sideContent 
{
	position: relative;
	float: left;
	width: 260px;
	margin-bottom: 10px;
}
#mainAnimation {
	position: relative;
	float: left;
	width: 700px;
	clear: left;
	border-bottom: 2px solid #74CCD4;
	}
	
#featuredJobs {
	position: relative;
	float: left;
	width: 686px;
	clear: left;
	border: 2px solid #aaa;
	margin: 10px auto;
	background: #48b4be url(/App_Themes/LinscoCom/images/bg-linsco-blue.png) bottom left repeat-x;
	}	
.featuredJobCol.lastCol {
	border-right: 0;
	}	
#latestJobs 
{
	position: relative;
	float: left;
	width: 690px;
	clear: left;
	margin-bottom: 10px;
}
#general {
	position: relative;
	float: left;
	width: 690px;
	clear: left;
	margin-bottom: 10px;
	}
.featuredJobCol 
{
	position: relative;
	float: left;
	width: 215px;
	_width: 200px;
	height: 70px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-right: 2px dotted #fff;
}
.narrowJobContainer.noMargin {
	margin-right: 0;
	width: 223px;
	_width: 100px;
	}
.narrowJobContainer {
	position: relative;
	float: left;
	width: 215px;
	_width: 100px;
	height: 319px;
	margin-right: 12px;
	_margin-right: 8px;
	border: 2px solid #aaa;
	background: #e5e5e5 url(/App_Themes/LinscoCom/images/bg-grey.png) bottom left repeat-x;
	}

.jobContainer {
	position: relative;
	float: left;
	
	margin-right: 20px;
	border: 2px solid #aaa;
	background: #e5e5e5 url(/App_Themes/LinscoCom/images/bg-grey.png) bottom left repeat-x;
	}
.latestJobRow {
	position: relative;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	_margin: 0 5px 5px 5px;
	width: 195px;
	border-bottom: 2px dotted #74CCD4;
	}
.intSearchesJobRow.lastRow 
{
	border-bottom: 0;
}

.jobRow {
	position: relative;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 646px;
	_width: 600px;
	border-bottom: 2px dotted #74CCD4;
	}
.intSearchesJobRow {
	position: relative;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	_margin: 0 5px 5px 5px;
	padding-bottom: 5px;
	width: 235px;
	width: 200px;
	border-bottom: 2px dotted #74CCD4;
	}
.latestJobRow.lastRow {
	border-bottom: 0;
	}

#quickSearch 
{
	position: relative;
	float: left;
	width: 260px;
	min-height: 230px;
	_height: 230px;
	border-bottom: 2px solid #74CCD4;
}
.commonSearches {
	position: relative;
	float: left;
	width: 260px;
	_width: 260px;
	_overflow: hidden;
	border-bottom: 2px solid #74CCD4;
	}	
#intSearches {
	position: relative;
	float: left;
	width: 260px;
	}
#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #48b4be url(/App_Themes/LinscoCom/images/bg-linsco-blue.png) bottom left repeat-x;
	clear: both;
	}

#footerContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 5px;
	}
	
#footerText {
	position: relative;
	float: left;
	width: 500px;
	clear: left;
	}
	
#footerSubmitCV {
	position: relative;
	float: right;
	width: 460px;
	}

#formContainer {
	position: relative;
	float: right;
	width: 408px;
	border: 2px solid #fff;
	background-color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.clear {
	position: relative;
	clear: both;
	}


/*#FORMATTING STYLES#*/
/*------------------------------------------------------------------
[Formatting Stylesheet]

Project:		Linsco.com
Version:		1.0.0
Last change:	Nov 08
Author:			Distinction www.distinctionhq.com

Linsco Aqua:	#74CCD4
Dark Grey:		#6d6e71
Mid Grey:		#939598
-------------------------------------------------------------------*/

/*
PNG support for IE 5.5
*/
* html img { behavior: url(/App_Themes/LinscoCom/images/iepngfix.htc) }

/* Basics here */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(/App_Themes/LinscoCom/images/bg-header.png) top left repeat-x;
	}
	
h1 {
	font-size: 1.9em;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, Tahoma;
	margin-top: 0.35em;
	margin-bottom: 0.75em;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	}
	
h5 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma;
	margin-top: 0em;
	margin-bottom: 0.75em;
	color: #CCCC66
	}
	
p, .PollControl span {
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 0.6em;
	color: #656565;
	}

div.PollControl
{
	padding: 10px;
	max-width: 235px;
}	
.PollControl td
{
	/*height: 18px;*/
}
/*#Other css styles/Polls#*/
.PollTitle
{
	font-weight:bold;
	display:none;
	margin-bottom:10px
}

.PollAnswers{
	font-size: 10px;
	margin-top: 5px;
}
.PollGraph
{
	/*height: 8px;*/
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 235px;
}
.PollGraph div
{
	height: 8px;
	background: url(../App_Themes/CorporateSite/Images/poll02.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
	max-width: 300px;
}
.PollGraph div.PollGraph0
{
	background: url(../App_Themes/CorporateSite/Images/poll01.gif) 100% 0% repeat-x;
	max-width: 300px;
}
.PollGraph div.PollGraph2
{
	background: url(../App_Themes/CorporateSite/Images/poll03.gif) 100% 0% repeat-x;
	max-width: 300px;
}
.PollQuestion
{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.PollCount
{
	text-align: right;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 0.6em;
	color: #656565;
}
.PollFooter
{
	margin-top:10px;
}
.PollVoteButton
{
	width: 110px;
	padding: 4px;
	border: 1px solid #333;
	background-color: #ccc;
	cursor: pointer;
}
/*=============================*/

.uc1Breadcrumbs
{
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 0.6em;
	color: #74CCD4;
}
.uc1Breadcrumbs a
{
	color: #656565;
}
.comments
{
	padding: 10px;
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 0.6em;
	color: #656565;
}
	
li {
	font-size: 1.2em;
	}
li li
{
	font-size: 1.0em;
}
#general ol
{
	list-style-type: decimal;
}
#general ul, #jobDetail ul
{
	list-style-type: disc;
	margin: 1em 0 1em 40px;
	color: #656565;
}	
#jobDetail ul li
{
	padding: 0 0 7px 0;
}
#topNav h3 {
	color: #74CCD4;
	margin-bottom: 0;
	}

#topNav ul {
	position: relative;
	margin-left: 1px;
	}
	
#topNav li {
	position: relative;
	margin: 5px 0px;
	}
		
#topNav li a {
	color: #fff;
	line-height: normal;
	}
	
#topNav li a:link,
#topNav li a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#topNav li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#featuredJobs h1,
#latestJobs h1 {
	margin: 10px;
	}
#featuredJobs h3 {
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
	}
	
#featuredJobs h3 a:link,
#featuredJobs h3 a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#featuredJobs h3 a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#featuredJobs p {
	color: #fff;
	}

#latestJobs h3,
#latestJobs h4 {
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#latestJobs h3 a:link,
#latestJobs h3 a:visited,
#latestJobs h4 a:link,
#latestJobs h4 a:visited {
	color: #666;
	text-decoration: none;
	}
	
#latestJobs h3 a:hover,
#latestJobs h4 a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#latestJobs p {
	color: #666;
	}
#latestJobs li
{
	color: #666;
	list-style-type: disc;
	margin-left: 30px;
}
#latestJobs ul
{
	margin: 10px 0 0 0;
}
#quickSearch h1,
.commonSearches h2,
#intSearches h2 {
	margin: 10px;
	color: #74CCD4;
	font-size: 2.2em;	
	}
.commonSearches h3
{
	margin: 10px;
}
#quickSearch a, .commonSearches a, .jobContainer a
{
	color: #74CCD4;
}
#quickSearch h2 {
	margin: 10px;
	color: #6d6e71;
	font-size: 1.5em;
	font-weight: bold;
	}
	
#quickSearch p {
	margin: 10px;
	line-height: 2em;
	}
	
#quickSearch input {
	width: 215px;
	}

#quickSearch select {
	width: 220px;
	}
	
#quickSearch input.submitButton,
#formContainer input.submitButton,
#jobDetail input.submitButton {
	width: 110px;
	padding: 4px;
	border: 1px solid #333;
	background-color: #ccc;
	cursor: pointer;
	}


.commonSearches ul {
	position: relative;
	float: left;
	margin: 0px 10px 10px 10px;
	clear: both;
	}
.commonSearches p
{
	margin: 0px 10px 10px 10px;
}
	
.commonSearches ul li,
.commonSearches ul li a {
	position: relative;
	float: left;
	clear: left;
	}
	
.commonSearches ul li a:link,
.commonSearches ul li a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 2px dotted #74CCD4;
	width: 225px;
	padding: 5px;
	}

.commonSearches ul li a:hover {
	color: #333;
	border-bottom: 2px dotted #333;
	}

#intSearches h3 {
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#intSearches h3 a:link,
#intSearches h3 a:visited {
	color: #666;
	text-decoration: none;
	}
	
#intSearches h3 a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#intSearches p {
	color: #666;
	}
	
#footerText p {
	color: #fff;
	margin: 10px;
	}
#footerText a
{
	color: #fff;
}
#formContainer h2 {
	margin: 10px;
	}

#formContainer p {
	margin: 10px;
	}
	
#jobDetail td {
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 0.6em;
	color: #656565;
	}
#job p
{
	margin-bottom: 1.0em;
}

/*=============================================*/
.PagerNumberArea
{
font-size: 1.4em;    

text-align: center;
}
.PagerNumberArea td
{
	padding: 4px;
}
.PagerNumberArea span, .PagerNumberArea a
{
	
}
#jobDetail h1
{
	margin-left: 0;
}
.form td
{
	padding: 5px;
}
#job
{
	margin-bottom: 20px;
}
#jobDescription
{
	margin: 25px 0 20px 0;
}
#additionalInfo li
{
	padding: 5px 0 5px 0;
}
#apply
{
	padding:10px;
}
.formInner
{
	padding: 10px;
}

/*menu=============================================*/
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

/* current page */
div#menu ul li.listCMSListMenuHighlightedLI ul,
div#menu ul li.listCMSListMenuHighlightedLI:hover ul ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

/*sitemap========================================*/
#sitemap
{
	margin: 20px;
}
#sitemap li
{
	padding: 3px 0 3px 0;
}
#sitemap li a
{
	color: #74CCD4;
}