body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#262728;
	background:#fff url(../images/bodyBG.jpg) repeat-x left top;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
	overflow:scroll;
}
#outerwrapper {
	margin:0px auto;
	width:1003px;
	text-align:left;
	min-height:100px;
}
#wrapper {
	width:1003px;
	float:left;
	font-size:1.2em;
	min-height:100px;
	border:1px solid #000000;
	border-top:none;
	background:#fff url(../images/wrapperBG.jpg) repeat-y left top;
}
#home #wrapper {
	background:#fff;
}

#masthead {
	float:left;
	width:1003px;
	min-height:111px;
	background:url(../images/mastheadBG.jpg) repeat-y left top;
}

#content {
	float:left;display:inline;
	min-height:200px;
	width:774px;
	margin:0 15px 0 214px;
	padding-bottom:10px;
}
#error #content {
	margin:0;
}
#subcontent {
	width:203px;
	float:left;display:inline;
	margin:0px 0 15px -1003px;
	min-height:200px;
}

#home #content {
	width:1003px;
	margin:0;
	padding:0;
}
#footer {
	clear:both;
	width:1003px;
	height:25px;
	background:#262728;
	
}
#lowerSection {
	clear:both;
	float:left;
	width:1003px;
	background:#fff url(../images/sectionBG.jpg) repeat-x left top;
	min-height:148px;
}
.leftC {
	float:left;display:inline;
	width:265px;
	height:140px;
	background:url(../images/employerBG.jpg) no-repeat left top;
	margin:1px 55px 0 40px;
}
.midC {
	float:left;display:inline;
	width:265px;
	height:140px;
	background:url(../images/workerBG.jpg) no-repeat left top;
	margin:1px 35px 0 0px;
}
.rightC {
	float:left;display:inline;
	background:url(../images/nfdc.gif) no-repeat 95% 100%;
	margin:15px 0 0 0;
	width:320px;
	height:123px;
}
.left {
	float:left;
	width:420px;
	margin:32px 0 0 40px;
}
.right {
	float:right;
	width:474px;
	height:365px;
	margin:0px 0 0 0px;
	background:url(../images/rightBGHome.jpg) no-repeat left top;
}
.inset {
	margin:30px 10px 10px 10px;
}


/*------------------------ classes for styling-------------------------*/
.alert, .req {
	color:#aa0910;
}


/*------------------------------basic stuff ------------------------*/
p {
	margin:0 0 10px 0;
	line-height:16px;
}
p.breadcrumb {
	font-size:0.9em;
}
p.breadcrumb a {
	color:#262728;
}
p.webcredit {
	float:right;
	font-size:1.1em;
	margin-top:5px;
}
p.insetText {
	margin:0 10px 10px 10px;
}
p.clear {
	clear:both;
}
h1 {
	font-size:1.7em;
	margin-bottom:10px;
	color:#3a1e30;
}
h2 {
	font-size:1.5em;
	margin-bottom:10px;
	color:#3a1e30;
	clear:both;
}
#subcontent h2 {
	margin-left:10px;
	margin-top:28px;
}
a {
	text-decoration:none;
	color:#45223c;
}
a.selected {
	color:#aa0910;
}
a:hover {
	text-decoration:underline;
}
.rightC h2 {
	font-size:1.4em;
}
.leftC h2, .midC h2 {
	text-transform:uppercase;
	font-size:1.1em;
	margin:16px 0 0 15px;
	letter-spacing:1px;
}
.leftC h2 a, .midC h2 a  {
	color:#fff;
	display:block;
}
.leftC h2 a:hover, .midC h2 a:hover, h2 a.selected {
	background:url(../images/arrowBox.gif) no-repeat 95% 50%;
	text-decoration:none;
}
.leftC p, .midC p {
	font-size:0.9em;
	margin:10px 20px 0 15px;
	width:180px;
	line-height:14px;
	
}
ol {
	margin:0 0 0 18px;
}
ol li {
	margin-bottom:10px;
}

/*-------------------------------------lists-------------------------*/
#home ul.menu {
	background:url(../images/menuBGHome.jpg) no-repeat left top;
}
ul.menu {
	background:url(../images/menuBG.jpg) no-repeat left top;
	width:1003px;
	width:988px;
	height:47px;
	height:36px;
	float:left;
	list-style:none;
	padding:11px 0 0 15px;
	position:relative;
	z-index:10;
}
.menu li {
	background:#fff;
}
.menu li.noBorder {
	background:none;
}
.menu li, .menu li a {
	float:left;
	display:inline;
}
.menu li a {
	text-transform:uppercase;
	font-size:1.2em;
	padding:0 25px 0 25px;
	line-height:23px;
	color:#fff;
	background:#262728;
	margin-right:1px;
}
.menu li a:hover, .menu li a.selected {
	text-decoration:none;
	background:#e6b943;
	color:#262728;
}



#footer ul {
	float:left;
	display:inline;
	list-style:none;
	margin:0 0 0 10px;
	color:#fff;
	font-size:0.9em;
	
}
#footer li, #footer li a  {
	float:left;
	display:inline;
	line-height:25px;
}
#footer li.first {
	margin-right:590px;
}
#footer li a {
	color:#fff;
	margin-left:10px;
}
/*-----------------------------images-------------------------------*/
img {
	border:none;
}
img.logo {
	margin:0 0 0 11px;
	float:left;display:inline;
}
img.left {
	float:left;display:inline;
	margin:0 10px 10px 0;
}
img.right {
	float:right;display:inline;
	margin:0 0 10px 10px;
}
#pager img {
	position:relative;
	top:3px;
}
img.strap {
	float:right;display:inline;
	margin:54px 30px 0 0;
	
}
/*----------------------------forms ---------------------------*/
input,select,textarea {
	border:1px solid #000000;
	background:url(../images/inputBG.jpg);
	background:url(../images/inputBG_n.jpg) repeat-x left top;
	margin-right:10px;
}
textarea {
	background:#f8f8f8;
}
input {
	width:200px;
}
input.checkbox {
	width:30px;
	border:none;
	background:none;
}

label {
	float:left;
	width:150px;
}
label.clear {
	display:block;
	float:none;
}

form.search {
	float:right;
	width:200px;
	margin:55px 20px 0 0;
	display:inline;
}
.search p {
	float:left;
}
.search input {
	float:left;
	width:170px;
	height:21px;
	padding:4px 25px 0 5px;
	margin:0;
}
.search input.btn {
	width:15px;
	margin:3px 0 0 -15px;
	border:none;
	padding:0;
	background:url(../images/arrow.jpg) no-repeat left center;
}

form.searchWorkers {
	float:left;
	display:inline;
	margin:0 0 10px 10px;
}
.searchWorkers label {
	display:block;
}
.searchWorkers select {
	width:180px;
}
form.login, form.register, form.lostPassword, form.registerFullDetails, form.changePassword, form.changeEmailAddress, form.contactForm,form.contactThisWorker {
	padding:10px 10px 3px 10px;
	border:1px solid #262728;
	background:#e6b943;
	margin-bottom:10px;
}
input.btnS  {
	padding:0 10px 0 10px;
	width:auto;
}
a.solid {
	padding:10px;
	padding:3px 13px 3px 13px;
	border:1px solid #262728;
	color:#000000;
	margin:0px 0 10px 0;
	width:auto;
	float:left;
}
input.inputHover, a.solid:hover, a.solid:active {
	background:#262728;
	color:#fff;
}
a.solid:hover {
	text-decoration:none;
}
.contactForm legend {
	font-size:1.2em;
	font-weight:bold;
}
.contactForm textarea {
	width:200px;
	height:100px;
}
p.req {
	margin-left:5px;
	color:#aa0910;
}
.textAreaWrapper, .recaptchaWrapper {
	position:relative;
}
.textAreaWrapper .alert {
	position:absolute;
	top:0px;
}
.recaptchaWrapper .alert {
	position:absolute;
	top:0px;
	left:480px;
}
.recaptchaWrapper input {
	width:auto;
	position:relative;
	left:0px;
}
.recaptchaWrapper {
	width:700px;
}

/*-------------------------------tables ----------------------------
this for the ajax table */

table.workerSearchResults {
	border:1px solid #000000;
	margin-bottom:10px;
	border-collapse:collapse;
}
.workerSearchResults td {
	padding:4px 2px 4px 2px;
	vertical-align: top;
	
}


.workerSearchResults tr.even {
	background:#eee;
}
/*--------------------- 404 error page ----------*/


#error #content {
	background:#fff;
	width:100%;
}
#error404 {
	margin:20px auto 20px;
	height:321px;
	width:701px;
	background:url(../images/error404.jpg) no-repeat center top;
}
#errorContainer {
	float:left;
	margin:70px 0 0 76px;
	margin:70px 0 0 95px;
	display:inline;
	width:410px;
}