@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #cce9f6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.4em;
	color: #003948;
}
.searchNow {
	font-size: 1.1em;
	font-style: italic;
}
.mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	color: #003948;
}
h1 {
	font-size: 1.3em;
	color: #003948;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #003948;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	font-style: italic; 
}
h4 {
	font-size: 1.1em;
	color: #003948;
	margin: 0;
	padding-top: 18px;
	padding-bottom: 4px;
	font-style: italic;
}
h5 {
	font-size: 1.1em;
	color: #f99b1d;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
	font-style: italic;
}
h6 {
	font-size: 1.5em;
	color: #003948;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 0px;
}
a {
	color: #0091d1;
	text-decoration: none;
}
a:hover{
	color: #cce9f6;
	text-decoration: none;
}
.container {
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainContent {
	padding: 18px 10px 0px 42px;
	background-color: #ffffff;
	text-align: left;
}
.topBanner {
	height: 100px;
	background-color: #0091d1;
	border: 0px solid red;
}
.imageArea {
	background-color: #ffffff;
}
.topNav {
	background-color: #003948;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 42px;
	height: 20px;
	color: #f99b1d;
}
.topNav h1 {
	float: left;
}
.topNav ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.topNav li {
	margin: 0px;
	padding: 0px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	list-style: none;
	font-style: normal;
	/*background-image: url(../images/bullet_general.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;*/
}
.topNav li a{
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	padding-bottom: 8px;
	width: 192px;
	text-align: center;
	color: #FFFFFF;
}
.topNav li a:hover{
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	padding-bottom: 8px;
	width: 192px;
	text-align: center;
	color: #f99b1d;
}
.generalNav {
	color: #f99b1d;
	font-style: normal;
	width: 770px;
	background: #cce9f6;
	height: 45px;
}
.generalNav ul {
	float: right;
	padding-right: 25px;
	margin-top: 16px;
}
.generalNav li{
	background-image: none;
	list-style: none;
	font-style: normal;
	display: inline;
	padding-left: 10px;
}
.generalNav li a:hover {	
	color: #FFFFFF;
}
.subArea {
	background-color: #cccccc;
	padding-left: 42px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.subArea h1{
	padding-left: 0px;
}
.subArea ul {
	padding: 0;
	padding-left: 0px;
	margin: 0; 
}
.subArea li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	line-height: 1.5em;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	display: inline;
	background-image: url(../images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: #003948;
}
.logo {
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 25px;
	float: right;
}
.topText {
	padding-top: 35px;
	padding-right: 40px;
	float: right;
}
.topTextReversed {
	padding-top: 35px;
	padding-right: 40px;
	float: right;
	display: none;
}
.footer {
	background-color: #003948;
	padding-left: 42px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.footer p {
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 1em;
}
.bodyText {
	
}
.bodyTextReversed {
	display: none;
}
.tempWellington {
	float: right;
	background-image: url(../images/temp_button.gif);
	background-repeat: no-repeat;
	padding-top:4px;
	padding-left: 4px;
	padding-right: 9px;
	height: 30px;
	color: #003948;
	width: 170px;
	margin-right: 0px;
	font-size: 11px;
	font-style: italic;
	border: 0px solid red;
	text-align: center;
}
.orangeText {
	color: #f99b1d;
	padding-bottom: 4px;
}
.whiteText {
	color: #ffffff;
}
.blueText {
	color: #0091d1;
}
.topRightTxt {
	float: right;
	text-align: right;
	padding-right: 30px;
	padding-top: 20px;
}
.topRightTxt p{
	font-size: 1.5em;
	line-height: 1.4em;
	font-style:italic;
}
.icons {
	padding-top: 1px;
	padding-right: 3px;
}
.aboutUsWrapper {
	border: 0px solid red;
	background-color: #003948;
	height: 120px;
}
.aboutUsWrapper p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.headerBlue {
	background-color: #003948;
	padding-top: 10px;
}
.headerBlue p{
	color: #FFFFFF;
	padding-left: 40px;
	padding-bottom: 10px;
}
.aboutUsImage {
	width: 110px;
	border: 0px solid black;
	float: left;
}
.aboutUsImage a{
	color: #FFFFFF;
	display: block;
	padding-bottom: 7px;
}
.aboutUsImage a:hover{
	color: #f99b1d;
}
.aboutUsImage img{
	float: left;
	padding-bottom: 6px;
}
.aboutUsImage p{
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 11px;
	text-align: center;
}
.leftSplit {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 385px;
	float: left;
}
.leftSplit p, .leftSplit h1, .leftSplit h2, .leftSplit h3, .leftSplit h4, .leftSplit h5, .leftSplit table{
	margin-left: 40px;
	margin-right: 20px;
}

 .leftSplit table,  .rightSplit table {
 	margin-bottom: 20px;
 }
.rightSplit p, .rightSplit h1, .rightSplit h2, .rightSplit h3, .rightSplit h4, .rightSplit h5, .rightSplit table {
	margin-left: 40px;
	margin-right: 20px;
}
.rightSplit table p, .leftSplit table p {
	padding-left: 0;
	margin-left: 0;
}
.rightSplit {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 385px;
	float: left;
}
div {

}
.smTxt {
	font-size: 10px;
}
.contactDetails p{
	padding-bottom: 0px;
}
.splitPage {
	float: left;
	width: 330px;
	padding-left: 20px;
}
.subNavHeader {
	display: block;
	color: #003948;
	list-style: none;
	background-image: none;
}
.whiteTxt {
	color: #ffffff;
}
.rightArea {
	float: right;
	width: 170px;
	padding-top: 18px;
	padding-right: 30px;
}
.whatWaiting {

}
.timesheet {
	border: 0px solid red;
}
.timesheetIcon{
	
}
.timesheetHome {
	float: right;
	width: 130px;
	text-align: center;
}
.timesheetHome a{
	color: #ffffff;
}
