@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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: #333;
	background-color: #333;
}
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(../images/ISO-logo.jpg);  /*logoBar.jpg*/
	background-repeat: no-repeat;
	background-position: center bottom;    
	min-height: 500px;
} 
.thrColFixHdr #header {
	height: 200px;
	background-color: #9C3139;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 260px;
} 
.thrColFixHdr #header h1 {
	color: #FFF;
	font-size: 200%;
	line-height: normal;
	padding-top: 136px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 35px 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A03338;
}

/*** IE6 Fix ***/
* html #mainContent  {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 35px 0px; /* padding keeps the content of the div away from the edges */
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A03338;
}
.thrColFixHdr #mainContent {
	font-size: 90%;
	margin-top: 20px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	min-height: 500px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 10px;
	text-align: center;
	background-color: #000;
	color: #999;
	font-size: 80%;
} 
.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: 10px 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 #mainContent h1 {
	font-size: 160%;
	color: #A03338;
	width: 500px;
	clear: none;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 120%;
	color: #A03338;
}
.thrColFixHdr #container #footer p a {
	color: #999;
}
.thrColFixHdr #container #header .img {
	float: right;
	margin-top: 46px;
	margin-right: 24px;
}
.thrColFixHdr #container #header .logo {
	float: left;
	margin-top: 0px;
	margin-right: 24px;
}
.thrColFixHdr #container #header p {
	padding-top: 0px;
	margin-top: 0px;
	color: #FFF;
	line-height: normal;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 110%;
	color: #A03338;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 80%;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 100%;
	color: #A03338;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 12px;
	clear: left;
}
#logoBar {
	text-align: center;
}
.thrColFixHdr #container #mainContent #logoBar img {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #mainContent #form {
	width: 240px;
	margin-left: 8px;
	float: right;
	margin-right: 0px;
}
.clear {
	clear: both;
}
.thrColFixHdr #container #mainContent #servicesTable td {
	font-size: 90%;
	padding: 4px;
	margin: 12px;
	border: 2px solid #A03338;
	width: 280px;
	font-weight: bold;
	color: #333;
}
.thrColFixHdr #container #mainContent #servicesTable tr td a {
	color: #333;
}
.thrColFixHdr #container #mainContent #servicesTable tr td h2 {
	background-image: url(../images/tdHeader.gif);
	color: #FFF;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 4px;
	height: 30px;
	background-position: top;
	line-height: normal;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #mainContent #servicesTable tr td h2 a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent #servicesTable tr td .services {
	background-image: url(../servicesImages/Image1.png);
	padding: 4px;
	background-repeat: repeat;
	height: 100%;
}
.thrColFixHdr #container #mainContent a {
	color: #00F;
}
#sidebarTestimonials {
	font-size: 80%;
	border: 1px solid #A03338;
	padding-right: 2px;
	padding-left: 4px;
}
.thrColFixHdr #container #mainContent .testimonials {
	padding: 4px;
	margin-bottom: 24px;
	font-style: italic;
}
.thrColFixHdr #container #sidebar1 #sidebarTestimonials a {
	color: #00F;
}
.quoteMarks {
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
}
.thrColFixHdr #container #mainContent #form fieldset {
	margin-right: 0px;
	border: 1px solid #9c3139;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;

}
.thrColFixHdr #container #mainContent #form fieldset form {
	margin-right: 0px;

}
.thrColFixHdr #container #contactBar {
	background-color: #000;
	color: #eeeeee;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/Image4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thrColFixHdr #container #contactBar a {
	color: #eeeeee;
}
.thrColFixHdr #container #mainContent table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	padding-right: 10px;
	padding-left: 5px;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #container #sidebar2 #newsScroller {
	padding-left: 4px;
}
.thrColFixHdr #container #sidebar1 #infoList .infoListItems {
	color: #333;
	font-size: 80%;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 #infoList dd {
	font-size: 70%;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 8px;
}
#mainContent .casestudies {
	margin-bottom: 24px;
}
.thrColFixHdr #container #mainContent #servicesTable tr td h2 {
	font-size: 100%;
}
.thrColFixHdr #container #mainContent  .subServs h2 a {
	color: #A03338;
	font-size: 100%;
}
.thrColFixHdr #container #mainContent .subServs {
	font-size: 90%;
	margin-bottom: 24px;
	margin-left: 24px;
}
.red {
	color: #A03338;
}
