/********************************************************************
	TRAK Employment Solutions
		Default Style Sheet
			<steve@egsystems.co.uk>
********************************************************************/

/* Zero all margins and padding */
* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

/* Named Structural DIVs and sub elements */
#masthead {
	width: 100%;
	min-width: 960px;
	height: 100px;
	margin: 0 auto 0 auto;
}

/*
#masthead.index {
}
*/

#banner {
	width: 100%;
	height: 100px;
	float: left;
	background: url(../images/trak_logo.gif) 15px 15px no-repeat;
}

#bullets {
	width: 450px;
	height: 100px;
	margin-left:  300px;
	background: url(../images/masthead_bullets.gif) 0 22px no-repeat;
}

/* Top Nav */
#nav {
	display: inline; /* fix IE6 double-margin bug */
	width: 100%;
	min-width: 740px;
	height: 28px;
	float: left;
}

#nav a {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	float: left;
	height: 21px;
	text-decoration: none;
	color: #fff;
	font: bold 12px/21px  Arial, Helvetica, sans-serif;
	padding: 0 12px 0 12px;
}

#nav a:hover {
	background-color: #36a;
}

#nav a.current {
	color: #f8ec02;
	background-color: #36a;
}

#nav a.first {
}

#nav a.last {
}


/* Sidebar on homepage */
#sidebar {
	width: 100px;
	height: 400px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}

#sidebar img {
	margin: 18px 0 0 0 !important;
}

#sidebar a {
	font: 11px/13px Arial, sans-serif;
	text-decoration: none;
	color: #eee;
}

#sidebar a:hover {
	color: #fd0;
}

/* Splash page */

#splash_text {
	/*margin: 0 auto 0 auto;*/
	margin: 0 0 0 160px;
	width: 740px;
	color: #eee;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid transparent; /* FF adds space above otherwise */
}

#splash_text h1 {
	margin:  12px 0 5px 0;
	color: #eee;
}

#splash_text a {
	text-decoration: none;
}

#splash_text a:hover {
	color: #f8ec02;
}

#splash_text p {
	display: block;
	line-height: 15px;
}

#splash_jobs {
	width: 480px;
	height: 192px;
	margin: 12px 0 0 0;
	background: transparent url(../images/splash_jobsbg.gif) 0 0 no-repeat;
	overflow: hidden;
}

#splash_jobs a {
	color: #f8ec02;
}

#splash_jobs h1 {
	color: #f8ec02;
	font-size: 18px;
	margin: 0;
}

#splash_jobs ul {
	list-style : none outside;
	margin-left: 0;
	margin-bottom: 18px;
}

#splash_jobs li {
	width: 420px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-left: 12px;
	background: url(../images/bullet_arrow.gif) 0 5px no-repeat;
}

#content {
/*	width: 740px; */
	width: 780px;
	min-height: 385px;
	padding-left: 30px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding-top: 0;
	padding-bottom: 30px;
}

#content.index {
	width: 100%;
	height: 442px;
	padding: 0;
	margin: 0;
}

#content.news {
	margin: 0;
}

#content a.applylink {
	text-decoration: none;
}

#content img {
	border: none;
	margin-bottom: 10px;
}

#content img.title {
	margin-top: 20px;
}

#content img.left {
	margin: 5px 15px 0 0;
	float: left;
}

#content img.right {
	margin: 5px 0 0 15px;
	float: right;
}

#content img.icon {
	margin: 6px 8px 6px 0;
	float: left;
}

#content img.center {
	display: block;
	margin: 5px auto 0 auto;
}

#indent_column {
	/*width: 520px;*/
	width: 640px;
}

#footer {
	clear: both;
	width: 100%;
	min-width: 740px;
	height: 30px;
	margin: 0 auto 0 auto;
	font: normal normal 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #4689C8;
}

#footer.index {
	color: #fff;
	border: none;
}

#footer_left {
	float: left;
	width: 420px;	
	text-align: left;
	padding-left: 5px;
}

#footer_right {
	float: right;
	width: 300px;	
	text-align: right;
	padding-right: 5px;
}

#footer a {
	text-decoration: none;
	color: #555;
}

#footer a:hover {
	text-decoration: underline;
}

#footer.index a {
	color: #fff;
}

/* Logos */
#logos {
	border-collapse: collapse;	
}

#logos td {
	vertical-align: middle;
	padding: 0 8px;
}


/* Filter Form */
#form_jobfilter table {
	width: 100%;
	height: 30px;
	background-color: #48c;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#form_jobfilter table td {
	color: #fff;
	vertical-align: middle;
	padding-left: 3px;
}

#sel_location {
	width: 140px;
}

#sel_rate_min {
	width: 65px;
}

/* Elements */
body {
	font: normal normal 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff url(../images/pagebg.jpg) right 0 no-repeat;
	min-width: 790px;
}

body.index {
	background: #59d url(../images/pagebg_index.jpg) right 0 no-repeat;
	min-width: 780px;
}

a {
	color: #059;
}

a:hover {
	color: #c90;
}

a img {
	border: none;	
}

h1 {
	font: normal 24px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 25px 0 8px 0;
	color: #059;
}

h2 {
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
}

h3 {
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

li {
	margin-bottom: 5px;
}

p {
	margin: 0 0 11px 0;
	font: normal normal 13px/16px Verdana, Arial, Helvetica, sans-serif;
}

table.inline {
	width: 100%;
	border-collapse: collapse;
}

table.inline td {
	line-height: 17px;
}

td {
	vertical-align: top;
	font-size: 11px;
	line-height: 22px;
	padding-right: 10px;
}

ul {
	padding-bottom: 13px;
	margin-left: 16px;
	margin-top: 5px;
	list-style: outside;
}

ul.tight {
	margin-top: 13px;
}

ul.tight li {
	margin: 0 0 2px 0;
}

ul.jobsummary {
	width: 315px;
	color: #fff;
	list-style: none outside none;
}

ul.jobsummary li a {
	color: #fff;
	font: normal normal 12px/17px Arial, Helvetica, sans-serif !important;
}

/* Subclassed Divs and COLUMN Divs */
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px; /* IE6 adds extra height otherwise */
}

div.jobbox {
}

/* Generic Subclasses */
.screenreader {
	display: none;
}

.big {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #666;
}

.extratop {
	margin-top: 25px;	
}

.doublespace {
	line-height: 22px;
}

.tight {
	margin-top: 0 !important;	
}

.right {
	text-align: right !important;	
}

.small {
	font: normal normal 10px/13px Verdana, Arial, Helvetica, sans-serif !important;
}

.strong {
	font-weight: bold;
}

.smallcaps {
	font-variant: small-caps;
}

/* Scroller Container */
#marqueecontainer {
	position: relative;
	width: 440px;
	height: 155px;
	margin: 10px 0 0 10px;
	overflow: hidden;
	padding: 8px;
}

/* Articles */
/* @EG 08-02-2010 'all-one-page' style */

/* List */
#article_list {
	width: 180px;
	float: left;
}

#article_list h1 {
	font-size: 18px;
	line-height: 22px;
}

#article_list a {
	text-decoration: none;
	font-size: 11px;
	color: #555;
}

#article_list a:hover {
	color: #36a;
}

#article_list li {
	margin-bottom: 16px;
	line-height: 13px;
}

#article_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Article Body */
#article_body {
	width: 580px;
	min-height: 420px;
	float: right;
	border-left: 1px dotted #36a;
	padding-left: 15px;
}

#article_body .summary_only {
	display: none;
}

#article_body h1 {
	font-size:  22px;
	margin-bottom: 11px;
}

#article_body h2 {
	font-size: 12px;
}

/* Testimonials */
div.testimonial {
	margin-bottom: 30px;
	width: 80%;
}

div.testimonial p {
	font-style: italic;
	margin: 0;
}

div.testimonial .quote {
	font: bold 24px/14px Georgia, serif;
	color: #48c;
	vertical-align: bottom;
}

div.testimonial .endquote {
	font: bold 24px/14px Georgia, serif;
	color: #48c;
	vertical-align: bottom;
	text-align: right;
	margin: -8px 4px 0 0;
}

div.testimonial p.attribution {
	font-style: normal;
	font-size: 11px;
	margin: 0;
	text-align: right;
}

/* */