/* preferred temps website main css  */
body {
	color: #036; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background: url(images-design/nav-back2.gif) 0% 0% repeat-y;
	font-size: 10px; /* default font size */
}
*{color: black; !important; background: white !important;}
html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #holder {
	height: auto;
}
/* this is main wrap which is just inside the body tag */ 
#holder {
	position: absolute;
	top: 0;
	left: 0;
}
h1 {
	font-size: 2.5em;
}
h1, h2, h3, h4, h5, h6, p, div {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: -5px;
}
p {
	margin: 8px 0;
	font-size: 110%;
}
hr {
	border: none;
	width: 100%;
	color: #369;
	height: 1px;
	background-color: #369;
	clear: both;
	margin: 5px 0 10px 0;
}
#formcontent ul, #pagecontent ul, #homecontent ul {
	font-size: 110%;
}
img a {
	border-style: none;
}
a:link, a:visited {
	color: #369;
}
a:hover {
	color: #036;
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100px;
	display: block;
}
/* makes lo-fi logo dissapear */
#logo img {
	display: block;
	width: 250px;
}
#logo span {
	display: block;
	width: 250px;
	height: 100px;

}
#logo a {
	border-style: none;
	display: block;
	width: 250px;
}
/* text under the main navigation on the left  */
#pageinfowrap {
	width: 240px;
}
#infobox {
	display: none;
}

/* main wrap for the page content area  */
#contentwrap {
	margin-left: 10px;
	margin-top: 80px;
	margin-bottom: 1em;
}
/* main page content area  */
#homecontent ul, #pagecontent ul {
	margin-top: 10px;
}
#homecontent li, #pagecontent li {
	margin-top: 5px;
}
#homecontent {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
#homecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
}
#formcontent, #pagecontent {
	padding: 10px 25px 40px 25px;
}
#pagecontent h1, #formcontent h1 {
	letter-spacing: 3px;
	font-style: italic; 
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 20px;
}
#pagecontent h3, #formcontent h3 {
	letter-spacing: 3px;
	font-style: italic; 
	color: #036;
	font-size: 1.8em;	
}
#pagecontent h5, #formcontent h5 {
	margin: 10px 0 0 0;
	letter-spacing: 3px;
	font-style: italic; 
	color: #c66;
	font-size: 1.8em;	
}
.hometitle, .abouttitle, .clienttitle, .relocatetitle {
	text-align: center; /* styling for background images on h1's on these main pages */
	margin-bottom: 20px;
	padding-top: 20px;
	letter-spacing: 3px;
	font-style: italic; 
	color: #036;
}

#pagecontent h4 {
	padding-top: 10px;
	letter-spacing: 3px;
	font-style: italic; 
	color: #036;
	font-size: 1.4em;	
}
#homecontent h2 {
	font-size: 1.1em;
}
#pagecontent h2, #formcontent h2 {
	margin: 10px 0 0 0;
	letter-spacing: 2px;
	font-style: italic; 
	color: #c66;
	font-size: 1.7em;	
}
#pagecontent h6, #formcontent h6, #homecontent h6 {
	display: none;
}
#passionate {
	margin-top: 150px;
	margin-bottom: 100px;
}
#passionate h4 {
	font-family: Arial, Helvetica, sans-serif;
}
/* three column layout on home page  */
#columnbox {
	width: 100%;
	margin-top: 20px;
}
#columnleft, #columnmiddle, #columnright {
	padding: 0 10px 0 10px;
	margin: 0;
	float: left;
	width: 28%;
	text-align: justify;
	border-right: 1px dashed #69c;
}
#columnright {
	border-right: none;
}
/* Navigaton on top right of page  */
#topnavwrap {
	display: none;
}


/* main wrap for left navigation */
#navwrap {

}
#mainnav {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #9cf;
	background-color: #036;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
}
 #footer p {
	margin: 2em 0 .6em 1em;
	padding: 0;
}
#footer span {
	position: absolute;
	top: 5px;
	left: 5px;
}
#footer a {
	color:  #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Table for job listing */
#jobstable table {
	margin: 10px 0;
	padding: 2px;
	width: auto;
	border: 1px solid #69c;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images-design/job-back.gif) left top repeat-y;
}
/* navigation above the job listings */
#jobnavwrap {
	display: none;
}
#jobcomments {
	float: right;
	width: 180px;
	margin: 20px 30px 0 0;
	padding: 20px ;
	border: dashed 1px #c66;
}
#jobcomments p {
	margin: 0;
	padding: 0 0 20px 0;
	background: #fff url(images-design/pointer.gif) left bottom no-repeat;
}
#jobtopnav {
	width: 50%;
}
#jobtopnav ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}
#jobtopnav li a:link, #jobtopnav li a:visited {
	display: block;
	padding: 5px 1px 5px .5em;
	border-left: 8px solid #633;
	border-right: 1px solid #633;
	background-color: #c66;
	color: #fff;
	text-decoration: none;
	width: 170px;
	border-bottom: 1px solid #633;
}
#jobtopnav li a:hover {
	background-color: #633;
	color: #fff;
	border-bottom: 1px solid #633;
}
/* styling for job tables _includes background */
#jobstable th {
	width: 85px;
	text-align: right;
}
#jobstable th p {
	color: #fff;
	text-transform: uppercase;
	margin: 10px 15px 0 0;
	font-size: 60%;
}
#jobstable th {
	vertical-align: text-top;
}
#jobstable td {
	vertical-align: text-top;
	padding: 0px 5px;
	font-size: 60%;
	color: #369;
}
#inquire {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images-design/job-corner.gif) right bottom no-repeat;
}
#inquire p {
	font-size: 100%;
	font-weight: bold;
	padding: 0 5px 0 0;
}
#inquire a {
	color: #036;
}
#picon {
	background: url(images-design/picon.gif) 20px 100% no-repeat;
}
#sectors {
	position: absolute;
	top: 45px;
	right: 0;
	width: 180px;
}
/* Orange brown boxes at top of each of these pages */
#addressbox, #resumebox, #testingbox, #hoursbox, #searchbox, #clientbox, #newsbox {
	color: #c66;
	border-top: 1px solid #c66;
	border-bottom: 1px solid #c66;
	margin: 25px 0 25px 0;
	padding: 2px 5px 10px 5px; 
}


#photocapright, #photocapleft {
	list-style-type: none;
}
#photocapright li, #photocapleft li {
	margin-left: 0px;
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
	color: #933;
}
#photocapright li {
	float: right;
}
#photocapleft li {
	float: left;
}
#photocapright img, #photocapleft img {
	border: 1px solid #933;
	display: block;
}
#terms {
	border: 1px solid #369;
	text-align: center;
	margin-top: 20px;
	padding: 25px;
	width: auto;
}
.backtotop { /* apply paragraph, then class, then link for back to the top */
	float: right;
	padding: 2px 0 4px 20px;
	background: url(images-design/backtotop.gif) left center no-repeat;
}
p.backtotop a:link {
	color: #c66;
}
.center {
	text-align: center;
}

.piclefttop {
	float: right;
	margin: 10px 5px;
}
.picrighttop {
	float: right;
	margin: 3px 5px;
}
.picleft {
	float: left;
	margin: 10px;
}
.picright {
	float: right;
	margin: 10px 5px;
}
.clearfloat {
	clear: both;
}
.bold {
	font-weight: bold;
}
.centerboldred {
	text-align: center;
	font-weight: bold;
	color: #933;
}
.redhighlight {
	color: #f00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mandatory {
	margin-top: -15px;
	margin-right: 5px;
	text-align: right;
	color: #390;
	font-size: 90%;
	font-weight: 300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.greenhighlight {
	color: #6c3;
}
.testimonials {
	font-style: italic;
	color: #c66;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.testimonialsbold {
	font-style: italic;
	font-weight: bold;
	color: #c66;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hrtan {
	border: none;
	width: 100%;
	color: #c66;
	height: 1px;
	background-color: #c66;
	clear: both;
	margin: 0;
}

























