html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img {
     margin: 0;
     padding: 0;
     border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:Verdana;
	font-size:76%;
	/*background-image:url(Images/bg_tile.jpg);*/
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {color:#573922;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
p  {
    margin: 1em 0;
    line-height:1.4;
}
a {
	text-decoration:underline;
	color:#F369B1;
}

a:hover {text-decoration:none;}

.dropdownList {
    border:1px solid #F15E22;
    background-color:#FFFFFF;
    font-size:1em;
}

#sizer {
	width: 58%;
	max-width: 192px;
	margin: 10px auto 0 auto;
	padding: 0;
}
#expander {
	position: relative;
	min-width: 772px; /* Critical Safari fix! */
	margin: 0 -386px 0 -386px;
	background: #FFFFFF;
	/*background-image:url(Images/column_bg.gif);*/
	background-repeat:repeat-y;
	background-position:top right;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	border-bottom:1px solid #EBE4DE;
	text-align:left;
	/*background-image:url(Images/column_bg.gif);*/
	background-repeat:repeat-y;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#leftcolumn{
	float:left;
	width:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF;
	font-size:0.9em;
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop{
	height:32px;
	background-color:#FFFFFF; /*#FAECE8;	*/
	background-image:url(Images/mainnav_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#loginbox {
    min-height:130px;	
	margin:2px;
	padding:5px 0.5em;
	border:1px solid #F15E22;
	background-color:#FFFFFF;
	/*background-image:url(Images/colgradient_short.jpg);*/
	background-repeat:repeat-x;
	color:#6D584D;
}

* html #loginbox {height:124px;}

#loginbox h4 {margin:0;}

#leftbarcontainer 
{
	margin:2px;
	padding:1em 0.5em;
	border:1px solid #F15E22;
	background-color:#FFFFFF;
}

.leftbaritem {padding:1em 0.5em;}

#rightcolumn{
	float:right;
	width:152px;
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF; /*#EBE4DE;*/
	font-size:0.9em;
}
html>body #rightcolumn{margin-left:0;}

#rightcoltop
{
	height:32px;
	padding:0 1em;
	text-align:right;
	color:#563821;
	background-color:#FFFFFF; /*#FAECE8;*/
	background-image:url(Images/mainnav_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#rightcoltop a {color:#563821;}
#searchbottom
{
	border-bottom: 1px solid #F15E22;
	padding-bottom: 2px;
}


#searchbox {
	position:relative;	
	height:130px;

	margin:2px;
	padding:5px 0.5em;
	border:1px solid #F15E22;
	background-color:#FFFFFF;
	/*background-image: url(Images/searchbox_bg.jpg);*/
	background-repeat:repeat-x;
	color:#6D584D;
}

#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#loginbox .txtBox, #searchbox .txtBox {
    border:1px solid #F15E22;
    background-color:#FFFFFF;
    font-size:1em;
}
#rightbarcontainer {
	margin:2px;
	padding:1em 0.5em;
	border:1px solid #F15E22;
	background-color:#FFFFFF;
	/*background-image:url(Images/rightbarcontainer_bg.gif);*/
	background-repeat:no-repeat;
}
.rightbaritem{
	padding:2em 0.5em;
	background-image:url(Images/rightbarheader.gif);
	background-repeat:no-repeat;
}
#centercolumn{
	/*background-image:url(Images/centercolrightcorner.gif);*/
	background-repeat:no-repeat;
	background-position:top right;
	height:1%;
	margin:0;
	background-color:#FFFFFF; /*#EBE4DE;*/
	font-size:0.9em;
}
.zoneHeader, .zoneHeader table
{
	font-weight:bold;
	font-size:8
}
.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
}
#centercoltop{
	height:18px;	
	/*background-image:url(Images/centercolleftcorner.gif); */
	background-repeat:no-repeat;
}

html>body #centercoltop {height:0px;}

#mainnav 
{
	/*align:"left";*/
	height:32px;
	background-color:transparent;
	font-size:1em;
	background-image:url(Images/mainnav_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;	
}

html>body #mainnav {height:32px;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:left;}

#mainnav .item {
	padding:0em 1em; 
	vertical-align:middle;
	min-height:33;
	height:33;
	line-height:2.3;
	font-weight:bold;
	color:#FFFFFF;
}

/*html>body #mainnav .item {border-top:6px solid transparent;} 

#mainnav .hover{}*/

#mainnav .selected {
	/*border-top:6px solid #FAEBE7;*/
	background-image:url(Images/mainnavselected.gif);
	background-repeat:repeat-x;	
}

#mainnav .subMenu
{
	border:1px solid #F15E22;
    color:#FFFFFF;
    background-color:#FF6E32;
}
#mainnav .subMenu table
{
	background-color: Transparent;
	background-repeat: repeat-y;
	margin: 2px 2px 2px 6px;
	border-top-width: thin;
	border-left-width: thin;
	border-left-color: #ff4808;
	border-bottom-width: thin;
	border-bottom-color: #ff4808;
	border-top-color: #ff4808;
	border-right-width: thin;
	border-right-color: #ff4808;
}
#mainnav .subMenu a {
	width:140px;
	border-style:none;
}

* html #mainnav .subMenu a {width:139px;}

#mainnav .subMenuNormal {			 
    color:#FFFFFF;
	font-weight: bold;
	padding-left:10;
    background-color:#FF6E32;
}

html>body .subMenuNormal {border: 1px solid transparent;}

/*html>body #mainnav .selected {border-top:6px solid #FAEBE7;} */
    
#header {
	position:relative;
	height:130px;
	margin:2px;
	padding:5px 0.5em;
	border:1px solid #F15E22;
    background-color:#FFFFFF;
	/*background-image:url(Images/about_pic.gif);
	background-repeat:no-repeat;
	background-position:top right;*/
}

#maincontent {
	margin:2px;
	padding:1em 0.5em;
	border:1px solid #F15E22;
	background-image:url(Images/maincontent_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#maincontent .teaser {
	margin:-0.7em 0 0 0;
	color:#A68866;
}

/*#maincontent h2:before{content: url(Images/magnolia_small.gif);}*/

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #F15E22;
	color:#573922;
}
* html #maincontent legend {
	padding:0.5em;
	background-color:#FFFFFF;
}

#maincontent label {line-height:2em;} 

#maincontent .txtBox {
    border:1px solid #F15E22;
    font-size:1em;
    background-color:#FFFFFF; /*#F5F2EF;*/
}

html>body #maincontent .txtBox {font-size:1.2em;}

#maincontent .txtBox:focus {background-color:#FFFFFF;}   
    
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}


#welcomebox
{
   font-size: 12px;
   text-align: right;
}

.button 
{
	border-color:#FF6E32;
	/*border: none;
    border:1px solid #F15E22;*/
    color:#FFFFFF;
    background-color:#FF6E32;
    font-size:smaller;
    cursor:hand;
}    
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer {
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border-bottom-style:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}
	
/*	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	*/
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		padding:0;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#header img {display:none;}
	
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
	
}

.normaltable
{
}

select
{
    border:1px solid #F15E22;
    background-color:#FFFFFF;
    font-size:1em;
}

.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: red;
   font-size: 4px;   
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}

.shoppingcartbox
{
   font-size: 11px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}

.sectionsubtitle
{
   font-size: 11px;
   font-weight: bold;
}
