@charset "utf-8";
/* Westlake Industries Inc. CSS Document */

body {
	font: 100% Arial, sans-serif;
	font-size:11pt;
	background: #069 url(images/test.jpg) center repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
}
h3 {
	color:#069;
}
ul {
	list-style-type:none;
}
.pp {
	list-style: square url(./images/certifications/pp-stamp.jpg);
}
.point {
	list-style: square url(./images/globebullet.jpg);
}
.WestlakeHdr #table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.WestlakeHdr #table td {
	width: 50%;
	padding: 10px;
}

.WestlakeHdr #container { 
	width: 742px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
} 
.WestlakeHdr #header { 
	text-align:right;
	background: #FFF; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.WestlakeHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.WestlakeHdr #navigation {
	text-align: center;
	border: 1px;
	padding: 0 5px;
 	margin: 0;
	background-color: #006699;
}

a#frontNav {
	text-align: center;
	padding: 3px 10px;
 	margin: 15px;
	text-decoration:none;
	background-color:#069;
	color:#FFF;
}

a:hover#frontNav, a:focus#frontNav {
	background-color:#999;
	color:#069;
}

.WestlakeHdr #mainContent {
 	margin: 0 1em 0 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 100%;
} 
.WestlakeHdr #mainContentF {
 	margin: 0 1em 0 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 100%;
} 
.WestlakeHdr #leftContent {
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	float: left;
	width: 55%;
} 
.WestlakeHdr #left40 {
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	float: left;
	width: 35%;
} 
.WestlakeHdr #right55 {
 	margin: 0 18px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	text-align: right;
	float: right;
	width: 55%;
} 

.WestlakeHdr #centerContent {
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	width: 95%;
} 
.WestlakeHdr #rightContent {
 	margin: 0 18px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	text-align: right;
	float: right;
	width: 40%;
} 
.WestlakeHdr #rightContent img {
	vertical-align: top;
} 
.WestlakeHdr #fieldListLt {
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	float: left;
	width: 45%;
}
.WestlakeHdr #fieldListRt {
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	vertical-align: top;
	float: right;
	width: 45%;
} 
.WestlakeHdr #systemPicture {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	font-size:9px;
	color:#666;
}
.WestlakeHdr #footer { 
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	font-size:9px;
	color:#666;
} 
.WestlakeHdr #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 */
}
.WestlakeHdr #footer a {
	text-decoration: none;
	color:#333;
}
.WestlakeHdr #footer a:hover, a:focus {
	text-decoration: none;
	color:#999;
}

/* Miscellaneous classes for reuse */
.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;
}

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.WestlakeHdr #leftContent, .WestlakeHdr #rightContent, .WestlakeHdr #centerContent { padding-top: 30px; }
.WestlakeHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
