@charset "utf-8";

img, div, a, input { behavior: url(/styles/resources/iepngfix.htc) }
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: #000000;
	background-color: #AADCF7;
	background-image: url(../images/EFS-plastics-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 871px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-image: url(../images/EFS-plastics-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #innerWrapper {
	background-image: url(../images/inner-wrapper-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.oneColFixCtrHdr #navigation {
	height: 27px;
	background-image: url(../images/item-bg.png);
	width: 859px;
	margin-left: 2px;
	margin-right: 2px;
}
.menuItem {
	vertical-align: middle;
	height: 27px;
	line-height: 27px;
	font-family: "BankGothic Md BT", Georgia, "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
}
.menuItem   a {
	display: block;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	color: #FFFFFF;
}
.menuItem   a:link    {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.menuItem a:visited {
	color: #A2D7F6;
	text-decoration: none;
	display: block;
}

.menuItem  a:hover {
	color: #562322;
	background-image: url(../images/hover-bg.png);
	background-repeat: repeat-x;
}


.oneColFixCtrHdr #mainContent {
	width: 816px;
	background-image: url(../images/main-content-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0;
	margin-left: 24px;
	margin-top: 12px;
	font-size: 100%;
	line-height: 1.5;
}
.oneColFixCtrHdr  #mainContent  h1  {
	font-family: "BankGothic Md BT", Georgia, "Times New Roman";
	color: #58231D;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C1F1A;
	font-size: 120%;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 110%;
}


.oneColFixCtrHdr #mainContent h3 {
	font-family: "BankGothic Md BT", Georgia, "Times New Roman";
	color: #58231D;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C1F1A;
	font-size: 105%;
}

.oneColFixCtrHdr #footer {
	color: #AEDDF7;
	font-family: "BankGothic Md BT", Arial, SansSerif;
	font-size: 100%;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #footerNavigation {
	height: 27px;
	background-color: #582220;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #562113;
	width: 859px;
	padding: 0;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #562113;
}
.oneColFixCtrHdr #copyright {
	font-size: 10px;
	text-align: center;
	width: 864px;
}
.largeFont {
	font-size: large;
	font-weight: bold;
	color: #129140;
}

a:link {
	color: #149943;
}
a:visited {
	color: #561C18;
}
a:hover {
	color: #8BA761;
}

