﻿/* layout divs */ 

#PageBox {
	position: relative;
	width:770px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background-image: none;
	background-color: #FFFFFF;
}

#mast {
	position: relative;
	left: 0px;
	top: 0px;
	width:770px;
	height: 134px;
	background-image: url(../images/subpg-mast-bgd.jpg);	
}

#content {
	width:770px;
	height: 409px;
	position: relative;
	top: 0;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/temps-bgd.jpg");
}
#footer {
	position: relative;
	top: 0px;
	height: 69px;
	width: 770px;
	background-image: url(../images/footer-bgd.gif);
}

/******* about text box *******/

.temps{
	position:absolute;
	left:179px;
	top:18px;
	width:419px;
	height:323px;
	z-index:1;
	text-align: left;
}

/* floating objects */

.QuickJS{
	position:absolute;
	bottom: 2px;
	right: 220px;
	width:191px;
	height:23px;
	z-index:3;
	margin: 0px;
	left: 386px;
	top: 108px;
}
.PSP-logo{
	position:absolute;
	left:50px;
	top:45px;
	z-index:2;
	width:165px;
	height:43px;
}
.advantageheading{
	position:absolute;
	top: 59px;
	left: 402px;
	width:237px;
	height:19px; 
	text-align: center;
}
.copyright {
	position: absolute;
	left:10px;
	bottom: 15px;
	width:281px;
	height:16px;
	z-index:8
}
.legals {
	position:absolute;
	left:335px;
	bottom:3px;
	width:430px;
	height:18px;
	z-index:11;
}
.leftlist{
	position:absolute;
	left:10px;
	top:12px;
	width:115px;
	height:161px;
	z-index:1;
}
.rightlist{
	position:absolute;
	left:649px;
	top:12px;
	width:115px;
	height:179px;
	z-index:2;
}
.applynow{
	position:absolute;
	left:357px;
	top:389px;
	width:60px;
	height:16px;
	z-index:3
}
.windsortimesheet{
	position:absolute;
	left:2px;
	top:197px;
	width:129px;
	height:27px;
	z-index:4;
	text-align: center;
}
.wokinghamtimesheet{
	position:absolute;
	left:638px;
	top:197px;
	width:133px;
	height:27px;
	z-index:5;
	text-align: center;
}
/* text styles*/

.main-menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #878C8B;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .25px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.breadcrumb{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #878C8B;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .25px;
	width: 350px;
	position: absolute;
	bottom: 15px;
	left: 20px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #d2586d;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b7bebc;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0em;
	margin: 0px;
}
th {
	font-weight: bold;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/


.employers{
	color: #9c8772;
	padding: 10px;
}