/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%; 
  background: #e9e5e8;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin-left: 1.5em; margin-bottom: 1.5em; margin-right: 0; margin-top: 0; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 960px;
  margin: 0 auto;
	background-color: #e9e5e8;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(grid.png); 
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


#main{

	background-color: #e9e5e8;

}

.logo {
	height: 143px;
	width: 172px;
	left: 200px;
	top: 90px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/logo1.png);
}
.pipe {
	right: 250px;
	top: 300px;
	position: absolute;
	height: 265px;
	width: 94px;
	background-repeat: no-repeat;
	background-image: url(../img/pipe.png);
}
#head1 {
	position: relative;
	float: left;
	width: 590px;
	background-repeat: no-repeat;
	background-image: url(../img/inside01.jpg);
	visibility: visible;
	height: 173px;
}
#head2 {
	float: left;
	position: relative;
	background-position: 0 top;
	width: 233px;
	background-repeat: no-repeat;
	background-image: url(../img/site_eps_main_02.jpg);
	visibility: visible;
	height: 159px;
}
#head3 {
	background-color: #e9e5e8;
	text-align: right;
	float: left;

	width: 370px;

	height: 159px;
}
#head3 ul {
		margin-top: 13px;
}
#head3 ul li{
	display: inline;
	list-style-type: none;
}

#head3 ul li a {

	border-width: 1px;
	border-bottom-color: #425d17;
	border-bottom-style: dotted;
	margin-bottom: 3px;
	margin-top: 13px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #425d17;
}
#center {
	min-height: 700px;
	float: left;
	position: relative;
	width: 627px;
}


.article {
}
.article ul li {
	list-style-position: inside;
}
.article img {
}
.article h1 {
	text-transform: uppercase;
	display: inline-table;
	font-weight: bold;
	background-color: #C2D795;
	color: #425d17;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-left: 20px;
}

#sl {
	background-color: #e9e5e8;
	min-height: 400px;
	padding-top: 288px;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 164px;
	background-image: url(../img/inside02.jpg);
}

#sl a {
	margin-left: 8px;
	color: white;
	background-color: #425d17;
	text-decoration: underline;
}

#sr {
	text-align: right;
	background-color: #e9e5e8;
	float: right;
	position: relative;
	width: 159px;
}

.pic_l {
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 11px;
	height: 122px;
	width: 148px;
	background-image: url(../img/pic1.png);
}


#sr a {
	margin-bottom: 10px;
	padding: 3px;
	font-weight: bold;
	background-color: #C2D795;
	color: #425d17;
	text-decoration: underline;
}

#footer {

	padding: 5px;

	text-align: center;

	margin-left: auto;

	margin-bottom: 0;

	margin-right: auto;

	position: relative;

	color: white;
	height: 100px;
	background: #425d17 url(../img/footer.jpg) repeat-y center top;
}

.f1 {
	float: left;
	position: relative;
	width: 169px;}
	
.f2 {
	float: left;
	text-align: center;
	position: relative;
	width: 610px;
}

.f2 ul {
	padding-top: 20px;
	padding-right: 20px;
	list-style-type: none;
}
.f2 ul li {
	display: inline;
}

.f2 ul li a {

	font-weight: bold;
	text-transform: uppercase;
	margin: 3px;
	color: white;
}

.f3 {

	float: left;

	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	width: 159px;
}


