/* CSS Document */
/* from Meyer reset.css */
/*   top right bottom left  */
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 {
	background-color: white; 
/* from wolftrap */
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0 0 1px;
	color: #222;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-image: url(images/bg4-1280.gif);
}

/* background image attached here by section, class applied to body */

body.size2 { 
	background-image: url(images/bg4-1280.gif); 
}

body.size2b { 
	background-image: url(images/bg4-1280b.gif); /* blank - no daisy in bottom RH corner of blue panel */
}

ol, ul {
	list-style: none;
}

li {
	padding: 0 0 2px 0 ;
}

blockquote, q {
	quotes: none;
}

p {
	line-height: 1.3;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.compact {
	line-height: 1.2;
	font-size: 10px;
}

.tariffs {   /* just for tariffs page */
	line-height: 1.2;
}

.key { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

div#panel1 {
	position: relative;
	top: 150px; right: auto; 
	width: 940px;
	/* height: 700px; */
	margin: 0 auto;
	/* background-color:#fdfcf5; */
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	/* font-family:"Comic Sans MS", cursive; */
	font-size: 11px; /* was 60% */
}
div#panel2 {
	position: relative;
	top: 200px; right: auto; 
	width: 940px;
	/* height: 700px; */
	margin: 0 auto;
	/* background-color:#fdfcf5; */
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	/* font-family:"Comic Sans MS", cursive; */
	font-size: 11px; /* was 60% */
}

div#panel3 {  /* just used by contact us page for larger font size */
	position: relative;
	top: 200px; right: auto; 
	width: 940px;
	/* height: 700px; */
	margin: 0 auto;
	/* background-color:#fdfcf5; */
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	/* font-family:"Comic Sans MS", cursive; */
	font-size: 12px; /* was 60% */
}

/*   top right bottom left  */

.emailpanel {
	background-position: 50% 10px; 
	background-repeat: no-repeat;
	background-image: url(images/email-panel2.gif);
}

.emailform { 
	padding: 10px 0 0 20px ;
}
