/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }
.sbs_header { font-weight: bold; text-transform:uppercase;}

a.tb_oatmeal,a.tb_rose,a.tb_lavendar,a.tb_seafoam {
  display: block;
  margin: 0px 0px 0px -3px;
  padding: 0px 0px 0px 32px;
  font: bold 14px/26px Arial,sans-serif;
  height: 29px;
  overflow: hidden;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

a.tb_oatmeal {
  background: url(/images/titlebtn_oatmeal.png) top left no-repeat;
}
a.tb_rose {
  background: url(/images/titlebtn_rose.png) top left no-repeat;
}
a.tb_lavendar {
  background: url(/images/titlebtn_lavendar.png) top left no-repeat;
}
a.tb_seafoam {
  background: url(/images/titlebtn_seafoam.png) top left no-repeat;
}

p.sbs_title1 {
  color: #71a429;
  margin: 0px;
  padding: 0px 0px 8px 0px;
  font: bold 14px/18px Tahoma,sans-serif;
  border-bottom: 1px solid #dfdfdf;
}
p.sbs_title2 {
  color: #71a429;
  font: bold 12px/12px Tahoma,sans-serif;
  padding: 3px 0px;
  margin: 0px;
}
table.home11 {
  width: 474px;
}
table.home11 td {
  padding: 13px 0px;
  border-bottom: 1px solid #dfdfdf;
}
table.home11 > tbody > tr:last-child td {
  border-bottom: none;
}
table.home11 td img {
  margin-right: 17px;
}

table.membershipgrid {
  border-collapse: collapse;
  margin-bottom: 24px;
}
table.membershipgrid tbody th {
  font-weight: normal;
  text-align: left;
}
table.membershipgrid thead th {
  vertical-align: bottom;
  padding-bottom: 20px;
  font: bold 10px/10px Verdana,sans-serif;
}
table.membershipgrid tbody th, table.membershipgrid tbody td {
  vertical-align: top;
  border-bottom: 1px solid #6d8da8;
  font: normal 10px/17px Verdana,sans-serif;
}
table.membershipgrid thead th, table.membershipgrid tbody td {
  width: 50px;
  text-align: right;
}
table.membershipgrid tbody td.green {
  font: bold 15px/17px Tahoma,sans-serif;
  color: #57af00;
}

/*** Styles for 3 colored boxes ***/
.boxes {
	position: static;
	height: 292px;
	width: 480px;
	font-family: Tahoma, sans-serif;
	font-size: 1.45em;
	background-color: #FFFFFF;
}

.title img {
	border: 0px;
}

.content {
	padding-left: 15px;
	padding-right: 27px;
}

strong {
	font-weight: bold;
}

p.text {
	font-size: 0.7em;
	margin-bottom: 0px;
	margin-top: 10px;
}

.boxes ul li {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

.boxes ul {
	margin-top: 0px;
	color: #3b6ead;
}

.boxes a {
	color: #3b6ead;
	text-decoration: none;
}

.boxes a:hover {
	text-decoration: underline;
} 
 
