/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:840px;
	background:#aac474;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:800px;
	padding:0px 20px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/bg_outer.jpg) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	color:#656565;
	}
a { color:#627F27; text-decoration:underline; }
a:hover { text-decoration:none; }
h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#627F27;
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	}
h2
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#627F27;
	font-size:12px;
	font-weight:bold;
	margin:9px 0px 18px 0px;
	text-align:center
	}
h3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#627F27;
	font-size:12px;
	font-weight:bold;
	}

p
	{
	margin:0px 0px 18px 0px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:776px;
	padding:0px 12px;
	height:337px;
	overflow:hidden;
	z-index:100;
	background:url(../images/bg_header.jpg);
	}
#right 
	{
	position:relative;
	width:263px;
	float:right;
	padding:337px 0px 0px 0px;
	}
#right img
	{
	margin:0px 0px 12px -1px;
	}
#footer 
	{
	text-align:center;
	color:#f2f3bd;
	width:800px;
	clear:both;
	height:102px;
	left:20px;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif);
	}
#footer #footernav a { color:#f2f3bd; font-weight:bold; text-decoration:none; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; }
#footer #footernav a:hover { color:#fff; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:104px;/* for ie5 */
	he\ight:102px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:488px;
	float:left;
	padding:353px 0px 0px 24px;
	}
#clearfooter {width:100%;height:104px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-104px;} /*safari wrapper */


.bodyimages
	{
	float:left;
	margin:-2px 20px 0px 0px ;
	}
.bodyimages2
	{
	float:right;
	margin:-10px 0px 0px 20px ;
	}


div#prodleft
	{
	width:250px;
	float:left;
	}
div#prodright
	{
	float:left;
	width:300px;
	}
div.shadedarea
	{
	background:#f0f0f0;
	border-top:1px solid #8b6845;
	border-bottom:1px solid #8b6845;
	padding:13px 15px;
	}
div.shadedarea2
	{
	background:#f0f0f0;
	border-top:1px solid #8b6845;
	border-bottom:1px solid #8b6845;
	padding:7px 15px;
	}
div#slideshow
	{
	position:absolute;
	top:126px;
	}

form#consent
	{
	padding:7px 12px;
	border:1px solid #aac474;
	}	
form#consent table td
	{
	padding:2px 10px 2px 0px;
	vertical-align:middle;
	}
form#consent label
	{
	font-weight:bold;
	}	
form#consent input
	{
	width:190px;
	}
form#consent input.button
	{
	width:60px;
	}
form#consent input.checkbox
	{
	width:18px;
	}

table td
	{
	vertical-align:top;
	padding:2px 0px;
	}
table.workshop
	{
	margin:0px 0px 20px 0px;
	border-top:1px solid #8b6845;
	border-bottom:1px dotted #8b6845;
	}
table.workshop td
	{
	padding:5px 6px;
	}
ul.linkslist li
	{
	padding:0px 0px 0px 13px;
	background:url(../images/pixelarrow.gif) no-repeat 0px center;
	}
ul.linkslist li a
	{
	color:#656565;
	text-decoration:none;
	}
ul.linkslist li a:hover
	{
	color:#627f27;
	text-decoration:none;
	}
ul#links
	{
	border-top:1px solid #8b6845;
	border-bottom:1px solid #8b6845;
	}
ul#links li a
	{
	display:block;
	padding:3px 0px 3px 30px;
	border-bottom:1px solid #CCCCCC;
	background:url(../images/bg_links.gif) no-repeat  9px 6px #F0F0F0;
	color:#627F27;
	text-decoration:none;
	}
ul#links li a:hover
	{
	background:url(../images/bg_links_over.gif) no-repeat  9px 6px #e1e1e1;
	}
ul.textlist
	{
	margin:0px 0px 18px 0px;
	}
ul.textlist li
	{
	padding:5px 0px 5px 20px;
	background:url(../images/bg_textlist.gif) no-repeat 0px center;
	}
ul#topnav
	{
	position:absolute;
	top:95px;
	}
ul#topnav li
	{
	float:left;
	text-align:center;
	padding:5px 10px;
	}
ul#topnav li a
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#627F27;
	text-decoration:none;
	}
ul#topnav li a:hover
	{
	color:#000;
	}
	
	
