/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td,hr { 
	margin: 0px;
	padding: 0px;
	
}
blockquote {
    margin: 0px 0px 0px 20px;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0px;*/
}
fieldset,img,hr { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0px;
}
.clearContent {
	clear: both;
}

ol {
	margin-left: 25px; 
}

ol li {
    list-style-type: decimal;
	padding: 0px 0px 10px 15px;
	color: #5F5F5F;
	font-size: .9em;
} 

/**********************************************  HEADER  **********************************************/

#header {
	width: 950px;
	height: 130px;
	margin: 23px auto 0px auto;
	background-image: url('/images_new/header-bg-default.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	/*border: 1px solid #000;*/
}
#menuChangeHome #header {
	background-image: url('/images_new/header-bg-home.gif');
}
#menuChangeCandidates #header {
	background-image: url('/images_new/header-bg-candidates.gif');
}
#menuChangeClients #header {
	background-image: url('/images_new/header-bg-clients.gif');
}
#menuChangeAboutUs #header {
	background-image: url('/images_new/header-bg-about.gif');
}
#menuChangeSectors #header {
	background-image: url('/images_new/header-bg-Sectors.gif');
}

#header img {
	position: relative;
	left: 28px;
}
#header ul {
	list-style-type: none;
	float: right;
	width: 710px;
	position: relative;
	bottom: 11px;
}
#header li {
	float: left;
	width: 141px;
	height: 36px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 1px;
}
#header li a {
	display: block;
	width: 141px;
	height: 36px;
	color: #ffffff;
	font-size: .9em;
}
#headerSearch {
	float: right;
	font-size: .9em;
	color: #7c7e7f;
	position: relative;
	top: 77px;
	/*border: 1px solid #000;*/
}
#headerSearch input {
	background-image: url('/images_new/header-bg-search.gif');
	float: left;
	position: relative;
	bottom: 2px;
}
#headerSearch label {
	float: left;
	margin: 0px 6px 0px 0px;
}
#headerSearchBox {
	border: 1px #adc2cf solid;
	height: 18px;
	width: 155px;
	margin: 0px 4px 0px 0px;
	padding-top: 2px;
}


/********************************************  HEADER MENU  *******************************************/

#menuItemHome {
	background-image: url('/images_new/btn-home.gif');
}
#menuItemHome:hover {
	background-position: right;
}
#menuItemHome span, #menuItemCandidates span, #menuItemClients span, #menuItemAbout span, #menuItemSectors span {
	position: relative;
	left: 20px;
	top: 12px;
}
#menuItemCandidates {
	background-image: url('/images_new/btn-candidates.gif');
}
#menuItemCandidates:hover {
	background-position: right;
}
#menuItemClients {
	background-image: url('/images_new/btn-clients.gif');
}
#menuItemClients:hover {
	background-position: right;
}
#menuItemAbout {
	background-image: url('/images_new/btn-about.gif');
}
#menuItemAbout:hover {
	background-position: right;
}
#menuItemSectors {
	background-image: url('/images_new/btn-sectors.gif');
}
#menuItemSectors:hover {
	background-position: right;
}

/*******************************************  HEADER SUBMENU  *****************************************/

#header ul li ul {
	display: none;
	position: absolute;
	background-color: blue;
	z-index: 1;
	width: 200px;
}
#canLi ul li {
	float: none;
	display: block;
	background-image: url('/images_new/btn-sectors.gif');
}
#canLi:hover ul {
	display: block;
}

/********************************************  INSIDE MENU  *******************************************/

#menu {
	float: left;
	width: 242px;
	border-bottom: 3px #ebf1f5 solid;
	margin: 0px 54px 0px 0px;
	position: relative;
	left: 5px;
}
#menu h1 {
	font-size: 1.5em;
	color: #85a5b9;
	font-weight: bold;
	margin: 0px 0px 0px 17px;
}
#menu ul {
	border: 1px #d8e4eb solid;
	list-style-type: none;
	margin: 17px 0px 0px 0px;
}
#menu li {
	background-image: url('/images_new/page-menu-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 11px;
	width: 210px;
	margin: 0px auto;
	border-bottom: 1px #d8e4eb solid;
	display: block;
	padding-bottom: 12px;
}
#menu li a {
	font-size: .8em;
	color: #7fa1b6;
	position: relative;
	top: 6px;
	left: 15px
}
#menu li a:hover {
	text-decoration: underline;
}
/*
#menu li div {
	width: 190px;
	padding-top: 3px;
	padding-bottom: 8px;
}
*/
#menu li .selected {
	font-weight: bold;
}


/************************************* INSIDE MENU COLOR CHANGE  **************************************/

.headingAboutUs #menu {
	border-bottom: 3px #d9d4d0 solid;
}
.headingAboutUs #menu h1 {
	color: #65533d;
}
.headingAboutUs #menu ul {
	border: 1px #afa59b solid;
}
.headingAboutUs #menu li {
	background-image: url('/images_new/page-menu-bullet-brown.gif');
	border-bottom: 1px #afa59b solid;
}
.headingAboutUs #menu li a {
	color: #65533d;
}
/*.headingAboutUs #menu a span {
	color: #f8d6bd;
}*/
.headingSectors #menu {
	border-bottom: 3px #ffeee2 solid;
}
.headingSectors #menu h1 {
	color: #e47420;
}
.headingSectors #menu ul {
	border: 1px #f8d6bd solid;
}
.headingSectors #menu li {
	background-image: url('/images_new/page-menu-bullet-orange.gif');
	border-bottom: 1px #f8d6bd solid;
}
.headingSectors #menu li a {
	color: #e27522;
}
.headingCandidates #menu {
	border-bottom: 3px #dcdbc8 solid;
}
.headingCandidates #menu h1 {
	color: #5c5737;
}
.headingCandidates #menu ul {
	border: 1px #b9b8a4 solid;
}
.headingCandidates #menu li {
	background-image: url('/images_new/page-menu-bullet-green.gif');
	border-bottom: 1px #b9b8a4 solid;
}
.headingCandidates #menu li a {
	color: #5c5737;
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: Arial, sans-serif;
}
#content {
	width: 950px;
}
#pageMargin #content {
	margin: 40px auto 30px auto;
	
}
#noMargin #content {
	margin: 0px auto;
}
.subMenu{
	color: #f0b080;
	font-weight:bold;
}

.subheader2 {
	font-weight:bold;
}

table.borderbg {
	/*padding: 4px 4px 4px 6px;
	background-color: #FF0000;*/
}

.tddark {
	padding: 4px 4px 4px 6px;
	background-color: #DCDBC8;
}

.tddarkbold { 	
	background-color: #DCDBC8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff
} 

.tddark_small {
	padding: 4px 4px 4px 6px;
	background-color: #DCDBC8;
	font-size: 80%;
}

.tdlight {
	padding: 4px 4px 4px 6px;
	background-color: #EFEEE0;
}

.tdlight1 {
	padding: 4px 4px 4px 6px;
	background-color: #DFDFDF;
}

.tdlight2 {
	padding: 4px 4px 4px 6px;
	background-color: #EEEEEE;
}

.tdwhite {
	padding: 4px 4px 4px 6px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}

.tdmid { 	
	 background-color: #EEEEEE;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 color: #000000
 } 

.tdfinal {
	text-align: right;
	padding: 4px 4px 4px 6px;
	background-color: #FFFFFF;
}

.message {
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
	/*border: 1px solid #000;*/
}

.smalltext {
	font-size: 70%;
}

.buttons2 {
	/*background-color: #9E9C8A;*/
	float: right;
	margin-right: 8px;
	padding: 10px 0 10px 10px;
	height: 40px;
	width: 143px;
	background: url('/images_new/search-tab.gif') no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	border: none;
}

.buttons {
	padding-left: 32px;
	border: none;
	background: url('/images_new/button_mid.gif') no-repeat;
	width: 152px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

.buttonsback {
	padding-left: 32px;
	border: none;
	background: url('/images_new/button_back.gif') no-repeat;
	width: 152px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}


/**********************************************  FOOTER  **********************************************/

#footer {
	width: 950px;
	height: 59px;
	background-image: url('/images_new/footer-bg.gif');
	margin: 0 auto;
}
#footer ul {
	list-style-type: none;
	float: right;
	position: relative;
	top: 30px;
	right: 15px;
}
#footer li {
	float: left;
	padding: 0 10px;
	border-right: 1px #efc76f solid;
	height: 15px;
}
#footer li a {
	position: relative;
	bottom: 3px;
	color: #ffffff;
	font-size: .7em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #copyright {
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}  	

/********************************************  HOME PAGE  *********************************************/

#homeLeft1 {
	width: 361px;
	height: 546px;
	background-image: url('/images_new/home-left-bg1.jpg');
	float: left;
}
#homeLeft2 {
	width: 361px;
	height: 546px;
	background-image: url('/images_new/home-left-bg2.jpg');
	float: left;
}
#homeLeft3 {
	width: 361px;
	height: 546px;
	background-image: url('/images_new/home-left-bg3.jpg');
	float: left;
}
#homeLeft4 {
	width: 361px;
	height: 546px;
	background-image: url('/images_new/home-left-bg4.jpg');
	float: left;
}
#homeLeft5 {
	width: 361px;
	height: 546px;
	background-image: url('/images_new/home-left-bg5.jpg');
	float: left;
}
#homeRight h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	margin: 15px 0px 13px 0px;
}
#homeRight {
	float: left;
	width: 589px;
	color: #5f5f5f;
}
#homeBlockMain {
	height: 160px;
	padding: 0px 0px 0px 7px;
	background-color: #f2f1ed;
	border: 1px #d6d4cb solid;
	border-left: none;
	margin-top: 30px;
}
#homeBlockMain span {
	margin: 0px 11px 0px 0px;
}
#homeRight p {
	font-size: .9em;
	line-height: 1.25em;
	margin: 0px 0px 10px 1px;
}
#homeBlockSub1, #homeBlockSub2 {
	float: left;
}
#homeBlockSub1 {
	padding: 0px 0px 0px 7px;
	width: 262px;
	position: relative;
	top: 53px;
	margin: 0px 20px 0px 0px;
	border: 0px red solid;
}
#homeBlockSub1 h1 {
	color: #7fa1b6;
	border-bottom: 1px #c9d8e0 solid;
	padding: 0px 0px 7px 0px;
	margin: 15px 0px 19px 0px;
}
#homeBlockSub1 form {
	font-size: .9em;
	margin: 17px 0px 0px 20px;
}
#homeBlockSub1 form input {
	margin: 5px 7px 0px 0px;
}
#homeBlockSub1 #voteButton {
	position: relative;
	right: 20px;
	top: 13px;
}
#homeBlockSub2 {
	background-image: url('/images_new/home-jobs-bg.gif');
	background-repeat: no-repeat;
	width: 224px;
	height: 258px;
	padding: 40px 30px 0px 30px;
	position: relative;
	top: 28px;
}
#homeBlockSub2 h1 {
	color: #e47520;
	border-bottom: 1px #f4cdae solid;
	padding: 0px 0px 7px 10px;
	margin: 0px 0px 20px 0px;
}
#homeBlockSub2 h2 {
	padding: 0px 0px 0px 13px;
	font-size: .9em;
	font-weight: bold;
}
#homeBlockSub2 p {
	padding: 0px 0px 0px 12px;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0px 0px 17px 1px;
}
#homeBlockSub2 ul {
	list-style-type: none;
	position: relative;
	left: 15px;
	width: 226px;
}
#homeBlockSub2 li {
	float: left;
	width: 85px;
	padding: 0px 0px 2px 28px;
	background-image: url('/images_new/home-list-bullet.gif');
	background-repeat: no-repeat;
	font-size: .8em;
}
#homeBlockSub2 img {
	position: relative;
	top: 22px;
	left: 29px;
}

/******************************************  PAGE CONTENT  ********************************************/

#pageContent {
	float: left;
	width: 630px;
	min-height: 530px;
	/*border: 1px solid #000;*/
}
#miscellaneousContent {
    width: 950px;
    border: 0px solid red;
}
#searchResultContent {
	float: left;
	width: 900px; 
}
#pageContent h1, #miscellaneousContent h1 {
/*	width: 664px;  */
	font-size: 1.5em;
	color: #85a5b9;
	font-weight: bold;
	padding: 0px 0px 17px 0px;
	border-bottom: 1px #d8e4eb solid;
	margin: 0px 0px 15px 0px;
}
#pageContent p, #pageContent table, #searchResultContent p, #searchResultContent table, #searchResultContent {
	color: #5F5F5F;
	font-size: .9em;
	line-height: 150%;
	margin-bottom: 1.8em;
}
#pageContent p table {
	font-size: 1em;
}
#miscellaneousContent, #miscellaneousContent p, #miscellaneousContent table tr td {
	color: #5F5F5F;
	font-size: 95%;
	line-height: 150%;
	margin-bottom: 1.8em;
}

#pageContent .firstPara {
	color: #7a9fb6;
}
#pageContent ul, #searchResultContent ul, #miscellaneousContent ul {
	list-style-type: square;
	margin-bottom: 1.8em;
	margin-left: 25px;
}
#pageContent ul li, #searchResultContent ul li {
	padding: 0px 0px 10px 15px;
	color: #5F5F5F;
	font-size: .9em;
}

#miscellaneousContent ul li {
	padding: 0px 0px 10px 15px;
	color: #5F5F5F;
	font-size: 1.0em;
}


/* Contact */
.contact 
{
    width: 100%;
}

.contact td {
    padding: 10px 20px 10px 10px;
}

/*********************************************** Site Map ***************************************/
#siteMap {
	font-size: .9em;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
}
#siteMap ul {
	list-style-type: none;
}
#siteMap ul li {
    border: 0px solid red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;    
}
.textList a {
	color: #7EA1B5;
	font-weight: bold;
}

/********************************************** ERROR PAGE ***************************************/

#errorHeader 
{
	color: #5F5F5F;
	font-size: 1.5em;
  margin: 0px 0px 20px 0px;
  }

/**********************************************  FONTS ************************************************/

a {
	text-decoration: none;
}

.header {
    font-size: 1.4em;
    font-weight: bold;
    color: #5F5F5F;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #5F5F5F;
	
}
.headingCandidates .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #5B5837;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #dcdbc8;
}
.headingCandidates h1{
	color: #5B5837;
}

.headingCandidates #pageContent a{
	color: #5B5837;
	text-decoration: underline;
}

.headingClients .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #7EA1B5;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #d8e4eb;
}
.headingClients h1{
	color: #7EA1B5;
}
.headingClients #pageContent a{
	color: #7EA1B5;
	text-decoration: underline;	
}

.headingAboutUs .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #65533F;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #d9d4d0;
}
.headingAboutUs h1{
	color: #65533F;
}
.headingAboutUs #pageContent a{
	color: #65533F;
	text-decoration: underline;
}

.headingSectors .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #E5751F;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px  #f8d6bd;
}
.headingSectors h1{
	color: #E5751F;
}

.headingSectors #pageContent a{
	color: #E5751F;
	text-decoration: underline;
}

.subheaderRegular {
    font-size: 1.0em;
    font-weight: bold;
    color: #5F5F5F; 
}
.subheaderSmall {
    font-size: 1.2em;
    font-weight: bold;
    color: #5F5F5F; 
}
.subheaderSmallMedium {
    font-size: 1.3em;
    font-weight: bold;
    color: #5F5F5F; 
}
.subheaderLarge {
    font-size: 1.5em;
    font-weight: bold;
    color: #5F5F5F; 
}



/**********************************************  SEARCH ************************************************/

#contentsearch {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	/*border: 1px solid #000;*/
	/*background-color: #FF0000;*/
	background-image: url('/images_new/ground-search.gif');
	background-repeat: repeat-y;
	background-position: bottom right;
}

#contenttabsearch {
	height: 36px;
	margin-bottom: 8px;
	border-bottom: 3px solid #5a5836;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
	/*border: 1px solid #000;*/
}

#textcontenttabsearch {
	float: left;
	padding: 0px;
	margin-top: 20px;
	width: 74%;
	background-color: #FFF;
	font-size: 60%;
	text-align: right;
	/*border: 1px solid #000;*/
}

#btcontenttabsearch {
	float: right;
	padding: 0px;
	width: 24%;
	/*border: 1px solid #000;*/
}


.tabsearch {
	float: right;
	margin-right: 8px;
	padding: 10px 0px 10px 8px;
	height: 18px;
	width: 133px;
	background-image: url('/images_new/search-tab.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	/*background-color: #FF0000;*/
	/*border: 1px solid #FF0000;*/
}

.tabsearchon {
	float: right;
	margin-right: 8px;
	padding: 10px 0px 10px 8px;
	height: 18px;
	width: 133px;
	background-image: url('/images_new/search-tab-on.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	/*background-color: #FF0000;*/
	/*border: 1px solid #FF0000;*/
}

.headingCandidates #pageContent #contentsearch #contenttabsearch .tabsearch #linksearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
}

#last_minute_dett3 {
	float: left;
	width: 413px;
	margin: 3px 0px 3px 0px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #B0AAC4;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	border-bottom: 2px solid #FFAE29;
	border-top: 2px solid #FFAE29;
}

#viewsel {
	margin: 4px 0px 0px 0px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #FFF;
	/*border: 1px solid #000;*/
	text-align: right;
}

#numbers {
	margin: 28px 0px 24px 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	/*border: 1px solid #000;*/
	text-align: center;
}


.currentpage {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border: 2px solid #DCDBC8;
	background-color: #DCDBC8;
	color: white;
	font-weight: bold;
}

.headingCandidates #pageContent .newpage {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border: 2px solid #DCDBC8;
	font-weight: bold;
	text-decoration: none;
}

