/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* Remove border around linked images */
img {
	border: 0;
}

#wrapper {
	width: 740px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* =Typography
-----------------------------------------------------------------------------*/

html {
	font-size: 125%;
}

body {
	text-align: center;
	background-color: #f1edd4;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 50%;
	line-height: 1.4;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

#content a {
	color: #990000;
}
#content a:hover {
	background-color: #f1edd4;
	color: #990000;
}


/* =Branding
-----------------------------------------------------------------------------*/

#header h1 {
	text-indent: -5000px;
	background:url(/images/header/allstafflogo.gif) no-repeat 7px 30px;
	width: 118px;
	height: 58px;
	margin: 0px;
	padding: 30px 0px 0px 7px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

#header {
	height: 140px;
	margin: 0;
	padding: 0;
	background-image: url(/images/header/banner.jpg);
	background-repeat: no-repeat;
	background-color: #990000;
}

#mainNav {
	margin: 10px 0px 0px 18px;
	padding: 0px;
	list-style: none;
	width: 500px;
}

#mainNav li {
	float: left;
	height: 36px;
}

#mainNav a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px 15px;
}

body.home #mainNav a#home {
	background:url(/images/header/1homeTab.jpg) no-repeat;
	color: #990000;
}
body.candidates #mainNav a#candidates {
	background:url(/images/header/2candidatesTab.jpg) no-repeat;
	color: #990000;
}
body.clients #mainNav a#clients {
	background:url(/images/header/3clienttTab.jpg) no-repeat;
	color: #990000;
}
body.contact #mainNav a#contact{
	background:url(/images/header/4contactTab.jpg) no-repeat;
	color: #990000;
}
#mainNav a:hover#home {
	background:url(/images/header/1homeTab.jpg) no-repeat;
}
#mainNav a:hover#candidates {
	background:url(/images/header/2candidatesTab.jpg) no-repeat;	
}
#mainNav a:hover#clients {
	background:url(/images/header/3clienttTab.jpg) no-repeat;	
}
#mainNav a:hover#contact {
	background:url(/images/header/4contactTab.jpg) no-repeat;	
}
#mainNav a#home, #mainNav a#candidates, #mainNav a#clients, #mainNav a#contact {
	color: #FFFFFF;
}
#mainNav a:hover#home, #mainNav a:hover#candidates, #mainNav a:hover#clients, #mainNav a:hover#contact {
	color: #990000;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#content {
	background-image: url(/images/home/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right;

}

#primaryContent {
	width: 430px;
	float: left;
	margin: 0px;
	background-image: url(/images/header/bannerTail.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.imgLeft {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgRight {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#primaryContent h2 {
	width: 240px;
	margin: 0px 0px 0px 176px;
	padding: 0px;
}

h2 {
	color: #990000;
	font-size: 16px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h3 {
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
h4 {
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}





/* =Secondary Content
-----------------------------------------------------------------------------*/

#secondaryContent {
	width: 250px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#secondaryContent form {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#secondaryContent input {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#secondaryContent img {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 20px;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background-color: #990000;
	background-image: url(/images/header/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 45px;
	width: 730px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #FFFFFF;
	line-height: 16px;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCC66;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

.searchTable {
	border: 1px solid #990000;
	padding: 0px;
	width: 290px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
}
.vacancyTable {
	border: 1px solid #990000;
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
}
.sectorRow {
	padding: 5px;
/*	width: 290px; */
	margin: 0px;
	background-color: #f1edd4;
}
.titleRow {
	background-color: #D0C271;
	padding: 5px;
/*	width: 290px; */
	margin: 0px;
}
.descRow {
	margin: 0px;
	padding: 5px;
/*	width: 290px; */
}
.searchRight {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 100px;
	text-align: right;
	color: #990000;
}
.jobTitle {
	margin: 0px;
	padding: 0px;
	color: #990000;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
.grey {
	color: #999999;
}
