﻿body
{
	font-family: Arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
a
{
	color: Orange;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}



# navlist li
{
	padding-left: 10px;
	background-image: url(images/TickSmall.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


#BackGround
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -1;
}

.DivOverall
{
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}

.DivContent
{
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1280px;
	padding-top: 10px;
}

/* Sub title on content pages */
.Label1
{
	color: #333235; /*#f18101;	*/
	font-size: 11pt;
	font-weight: 900;
	vertical-align: middle;
}

/* Contact us - field names */
.Label2
{
	font-size: 10pt;
	font-weight: 900;
}

/* Homepage titles */
.Label3
{
	color: #333235;
	font-size: 14pt;
}

/* Homepage content */
.Label4
{
	color: #6d6d6d;
	font-size: 10.5pt;
}

/* Page Titles */
.Label5
{
	color: #333235;
	font-size: 14pt;
}

/* Page Content */
.Label6
{
	color: #6d6d6d;
	font-size: 10.5pt;
}

/* Left Nav Titles */
.Label7
{
	color: #333235;
	font-size: 14pt;
}

/* Page content - quotes */
.Label8
{
	color: #e59117;
	font-size: 11pt;
}

/* Left Nav Titles */
.Label9
{
	color: #e59117;
	font-size: 10pt;
}

/* Contact Us - Small Print */
.Label10
{
	font-size: 8pt;
}

/* Contact Us - SubTitle */
.Label11
{
	font-size: 10pt;
}

/* Clients - Name */
.Label12
{
	font-size: 10pt;
	font-weight: 900;
}

/* Job Criteria */
.Label13
{
	color: #333235;
	font-size: 12pt;
}

.Link1
{
	/** NOT USED **/
}

/* Left Nav Links */
.Link2
{
	color: #888888;
	font-size: 8pt;
	text-decoration: none;
	font-weight: 900;
}

/* External site links on clients */
.Link3
{
	font-size: 10pt;
	color: #f18101;
}

/* News Archive Link */
.Link4
{
    color: #666666;
	font-size: 9pt;
	font-weight: bolder;
	text-decoration: none;
}

/* Job links */
.Link5
{
    color: #6d6d6d;
	font-size: 10.5pt;
}

/* Top Nav */
.Table1
{
	background-color: #ffffff;
	width: 80%;
	height: 125px;
}

/* Bottom Nav */
.Table2
{
	background-color: #ffffff;
	width: 80%;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* Content - Surrounding Table */
.Table3
{
	width: 80%;
}

/* Content - Left Nav */
.Table4
{
	background-color: #ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Content - Content */
.Table5
{
	background-color: #ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width:100%;
}

/* Left Nav Links */
.Table6
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #dddddd;
	display: block;
}


/* Content - Homepage */
.Table7
{
	width: 80%;
	background-color: #ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

/* Contact Us - Evaluation form */
.Table8
{
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	padding: 5px;
}

/* News Item */
.Table9
{
    border-bottom: solid 1px #dddddd;
}

/* Archive Links */
.Table10
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
}

/* Other Available Jobs Links Table */
.Table11
{
    background-color: #eeeeee;
	border: solid 1px #cccccc;
	padding: 5px;
}

/* Top Nav Links */
.TableCell1
{
	padding-right: 15px;
}

/* Bottom Nav Links */
.TableCell2
{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.TableCell2:hover
{
	background-image: url(   '../Images/BackGrounds/BackGround2.gif' );
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}

.List
{
	list-style-image: url( '../Images/TickSmall.png' );
}

