@import url(font.css);

html {
	position: relative;
	height: 100%;
	overflow-y: scroll;
	}

body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none !important;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px; 
	color: #333;
	float: left;
	width: 460px;
	position: relative;
	min-height: 400px;
	z-index: 1;
	}

	
* html #content {
	height: 400px;
	}
	
p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

a {
	color: #00a4b4;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

ul {
	list-style: none;
	padding: 10px;
	margin: 20px 0 30px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	min-height: 1px;
	}
	
* html ul {
	height: 1px;
	}
	
ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	}
	
	
li {
	background: url(images/li.gif) no-repeat left 3px;
	padding: 0 0 0 20px;
	margin: 10px 0;
	}
	
ul.multicolumn li {
	width: 199px;
	float: left;
	display: inline;
	margin: 5px 0;
	}

* html #content li {
	height: 1px;
	}

.link_button {
	display: block;
	height: 30px;
	line-height: 27px;
	background: #00365b url(images/link_button.gif) no-repeat left top;
	color: #fff;
	float: left;
	}
	
.link_button strong {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 10px 3px;
	background: url(images/link_button_strong.gif) no-repeat right top;
	}
	
.link_button:hover {
	background-position: 0 -30px;
	text-decoration: none;
	}
	
.link_button:hover strong {
	background-position: right -30px;
	}
	
.link_button_small {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #00365b url(images/link_button_small.gif) no-repeat left top;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	}
	
.link_button_small strong {
	display: block;
	font-weight: normal;
	font-size: 10px;
	padding: 0 10px;
	background: url(images/link_button_small_strong.gif) no-repeat right top;
	}
	
.link_button_small:hover {
	background-position: 0 -20px;
	text-decoration: none;
	}
	
.link_button_small:hover strong {
	background-position: right -20px;
	}

	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
	color: #00a4b4;
	}
	
	
h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #00a4b4;
	}
	
h3, h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	}
	
h3 {
	margin: 30px 0 5px 0;
	}
	
	h4
	{
	margin: 30px 0 5px 0;
	}
	
h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}
	
	
/* Wrapper */

#wrapper {
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	}
	
/* Header */

#site_header {
	position: relative;
	width: 750px;
	height: 145px;
	margin: 0 auto;

	}
	
#header_logo {
	position: absolute;
	top: 20px;
	left: 0px;
	}
	
#header_tagline {
	position: absolute;
	top: 110px;
	right: 10px;
	top: 68px; /* Hide Login */
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 11px;
	color: #ccc;
	padding: 2px 0;
	text-align: right;
	}
	
#site_tools a {
	color: #999;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#site_tools a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #ccc;
	padding: 1px 2px;	
	margin: 0;
	}
	
	
/** Page Header **/

#page_header_container {
	height: 25px;
	background: #00a4b4 url(images/page_header_container.gif) repeat-x;
	}

#page_header {
	height: 25px;
	width: 750px;
	margin: 0 auto;
	}
	
/* Main */
#main_container {
	background: url(images/main_container.gif) repeat-x top;
	}

#main {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	z-index: 1;
	}
	
#main:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	}

/* Breadcrumb */

#breadcrumb {
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	margin: 5px 0 10px;
	padding: 0 0 5px;
	}


/* Footer */
#footer {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 11px;
	color: #999;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	border-top: 1px solid #ccc;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer a {
	color: #00a4b4;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer_links {
	color: #00a4b4;
	}
	
#site_credit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 0;
	}
	
#site_credit a {
	color: #999;
	}
	
	
#partner_logos {
  margin: 20px 0;
}

#partner_logos img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}	
	
/* Sidebar */
#sidebar {
	width: 250px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 1000;
	left: -5px;
	}	
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 0;
	margin: 0;
	color: #333;
	min-height: 1px;
	}


.sidebar_panel h3 {
	line-height: 25px;
	height: 25px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/panel_h3.png);
	padding: 10px 15px 0;
	margin: 0;
	}
	
* html .sidebar_panel h3 {
	background: url(images/panel_h3.gif);
	}
	

.sidebar_panel .content {
	background: url(images/panel_content.png) no-repeat bottom;
	min-height: 1px;
	padding: 10px 15px 15px;
	}
	
* html .sidebar_panel .content{
	height: 1px;
	background: url(images/panel_content.gif) no-repeat bottom;	
	}
	
.sidebar_panel .content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	


/* Search Box */

#search {
	}
	
	
	
/***
==== Page Messages ====
***/
		
.page_message {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 10px 2px 25px;
	line-height: 16px;
	margin:  0 100px 0 0;
	display: block;
	position: relative;
}

* html .page_message {
	height: 1px;
	}

.page_message img {
	position: absolute;
	top: 1px;
	left: 0;
}

.page_message_critical {
  color: #666;
}

.page_message_warning {
  color: #999;
}

.page_message_information {
  color: #999;
}


/* Page Header Login */
#site_header_login {
	display: none; /* Hide Login */
	position: absolute;
	top: 30px;
	right: 0;
	width: 280px;
	height: 50px;
	padding: 20px 15px 0px;
	font-size: 10px;
	background: #fff url(images/site_header_login.gif) no-repeat;
	}
	
#site_header_login a {
	color: #036ebd;
	}
	
#site_header_login a:hover {
	color: #036ebd;
	text-decoration: underline;
	}
	
#site_header_login h3 {
	width: 70px;
	padding: 1px 0;
	float: left;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #939495;
	font-weight: bold;
	margin-right: -25px;
	}
	
#site_header_login h4 {
	width: 80px;
	padding: 1px 0;
	float: left;
	margin: 0;
	}
	
#site_header_login ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 18px;
	right: 36px;
	bottom: 12px;
	text-transform: uppercase;
	background: none;
	border: none;	
	}
	
#site_header_login li {
	display: inline;
	padding: 0 5px;
	margin: 0;
	background: url(images/site_header_login_li.gif) no-repeat right center;
	}
	
#site_header_login li.last {
	background: none;
	}	
	
#site_header_login p {
	margin: 0 0;
	padding: 0;
	clear: both;
	min-height: 1px;
	}
	
* html #site_header_login p {
	height: 1px;
	}
	
#site_header_login .content strong {
  color: #333;
}

#site_header_login .content {
	position: absolute;
	top: 5px;
	left: 15px;
	color: #777;
	width: 210px;
	height: 45px;
	border-right: 1px solid #ccc;
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 11px;
	}
	
#site_header_login .content p {
	margin: 0 0 5px;
	line-height: 12px;
	}
	
#site_header_login .content {
	}
	
#site_header_login .field {
	background: #fff;
	border: 1px solid #ccc;
	height: 14px;
	position: relative;
	margin: 0 5px 0 0;
	line-height: 14px;
	padding: 1px 2px;
	display: inline;
	color: #666;
	width: 96px;
	float: left;
	background: #f9f9f9;
	}
	
* html #site_header_login .field {
	float: left;
	}
	
#site_header_login .field.focus,
#site_header_login .field:focus
 {
	border: 1px solid #00a4b4;
	background: #fff;
	color:#333;
	}
	
.link_button_job_tracking_home {
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	width: 60px;
	height: 20px;
	background: #036ebd url(images/link_button_job_tracking_home.gif) no-repeat left top;
	}
	
.link_button_job_tracking_home:hover {
	background-color: #0487e8;
	background-position: 0 -20px;
	}
	
.link_button_job_tracking_home strong {
	display: none;
	}		
	
.link_button_logout {
	position: absolute;
	top: 37px;
	right: 10px;
	display: block;
	width: 60px;
	height: 18px;
	background: #036ebd url(images/link_button_logout.gif) no-repeat left top;
	}
	
.link_button_logout:hover {
	background-color: #0487e8;
	background-position: 0 -20px;
	}
	
.link_button_logout strong {
	display: none;
	}	


.link_button_login {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: #036ebd url(images/link_button_login.gif) no-repeat left top;
	}
	
.link_button_login:hover {
	background-color: #0487e8;
	background-position: 0 -18px;
	}
	
.link_button_login strong {
	display: none;
	}	
	
#testimonials {
  margin: 20px 0;
}
	
.testimonial {
	margin: 0 0 40px;
	}
	
.testimonial blockquote {
	background: url(images/testimonial_blockquote.gif) no-repeat left 3px;
	padding: 0 0 0 25px;
	margin: 0;
	line-height: 1.6em;
	color: #666;
	font-size: 14px;
	}
	
* html .testimonial blockquote {
	height: 1px;
	}
	
.testimonial cite {
	text-align: left;
	display: block;
	color: #009fd1;
	margin: 2px 0;
	font-style: normal;
	padding: 0 0 0 65px;
	font-size: 11px;
	}

/*** COntact Details ***/
.contact_details strong {
	float: left;
	width: 100px;
	}