@import url("SpryAssets/SpryMenuBarHorizontal.css");
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-size: 12%;
	font-weight: bold;
}
a.blue:link {
	text-decoration: none;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:visited {
	text-decoration: none;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:active {
	text-decoration: none;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.gray:link {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a.gray:visited {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a.gray:hover {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a.gray:active {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #344a68;
	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;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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/cs-banner.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 142px;
} 
.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: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	text-align: center;
	background-color: #b18b50;
	background-image: url(images/CS-rack-mount-illustration.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: 12px;
	border-bottom-color: #B18B50;
	height: 999px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 287px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-left-color: #0000FF;
	border-left-width: 0px;
	border-left-style: solid;
	background-image: url(../Copy%20of%20apco/images/APCO-in-furnace-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-left-color: #0000FF;
	border-left-width: 3px;
	border-color: #1B376D;
	border-left-style: solid;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../Copy%20of%20apco/images/bg-clouds.jpg);
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1B376D;
	border: 0;
	color: #1B376D;
} 
.twoColFixLtHdr #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 */
	color: #FFF;
}
.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: 10px;
	text-align: center;
}
p	{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}
caption	{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: center;
}
h1	{
	font-size: 24px;
	color: #1B376D;
	line-height: 14px;
	font-weight: 800;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h2	{
	font-size: 16px;
	color: #1B376D;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
h3	{
	font-size: 12px;
	color: #C93;
	line-height: 16px;
	text-align: center;
}
h4	{
	font-size: 15px;
	color: #1B376D;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h5	{
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h6	{
	font-size: 12px;
	color: #1B376D;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #FFFFFF;
} 
.floatright {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 700px;
	border-bottom: 20px;
	text-align: center;
	width: 180px;
	height: 1100px;
}
.floatright2 {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.floatright3 {
	float: right;
	margin-right: 30px;
	margin-top: -10px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.floatright-form {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 400px;
	line-height: 40px;
}
.bullets {
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
/* form css stuff */
}
.bulletswhite {
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #FFF;/* form css stuff */
}
fieldset {
	margin: 0 0 0 0;
	padding: 0;
	border: 0 0 0 0;
}
legend {
	margin-left: 0em;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: -10px;
	margin-bottom: 0px;
}
legend-top {
	margin-left: 0.5em;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
}

fieldset ol {
	padding: 0em 0em 0 0em;
	list-style: none;
	margin-top: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
}
fieldset li {
	padding-bottom: 6px;
	line-height: 20px;
	padding-top: 3px;
	vertical-align: middle;
}
fieldset.submit {  
border-style: none;
}
label {
	float: left;
	width: 250px;
	margin-right: 1em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	margin-bottom: -10px;
	margin-top: 0px;
	border-style: none;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
	border-style: none;
}
.gray {
	text-align: center;
}
.sidebartext {
	font-size: 10px;
	color: #9A6121;
}
