body
{
	margin: 0px;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
}

td
{
	vertical-align: top;
}

td.fieldname
{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

hr
{
	color: #b45d16;
}


#sectiontitle
{
	background-color: white;
}

#container2
{
	background-color: white;
	margin-right: 200px;
}

#header
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 184px;
	background-image: url(images/HeaderSlice.jpg);
}

#header2
{
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 184px;
	background-image: url(images/Header.jpg);
}

#headermenu
{
	position: relative;
	top: 153px;
	left: 245px;
	width: 700px;
	padding: 2px 2px 2px 2px;
}

#breadcrumb
{
	background-color: #202020;
	color: White;
	padding: 3px;
	font-size: 10px;
	padding-left: 5px;
}

#breadcrumb a
{
	color: Yellow;
}

#footermenu
{
	text-align: center;
	padding-top: 10px;
}

#orderbycheck
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 20px;
}

#footertext
{
	text-align: center;
	padding-top: 3px;
}

#roadside
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	text-align: left;
	background-color: white;
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}

#roadside a
{
	font-size: 10px;
	text-decoration: none;
	color: black;
}

#weatherbox
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	text-align: center;
	background-color: #005500;
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	vertical-align: top;
}

#weatherbox a
{
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-weight: bold;
}


#loginbox
{
	position: absolute;
	top: 16px;
	right: 10px;
	width: 180px;
	height: 80px;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	color: black;
}

#loginbox input
{
	font-size: 10px;
	color: black;
}

#themeselector
{
	position: absolute;
	text-align: right;
	top: 153px;
	right: 10px;
	width: 180px;
	height: 80px;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
}

#themeselector select
{
	color: black;
	background-color: #e1e1e1;
	font-size: 10px;
}

#welcomebox
{
	font-size: 12px;
	text-align: right;
}

#footer
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 62px;
	background-image: url(images/FooterSlice.jpg);
	visibility: hidden;
}

#leftcol
{
	position: absolute;
	top: 183px;
	left: 0px;
	width: 200px;
	color: black;
	font-size: 11px;
	background-image: url(images/columnSlice.jpg);
	border-right: 1px solid;
}

#leftcol div.text
{
	padding: 6px 6px 6px 6px;
	text-align: justify;
}

#leftcol div.alternatetext
{
	padding: 6px 6px 6px 0px;
	background-color: #e1e1e1;
	text-align: justify;
}

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
	padding: 6px 6px 6px 3px;
	background-image: url(images/sectionSlice.png);
	color: WindowText;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: gray 1px solid;
	border-top: gray 1px solid;
}

#rightcol a
{
	color: blue;
}

#centercol
{
	position: relative;
	margin-left: 200px;
	padding: 0px;
	background-color: white;
}

#centercolcontent
{
	padding: 15px 6px 15px 6px;
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
	font-weight: bold;
	font-size: larger;
	color: #b45d16;
}

#centercolcontent div.sectionsubtitle
{
	font-weight: bold;
	padding-bottom: 4px;
}

#centercolcontent div.mainpage
{
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
}

#rightcol
{
	position: absolute;
	top: 183px;
	right: 0px;
	width: 199px;
	font-size: 11px;
	background-image: url(images/columnSlice.jpg);
	border-left: 1px solid;
}

#rightcol a
{
	color: Navy;
}

#rightcol div.text
{
	padding: 6px 6px 6px 6px;
	text-align: justify;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
	padding: 6px 6px 6px 3px;
	background-image: url(images/sectionSlice.png);
	color: WindowText;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: gray 1px solid;
	border-top: gray 1px solid;
}

.footermenulink
{
	font-family: Arial, Serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.footermenulink a
{
	text-decoration: none;
	color: black;
}

.headermenulink
{
	font-family: Impact;
	font-size: 14pt;
	text-transform: uppercase;
}

.headermenulink a
{
	text-decoration: none;
	color: black;
}

.headermenulink a:hover
{
	text-decoration: underline overline;
	color: black;
}

.highlight
{
	background-color: #fefbd2;
	color: #000080;
}

.highlightcity
{
	background-color: #df2e05;
}

.highlightstate
{
	background-color: #f4c977;
}

.highlightcountry
{
	background-color: #818689;
}

.articlebox
{
	background-color: #fefef0;
	color: #b45d16;
	border: dashed 1px #995117;
	padding: 6px 6px 6px 6px;
	font-size: smaller;
}

.articletitle
{
	font-size: 18px;
	font-weight: bold;
	color: #995117;
	text-decoration: none;
}

.articleabstract
{
	padding-top: 6px;
}

.comment
{
	padding: 4px 0px 4px 0px;
	font-size: smaller;
}

.pollbox
{
	font-size: 11px;
}

.pollcontent
{
	padding: 6px;
}

.linkbox
{
	font-size: 11px;
}

.linkcontent
{
	padding: 6px;
}

.pollquestion
{
	font-size: 13px;
	font-weight: bold;
}

.polloptions
{
	padding-top: 10px;
	padding-bottom: 4px;
}

.pollbar
{
	background-color: olive;
	height: 3px;
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	margin-top: 2px;
}
.pollbarframe
{
	background-color: transparent;
}

.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;
}

.postinfo
{
	background-color: #f9eaa6;
	font-weight: bold;
	text-align: center;
}

.posttitle
{
	padding: 3px;
	margin-bottom: 10px;
	background-color: #f09d35;
	color: black;
	font-weight: bold;
}

.postbody
{
	padding: 3px;
}

.shoppingcartbox
{
	font-size: 11px;
}

.shoppingcartboxcontent
{
	padding: 6px;
}
.order
{
	font-size: 8pt;
	font-family: 'Courier New';
}

.mailchecksto
{
	font-size: 25px;
}
.thanks
{
	font-size: 20px;
	color: maroon;
}

.linkCaption
{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
}


.linkDescription
{
}

.defaultMessage
{
	font-size: 13pt;
	font-family: Tahoma, Arial;
}

/* These are from first efort */

.ImageTextOnRight
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
}

.ImageTextOnLeft
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: right;
}

.GothicLetter
{
	float: left;
	margin-right: 3px;
}

.HiveListStyle
{
	width: 125px;
	height: 100px;
	position: absolute;
}

