@charset "UTF-8";
/* CSS Document */
img{
behavior:url("pngbehavior.htc");
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
p {
	font-size:0.7em;
	line-height:1.4em;
	margin:0;
	margin-bottom:12px;
}
h1, h2, h3 {
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 10px 0;
}
h1 {
	color:#993300;
}
h2 {
	font-size:.9em;
	color:#336633;
}
h3 {
	font-size:.8em;
	color:#cc3333;
	text-transform:none;
	margin-bottom:0;
}
h4 {
	font-size:.75em;
	color:#336633;
	text-transform:none;
	margin-bottom:0;
}
a, a:link {
	text-decoration:underline;
	color:#b9201b;
}
a:hover {
	text-decoration:none;
	color:#ef7a7a;
}
a:visited {
	color:#666666;
}
#container { 
	width: 955px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image:url(../images/TallPoppies/poppies_header.png);
	background-position:65px 76px;
	background-repeat:no-repeat;
	min-height:225px;
	padding: 0 10px 0 70px;
} 
#menu {
	width:200px;
	height:130px;
	padding-left:15px;
	margin-top: 17px;
	font-size:11px;
}
*html#menu {
	background-color:#666;
}
#menu ul {
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#menu li {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:#6C3 1px dotted;
}
#menu li a {
	color:#ffed00;
	text-decoration:none;
	font-size:.8em;
}
#menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#MainBody {
	margin:0;
	padding:0;
	background-image:url(../images/TallPoppies/whitebox_sides.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
#PoppyTable {
	width: 947px;
	z-index:20;
}
#LeftColumn {
	background-image:url(../images/TallPoppies/sidebar_placeholder.jpg);
	background-position:100px 45px;
	background-repeat:no-repeat;
	width:395px;
	margin:0;
	padding:0;
	vertical-align:bottom;

}
#RightColumn { 
	background-image:url(../images/TallPoppies/poppies_R.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:40px 90px 110px 30px;
	vertical-align:top;

} 
#RightColumn ul, #RightColumn ol {
	margin-top: 5px;
}
#RightColumn li {
	font-size:0.7em;
}
#RightColumn table {
}
#RightColumn td {
	border-bottom:#b9201b 1px solid;
	padding:0;
	margin:0;
}
#RightColumn td p, #RightColumn td h1, #RightColumn td h2, #RightColumn td h3 {
	margin-left: 10px;
}
td.ScheduleDate {
	background-color:#b9201b;
	color:#FFF;
	font-weight:bold;
	padding: 0;
}
td.ScheduleDate p {
		padding:0;
		margin:0;
}

#footer {
	padding: 0 40px 0 20px; 
	height:46px;
	width:895px;
	background-image:url(../images/TallPoppies/poppies_footer.png);
	background-position:top right;
	background-repeat:no-repeat;
	bottom:0;
	color:#FFF;
	text-align:right;
	clear:both;
} 
#footer p {
	margin: 0;
	padding:0;
	font-size:9px;
}
#footer a {
	color:#CCC;
}
#footer a:hover {
	color:#FFF;
}