/** $Id: sidebar.css,v 1.1 2009/03/05 19:36:21 greenmoo Exp $ **/
div#rSideBar {
	width: 160px;
	color: #797166;
	background-color: #EDE9DD;
	height: 100%;
	float: right;
	padding: 10px 0;
}
	div#rSideBar a { color: #797166; }
	div#rSideBar h3 {
		font-family: 'Georgia', serif;
		font-size:11px;
		padding-left: 5px;
		font-weight: bold;
	}
	div#rSideBar h4 {
		font-size: 11px;
		font-weight: bold;
		margin-top: 5px;
	}
	div#rSideBar ul {
		margin: 7px 2px 0 20px;
		font-weight: normal;
	}
	div#rSideBar ul li a { color: #797166; }
	div#rSideBar hr {
		color: #54433B;
		margin: 5px 10px;
	}
	div#rSideBar div#sideSLHPromo {
		margin: 10px 0;
		color: #5E6756;
		background-color: #D5D8BD;
		padding: 7px;
		font-family: 'Georgia', serif;
		font-weight: bold;
		font-size: 10px;
	}
	div#rSideBar div#slt {
		margin: 7px 9px;
	}
	div#rSideBar div#newsletter a {
		display: block;
		background-color: #C5C9A8;
		padding: 6px 3px 6px 5px;
		color: #314431;
		font-family: 'Georgia', serif;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0;
		font-weight: bold;
		}
	div#rSideBar div#newsletter a:hover {
			text-decoration: none;
			background-color: #A1AA8B;
		}
	div#rSideBar span {
                color: black;
		font-size: 10px;
		padding-left: 15px;
	}
	div#rSideBar div.img {
		width: 40px;
		height: 96px;
		float: right;
		margin-right: 5px;
	}
	div#rSideBar div#newsInput {
		width: 155px;
		height: 32px;
		margin: 5px auto;
		text-align: left;
	}
		div#newsInput div#newsInputBugFix {width:150px;padding:6px 0 0 7px;}
			div#newsInput input {
				font-size: 9px;
			}
			div#newsInput a {
				display: block;
				width: 25px;
				height: 25px;
				float: right;
			}
			div#newsInput a:hover { text-decoration: none; }
/** The due to a bug, the margin cannot be set on div#content p, so
      it must be set with padding instead.  So over-ride the default
	  when the sidebar displays **/
div#content p { padding-right: 11px; }
div#content p.pM { padding-right: 11px; }
/*  For the W3C 100% height bug */
table#main td#tmRight {
	background: white url('../images/sidebar-back.gif') bottom right repeat-y;
}
