@charset "UTF-8";
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: #212121;
	background-color: #212121;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 1em;
	font-weight:bold;
}
h5 {
	font-size: 0.8em;
	font-style:italic;
	font-weight:normal;
	text-align:right;
}
h3 {
	text-align:right;
}
.oneColLiqCtrHdr #container {
	width: 864px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	background-image: url(images/background.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0px;  /* 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/header1.jpg);
	width: 864px;
	height: 78px;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #menubar {
	padding: 0px;  /* 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/bg-bubplastic.gif);;
	width: 864px;
	height: 26px;
}
.oneColLiqCtrHdr #menubar 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: 3px 10px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.oneColLiqCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #212121;
	min-height:550px;
}
.oneColLiqCtrHdr #mainContent h1{
	font-size:1.5em;
	font-weight:bold;
	color: #004983;
}
.oneColLiqCtrHdr #mainContent h2{
	font-size:16px;
	font-weight:bold;
	color: #004983;
}
.oneColLiqCtrHdr #mainContent a{
	font-size:14px;
	font-weight:bold;
	color: #004983;
}
.oneColLiqCtrHdr #separator {
	clear:both;
	border-bottom: dotted thin #5A87C6;
}
.oneColLiqCtrHdr #leftside { 
	padding: 0px 5px;
	margin-bottom: 10px;
	float:left;
	width: 48%;
	border-right: dotted thin #5A87C6;
	font-size:12px;
	font-weight:normal;
	color: #212121;
}
.oneColLiqCtrHdr #leftside a{ 
	font-size:14px;
	font-weight:bold;
	color: #5A87C6;
	text-align:right;
	text-decoration:none;
}
.oneColLiqCtrHdr #rightside { 
	padding: 0px 5px;
	margin-bottom: 10px;
	float:right;
	width: 48%;
	font-size:12px;
	font-weight:normal;
	color: #212121;
}
.oneColLiqCtrHdr #rightside a{ 
	font-size:14px;
	font-weight:bold;
	color: #5A87C6;
	text-align:right;
	text-decoration:none;
}
.oneColLiqCtrHdr #footer { 
	clear: both;
	padding: 0px 10px 10px 10px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:0.6em;
	color: #5A87C6;
	text-align:center;
} 
.oneColLiqCtrHdr #footer a {
	color: #5A87C6;
	text-align:center;
}


/* MENU */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


/* ACCORDION */

#options {width:98%; margin:0px auto; text-align:right; color:#004983}
#options a {text-decoration:none; color:#004983}
#options a:hover {color:#004983}

#acc {width:98%; list-style:none; color:#212121; margin:0px; padding: 0px;}
#acc h3 {width:98%; padding:1px 6px 0px; font-size:14px; font-weight:bold; margin-top:1px; cursor:pointer; text-align:right; color:#C1272D;}
#acc h3:hover {}
#acc .acc-section {overflow:hidden;}
#acc .acc-content {width:98%; padding:5px; border-top:none; font-size:12px; font-weight:400; color: #212121;}
#acc p {font-size:12px; font-weight:400; color: #212121;}

