@charset "utf-8";

.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

.thrColFixHdr #header

.thrColFixHdr #crumb {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	width: 650px;
	clear: none;
	float: left;
	padding-left: 40px;
}

.thrColFixHdr #nav {
	float: left;
	width: 200px;
	margin-top: 70px;
	height: 520px;
}

.thrColFixHdr #container #pagecontent {
	float: left;
	width: 550px;
	margin-top: 60px;
	margin-left: 40px;
	background: #FFF;
	font-size: 12px;
}

.thrColFixHdr #container #clientzone {
	float: left;
	width: 760px;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 20px;
	background: #FFF;
	font-size: 12px;
}

#table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
	margin-top: 45px;
}

#table td, #table th {
  border: 1px solid #ddd;
  padding: 5px;
	vertical-align: top;
}
#table th {
	width: 30%;
}
#table tr:nth-child(even){background-color: #f2f2f2;}

#table tr:hover {background-color: #ddd;}

#table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00547e ;
  color: white;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.thrColFixHdr #container #leftcolumn {
	float: left;
	width: 265px;
	background: #FFF;
	font-size: 11px;
	margin-right: 20px;
}

.thrColFixHdr #container #rightcolumn {
	float: left;
	width: 265px;
	background: #FFF;
	font-size: 11px;
}

.thrColFixHdr #footer {
	font-size: 75%;
	line-height: 120%;
	margin-top: 50px;
	border-top: thin dotted #333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: center;
	padding: 20px;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #container #login {
	float: right;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px dotted #333;
	margin-right: 20px;
	margin-top: 20px;
}

.thrColFixHdr #container #typicalservicecycle img {
	float: right;
	width: 620px;
	margin-top: 100px;
}

.thrColFixHdr #container #home {
	width: 700px;
	margin-top: 20px;
	font-size: 85%;
	margin-left: 10px;
}

a:link {
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00F;
}

a:active {
	text-decoration: none;
}

.thrColFixHdr #container #more {
	text-align: right;
}

em {
	color: #015281;
}

.thrColFixHdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-top: 0px;
	background: #E2EAEF;
}

.thrColFixHdr #container #pagecontent p .Italics {
	font-style: italic;
}

.thrColFixHdr #container #pagecontent #diagram {
	position: relative;
	top: -32px;
	left: 100px;
	height: 266px;
	width: 320px;
}

.thrColFixHdr #container #login1 {
	float: right;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px dotted #333;
	margin-top: 0px;
	margin-right: 10px;
}
