html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
	font-size: 62.5%;
	font-family: Helvetica, arial, sans-serif;
	color:#333;
	background: url(images/stainlessPtrn.jpg) top left repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#hwrapper {
	width:100%;
	height: 200px;
	background: url(images/e-bk-carbon.png) top left repeat-x;
}

.w720 {
	width:720px;
	margin:0 auto;
}

h1 {
	text-indent: -9999px;
	background: url(images/e-Logo.png) top left no-repeat;
	width:338px;
	height: 142px;
	margin: 0 auto;
}

h2 {
	text-align: center;
	color: #FFF;
	font-size: 2.6em;
	text-shadow: 0px 2px 2px rgba(0,0,0,1);
	font-weight:normal;
}

h3 {
	text-align: center;
	color: #000;
	font-size: 2.6em;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	padding: 20px 0 0 0;
	font-weight: bold;
	border-top: 1px solid #bbb;
}

h3.w720 {
	margin-top:50px;
}

#content {
	position: relative;
	overflow: visible;
}

.box {
	display: block;
	background: #FFF;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	position: relative;
	top:20px;
}

#wide {
	left:10px;
	width: 440px;
	padding:20px 20px 5px;
}

#wide p {
	font-size: 1.3em;
	margin-bottom: 20px;
}

#wide p.lg {
	/* font-size: 1.6em; */
}

#skinny {
	left:520px;
	width: 160px;
	padding: 10px 10px 5px;
	position: absolute;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}

#skinny p.contact {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

.contact a:link, .contact a:visited {
	font-size: 3em;
	color: rgb(0,133,63);
	text-decoration: none;
	line-height: 1.1;
	text-align: left;
	display: block;
	padding-bottom: 2px;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}

.contact a:hover {
	border-bottom: 1px solid rgb(0,133,63);
	padding-bottom: 1px;
}

.contact a span {
	font-size: 0.4em;
	color: #646464;
	display: inline-block;
	padding-left: 5px;
}

.c-info {
	font-size: 1em;
	color: #646464;
	line-height: 1.6;
	margin-bottom: 10px;
}

.c-info a:link, .c-info a:visited {
	color: #646464;
	text-decoration: none;
	border-bottom: 1px solid #646464;
	padding-bottom: 2px;
}

.c-info a:hover, .c-info a:focus {
	color: rgb(0,133,63);
	border-bottom: 1px solid rgb(0,133,63);
}