html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
}
/* Base */
body
{
	font-size: 85%;
	background-color: #FFF8E7;
}

body, ol, ul, li, p
{
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
	padding: .25em 0 .25em 0;
	margin: 0;
	line-height: 1em;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

h2
{
	font-size: 1.65em;
	font-weight: bold;
}

h3
{
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}

h4
{
	font-size: 1.25em;
	font-weight: bold;
}

h5
{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h6
{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

p, ul, ol, address, dd, dt
{
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	padding: 0;
}

ol, ul
{
	margin-left: 0;
	padding: 0 0 0 1.5em;
}

dt
{
	margin: 1em 0 0 0;
	font-weight: bold;
}

dd
{
	margin: 0 0 0 .5em;
}

li > p { margin-top: 0.2em; }

pre
{
	font-family: monospace;
	font-size: 1.0em;
}

strong, b { font-weight: bold; }
a img { border: 0; }

a:link
{
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

p a:hover,
#outer li a:hover,
#outer dl a:hover
{
	background-color: #FCDC89;

}

/* Layout */

#centerrow { background-color: #fff; }

#pagewidth
{
	width: 780px;
	text-align: left;
	min-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 100%;
	background-color: #FFF8E7;
}

#header .content
{
	position: relative;
	width: 780px;
	text-align: left;
	min-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol
{
	width: 170px;
	float: left;
	position: relative;
	margin-left: -170px;
	margin-right: 1px;
}

#article #leftcol .content
{
	margin: 0 .5em;
	padding-top: 100px;
}

#leftcol .content li
{
	font-size: .95em;
	line-height: normal;
	margin-top: 1em;
}

#leftcol .content ul
{
	list-style-type: none;
	padding: 0;
}

#outer
{
	border: solid white 0px;
	/*/*/
	border-left-width: 170px;
	/* left column width. NN4 hack to hide borders */
	border-left-color: #FFFFFF;
	/* left column colour */
	border-left-style: solid;
	background-color: #FFFFFF;
	/* center column colour */
	width: auto;
}

#footer
{
	padding: 2em 0;
	width: 100%;
	background: url(/images/footer.gif) repeat-x #FFF8E7;
}

#footer .content
{
	text-align: center;
	width: 780px;
	min-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#footer .content p { text-align: center; }

#inner
{
	margin: 0;
	width: 100%;
}

#maincol
{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 2em -2px;
}

#maincol .content { margin-left: 25px; }
#outer>#inner { border-bottom: 1px solid #FFFFFF; }
.clr { clear: both; }
.content { padding: 5px; }

#maincol p a img,
#maincol dd a img {
margin-bottom: -2px;
}

/*padding for content */
#header .content { padding-bottom: 0; }

/*padding bottom 0 to remove space in IE5 Mac*/
#mainnav
{
	position: absolute;
	bottom: 0;
	left: 170px;
	padding: 0;
	line-height: normal;
}

#mainnav ul
{
	margin: 0;
	list-style: none;
}

#mainnav li
{
	float: left;
	background-image: url(/images/tab-inactive-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-align: center;
	border-bottom: 1px solid #765;
}

#mainnav span
{
	display: block;
	float: left;
	background-image: url(/images/tab-inactive-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px 3px 0;
}

#mainnav a, #mainnav a:link
{
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

#mainnav > ul a { width: auto; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainnav a { float: none; }

/* End IE5-Mac hack */
#mainnav a:hover { color: #E1293E; }

#mainnav li.current
{
	background-image: url(/images/tab-active-l.gif);
	border-bottom: 1px solid #F8B813;
}

#mainnav li.current span { background-image: url(/images/tab-active-r.gif); }

#yellowbar
{
	position: relative;
	height: 50px;
	background-color: #F8B813;
}

#article #yellowbar
{
	position: relative;
	height: 30px;
	background-color: #F8B813;
}

#leftimage
{
	position: absolute;
	left: 10px;
	top: -22px;
}

#product-small
{
	position: absolute;
	left: 10px;
	top: -30px;
}

#home #maincol .content h1
{
	position: absolute;
	top: -50px;
	left: 0;
	white-space: nowrap;
	color: white;
}

#article #maincol .content h1 { color: #F8B813; }
#article #logo { padding: 10px 25px; }

#mainimage img
{
	float: right;
	margin: 1em;
}

/* Temporary */
.comment { display: none; color: red; }
#nav li { margin: 0; }

/* Special styles */

blockquote {
margin-left: 2em;
}

blockquote p {
font-family: "Times New Roman", Times, serif;
font-size: 1.5em;
font-style:italic;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
}

blockquote p.credit {
	font-family: arial, helvetica, sans-serif;
font-size: .95em;
font-style: normal;
font-weight: normal;
}

img.image-right {
float: right;
display: block;
margin-left: 1em;
}

h1#newsrelease {
display: none;
}

/* Contact form */

legend { display: none; }
#content fieldset p { margin: 1em 0; }
input.zemRequirederrorElement { background: #ff9; }
label.zemRequired { font-weight: bold; }


/*printer styles*/


@media print
{
	#leftcol, div#header, div#footer { display: none; }
	#outer { border-left: 0; }
	#pagewidth { width: 40em;}
}