/* CSS Document */



/* Remove default margins, padding, and borders from primary elements: */
html, body, div, ul, ol, li, table, td, p, h1, h2, h3, h4, h5, h6, form, input, legend, fieldset, img, a img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: white url(images/bg-brushed-metal.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

/* BEGIN FLEXIBLE TEXT */
body { font-size: medium; }
h1 { font-size: 180%; padding-left: 40px; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
/* END FLEXIBLE TEXT */

/* BEGIN GENERAL FORMATTING */
.clear {
	clear: both;
}

strong {
	color: #005c31;
	font-size: 120%;
}

em { font-weight: bolder; color: red; }
/* END GENERAL FORMATTING */

/* BEGIN FORM TABLE CELLS */
form td.lbl { text-align: right; padding-right: 1em; font-weight: bold; }
form td.inp { padding: .25em; }
form td.inp input, form td.inp textarea { border: 1px solid #00904a; }

/* END FORM TABLE CELLS */


/* BEGIN WRAPPER */
#wrapper {
	background: transparent;
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}
/* END WRAPPER */

/* BEGIN CONTENT CONTAINER */
#content {
	position: relative;
	width: 80%;
	height: auto;
	padding-top: 40px;
	font-size: 80%;
}
* html #content {
	height: auto;  /* IE HACK FOR SETTING MIN-HEIGHT*/
}
/* END CONTENT CONTAINER */

/* BEGIN LEFT-FLOATED COPY CONTAINERS */
div.copy1 {
	position: relative;
	float: left;
	width: 680px;
	clear: right;
	background: transparent url(images/white-screen.gif) top left repeat;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 0 20px;
	min-height: 180px;
}

* html div.copy1 {
	height: 180px;
	width: 100%;
}

/* BEGIN COPY CONTAINER LIST ITEMS */
div.copy1 p, div.copy1 ul, div.copy1 ol, div.copy2 ul, div.copy ol {
	color: black;
	font-size: 120%;
	margin: 0 0 0 20px;
	padding: 0px 110px 10px 0px;
	list-style-type: none;
}

div.copy1 ul li, div.copy2 ul li {
	margin-left: 1em; /* indents list items from left gutter */
	padding-left: 24px;	/* indents list item text to make room for background images */
	padding-top: 2px;
	margin-bottom: .5em;
	min-height: 20px;
	_height: 20px;	/* acts like in-height in IE6 */
	background: transparent url(images/ec-icon-20x20.gif) 0 50% no-repeat; /* 0 0 are x-y coordinates */
	vertical-align: top; /* fixes low IE text */
}

div.copy1 ol li, div.copy2 ol li {
	margin-left: 1em;
	margin-bottom: .25em;
}
/* END COPY CONTAINER LIST ITEMS */


div.copy1 img.c200 {
	position: absolute;
	top: -100px; right: -100px;
	display: block;
	width: 200px; height: 200px;
}

img.logo {
	margin: 0 0 10px 40px;
}

div.copy1 input {
	border: 1px solid #999999;
}

div.copy1 p.printbutton {
	text-align: center;
	margin: 1em;
}

div.copy1 h2 {
	color: #00904a;
	font-size: 200%;
	padding: 10px 10px 0px 20px;
	margin: 0;
}

div.copy1 h2 img {
	width: 200px;
	height: 40px;
	vertical-align: bottom;
}
/* END LEFT-FLOATED COPY CONTAINERS */

/* BEGIN FOOTER */
#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
}

#footer p {
	text-align: center;
	font-size: 90%;
	padding: 1em;
	margin: 0;
}
/* END FOOTER */