
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000 url(images/bodyback.gif);
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	text-align: center;
	background: #fff;
}

#pagecontainer {
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 780px; /* False value for IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 760px; /* Real value for conformant browsers */
}

html>#pagecontainer {
	width: 760px; /* Be nice to Opera */
}

#header {
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #f70 url(images/dotsacross.gif) repeat-x left bottom;
}

	#headerleft {
		width: 300px;
		margin: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#headerright {
		width: 460px;
		margin: 0px 0px 0px 0px;
		float: right;
		text-align: right;
		background: transparent ;
	}

#topimage {
	clear: both;
	width: 760px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #f90 url(images/topimage.jpg) no-repeat left top;
	text-align: left;
}


#breadcrumb {
	clear: both;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	background: #eee url(images/dotsacross.gif) repeat-x left top;
	text-align: left;
}

	#breadcrumbleft {
		width: 600px;
		margin: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#date {
		width: 160px;
		margin: 0px 0px 0px 0px;
		float: right;
		text-align: right;
		background: transparent;
	}

#mainpage {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(images/dotsacross.gif) repeat-x left top;
}

	#mainpageleft {
		margin: 1px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 200px;
		min-height:400px;
	}

		/* for Internet Explorer */
		/*\*/
		* html #mainpageleft {
			height: 400px;
		}
		/**/

	#mainpageright {
		margin: 10px 0px 0px 0px;
		padding: 0px 5px 10px 5px;
		float: right;
		text-align: left;
		background: transparent;
		width: 560px; /* False value for IE */
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 550px; /* Real value for conformant browsers */
	}

	html>#mainpageright {
		width: 550px; /* Be nice to Opera */
	}

#flagfooter {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	background: #fff;
	width: 760px;
}

	#flagfooter img.first {
		margin-left: 5px;
	}

	#flagfooter img {
		margin-right: 5px;
	}

	#flagfooter img.last {
		margin: 0;
	}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	border-top: solid 3px #666;
}

	#footerleft {
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
		width: 200px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#footerright {
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
		width: 560px;
		float: right;
		text-align: right;
		background: transparent;
	}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 14px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: small;
}

/*****************
 FONTS
 *****************/

#topimage { font-size: 1.1em; color: #000; }
#breadcrumb { font-size: 0.8em; color: #000; }
#mainpageright { font-size: 0.9em; color: #000; }
#footer { font-size: 0.8em; color: #000; }
#belowfooter { font-size: 0.8em; color: #999; letter-spacing : -1px;}

.bodytext { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.9em}
.bodytextmed { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.8em}


/*****************
 TOP NAV LIST
 *****************/

#headerright ul {
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 7px 0px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 460px;
}

#headerright ul li {
	font-size: 0.8em;
	letter-spacing : -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 8px;
	display: inline;
}

#headerright ul li a {
	color: #fff;
	text-decoration: none;
}

#headerright ul li a:hover {
	color: #333;
	text-decoration: none;

}


/*****************
 UL SIDE NAV
 *****************/


ul.sidenavlist{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 0.9em;
	width: 180px;
	background: #fff;
}

ul.sidenavlist li{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	background: #fff url(images/sidenavicon.gif) no-repeat 0 4px;
	line-height:1.3em;
	border-bottom: 1px solid #999;
}

ul.sidenavlist a:link, ul.sidenavlist a:visited{
	padding: 0px 0px 0px 15px;
	color: #333;
	text-decoration: none;
}

ul.sidenavlist a:hover, ul.sidenavlist a:active{
	color: #f70;
	text-decoration: none;
}

/* APPLY HERE OVERRIDES */
ul.sidenavlist  li.here {
 	font-weight: bold;
}

/* APPLY HEADER OVERRIDES */
ul.sidenavlist  li.sidenavheader {
	width: 180px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	color: #f70;
	background: #fff;
	border-bottom: 1px solid #fff;
 	font-weight: bold;
 	font-size: 0.9em;
 	text-transform: uppercase;
 	letter-spacing : -1px;

}

/*****************
 HEADINGS
 *****************/

h1 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.4em; display:inline; color: #000; font-weight: normal;}
h2 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.2em; display:inline; color: #d50;}
h3.lhs { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.8em; display:inline; color: #f70; text-transform: uppercase; letter-spacing : -1px; font-weight: bold; margin: 0px 0px 0px 10px;}

/*****************
 FORMS
 *****************/

form.inline { display:inline; }


input.pagesearchsubmit {
	margin: 0px 0px 0px 10px;
	border: 1px solid #999999;
	background-color: #f70;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
}

select.pageselect {
	margin: 4px 0px 4px 10px;
	width: 180px;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
	color: #000;
	}


/*****************
 UL NOMARGIN
 *****************/

UL.nomargin {
margin: 5px 0px 0px 12px;
padding: 3px 3px 3px 3px;
}


/*****************
 LINKS
 *****************/

#breadcrumb a:link { color: #000; text-decoration: none; }
#breadcrumb a:visited { color: #000; text-decoration: none; }
#breadcrumb a:hover { color: #000; text-decoration: underline; }

#mainpageright a:link { color: #d50; text-decoration: underline; }
#mainpageright a:visited { color: #d50; text-decoration: underline; }
#mainpageright a:hover { color: #f70; text-decoration: underline;}

.prodnamelink a:link { font-size: 0.9em; font-weight: bold; color: #d50; text-decoration: none; }
.prodnamelink a:visited { font-size: 0.9em; font-weight: bold; color: #d50; text-decoration: none; }
.prodnamelink a:hover { font-size: 0.9em; font-weight: bold; color: #f70; text-decoration: underline; }

#footer a:link { color: #d50; text-decoration: none; }
#footer a:visited { color: #d50; text-decoration: none; }
#footer a:hover { color: #d50; text-decoration: underline; }


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 PARAGRAPHS
 *****************/

p { margin-top: 10px; }


/*****************
 SPANS
 *****************/

.tagline {
	display: block;
	margin: 20px 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	}

/********************
 TABLES
 ********************/

.prodborderedtable { background: #ffe; }

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

/***************
 DL DT DD
 ***************/
dl {
	/* NO STYLES YET */
}

dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

dd {
	margin: 0 0 10px 5px;
}

span.date {
	color: #666666;
}

dd p.opener {
	margin-top: 0;
}