/* Stylesheet for PEISF 2005 site */

/* Website Color Codes
Site Background: #f9f5ea; - Light peach?
Navigation Background, Specialty Foods text: #e4b989; - peach
Navigation Border, Navigation Background hover: #d07d29; - light burnt orange
Prince Edward Island text: #d07d29; - burnt orange
h3: #e3b989; - light peach
h1, h2, h4, a and a:hover: #990002; - red brick

*/
/* Start Layout IDs */
#wrapper {
	text-align:left;
	padding:0;
	border: 1px solid #d07d29;
	background-image:url(../images/spacer.gif);
	background-repeat: repeat-y;
	height:auto;
	margin-bottom:10px;	
}
.shoutbox {
	background-color:white;
	border:1px solid #d07d29;
	margin-left:2px;
	margin-right:184px;
}
#navtop {
	text-align:center;
	bottom:10px;
	left:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#navtop ul {
	padding:0;
	margin:0;
}
#navtop ul li {
	display:inline;
	padding:0;
	margin:0;
}
#navtop ul li a {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 1px outset #d07d29;
	color: black;
	background:url(../images/button_bg_up.gif) repeat-x;
	/*background-color: #e4b989;*/
	padding: 0 5px;
	text-align:center;
	text-decoration:none;
	width:9em;
}
#navtop ul li a:hover {
	/*background-color: #d07d29;
	color:white;*/
	background:url(../images/button_bg_dn.gif) repeat-x;
}
#header {
	background:url(../images/header2006.jpg) no-repeat;
	background-color:#ffffff;
	height:90px;
	border-top: 1px solid #d07d29;
	border-bottom: 1px solid #d07d29;
}
#body {
	display:inline;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat-y;
	height: 500px;
}
#sidebar {
	display:inline;
	float:right;
/*	width:180px;
	height:400px;*/
}
#sidebarProducts {
	display:inline;
	float:right;
	padding: 6px;
}
#navbottom {
	text-align:center;
	bottom:10px;
	left:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#navbottom ul {
	padding:0;
	margin:0;
}
#navbottom ul li {
	display:inline;
	padding:0;
	margin:0;
}
#navbottom ul li a {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 1px outset #d07d29;
	color: black;
	background:url(../images/button_bg_up.gif) repeat-x;
	/*background-color: #e4b989;*/
	padding: 0 5px;
	text-align:center;
	text-decoration:none;
	width:9em;
}
#navbottom ul li a:hover {
	/*background-color: #d07d29;
	color:white;*/
	background:url(../images/button_bg_dn.gif) repeat-x;
}
#products ul li {
	padding:4px;
}
#products ul li a:hover {
	text-decoration:none;
	color: black;
}
/* End Layout IDs */

/* Start custom tags */
body {
	background-color: #f9f5ea;
	background: url(images/page_top.gif) repeat-x;
	width: 100%;
	padding:4px;
}
body p {
	font-family:"Times New Roman", Times, serif;
	padding-right:5px;
	padding-left:5px;
	margin: 0;
}
a {
	color:#990002;
	text-decoration:none;
}
a:hover {
	color:#990002;
	text-decoration:underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	margin: 2px;
	color:#990002;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	margin: 2px;
	color:#990002;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	margin: 2px;
	color:#e3b989;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	margin: 2px;
	color:#990002;
}
h5 {
	font-size:1em;
}
.odd {
	background-color:#cccccc;
}
.even {
	background-color:#f9f5ea;
}
table {
	margin:4px;
}
table th {
	background-color:#e3b989;
	border-bottom:1px solid #666666;
	text-align:center;
}
table tr td {
	text-align:center;
}
/* End custom tags */

/* Start Classes */
.inline {display:inline;}
.clear {clear:both;}
.clear-divider, .clear-divider a, a.clear-divider, .clear-divider div, div.clear-divider {
	clear:both;
	border-bottom: 1px solid #d07d29;
	width:100%;
	color:#e4b989;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.clear-divider:hover, div.clear-divider:hover {
	color: #e4b989;
	text-decoration:none;
}
.float-left {float:left;}
.float-right {float:right;}
.sidebarimage {
	border-left: 1px solid #d07d29;
	border-bottom: 1px solid #d07d29;
	margin-left: 4px;
}
.sidebarimageProducts {
	border-left: 1px solid #d07d29;
	border-bottom: 1px solid #d07d29;
	border-top: 1px solid #d07d29;
	margin-left: 4px;
}
.prodlink, .prodlink a, a.prodlink {
	font-size:10px;
	text-decoration:none; !important
	color:#d07d29;
	font-family:Arial, Helvetica, sans-serif;
}
.prodlink a:hover, a.prodlink:hover {
	text-decoration:underline;
	color:#990002;
}
.font10 {
	font-size:10pt;
}
.column-left {
	float:left;
	display:inline;
}
.column-right {
	float:right;
	display:inline;
	clear:right;
}