@charset "utf-8";
/* CSS Document */

 
body  {
	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: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 300px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 300px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr #mainContent a {
	color: #990000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.twoColFixLtHdr #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EEEEEE;
	background-image: url(../img/page-background.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 123px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FAFAFA;
	background-image: url(../img/leftblend.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 11px;
	height: 300px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #990000;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.twoColFixLtHdr #sidebar1a {
	width: 200px;
	background-color: #666666;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	height: 112px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/redbar-left.jpg);
}
.twoColFixLtHdr #sidebar1a p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #mainContent {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 40;
	padding-left: 40px;
	font-size: 80%;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 90%;
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 140%;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColFixLtHdr #footer {
	background-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0px;
	background-image: url(../img/mere-technologies-water.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.twoColFixLtHdr #sidebar0 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(../img/leftblend.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.twoColFixLtHdr #topbox {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent1a {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
}
.twoColFixLtHdr #topbox-home {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #topbox-about {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #topbox-services {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #topbox-contact {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #topbox-news {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #topbox-legal {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-legal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.twoColFixLtHdr #header-logo {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 123px;
	margin: 0px;
	float: left;
	width: 220px;
}
.twoColFixLtHdr #header-navigation {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
	height: 30px;
	background-image: url(../img/redbar.jpg);
	float: right;
	width: 620px;
	margin: 0px;
}
.twoColFixLtHdr #header-title {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #FFFFFF;
	height: 26px;
	float: right;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 67px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #header-navigation ul {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
.twoColFixLtHdr #header-navigation li {
	list-style-type: none;
	display: inline;
}
.twoColFixLtHdr #header-navigation a:hover {
	padding-top: 9;
	padding-right: 10px;
	padding-bottom: 9;
	padding-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #header-navigation a {
	padding-top: 9;
	padding-right: 10px;
	padding-bottom: 9;
	padding-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent li {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
