@charset "utf-8";
/* Westlake Industries Inc. CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background: #069 url(images/test.jpg) center repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
}
.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;
}

ul.contactUs
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
	text-align:center;
	float: right;
}

ul.contactUs li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: right;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #0099CC;
	border-top: 2px solid #0099CC;
}

ul.contactUs ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	z-index: 1020;
	cursor: default;
	width: 8.6em;
	float: right;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #0099CC;
	border-top: 2px solid #0099CC;
}
ul.contactUs ul li
{
	width: 8.6em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.contactUs a
{
	display: block;
	cursor: pointer;
	background-color: #006699;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.contactUs a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #0066FF;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.contactUs a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #0066FF;
	color: #FFF;
}

<!--[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]-->