body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/body_footer_fill.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

td,p
{
	font-family:tahoma;
	font-size:12px;
	color:#56796a;
}

h2
{ 
	font-family:arial; 
	font-size:26px; 
	font-weight:normal; 
	text-transform:uppercase; 
	color:#4b4f56; 
	line-height:25px; 
	margin-bottom:24px;
}

h3
{
	font-size:13px;
	font-weight:bold;
	color:#28343e;
}

h4
{
	font-size:16px;
	line-height:18px;
	margin-bottom:3px;
	font-weight:bold;
}

a
{
	color:#009d79;
}
a:hover
{
	text-decoration:none;
}

strong
{
	color:#28343e;
}

ol li
{
	margin-bottom:12px;
}
ul li
{
	margin-bottom:2px;
}

.products_list li
{
	margin-left:20px;
	list-style-image:url(../images/glyph_red_star.gif);
	list-style-position:outside;
}
/* Image */
.thumbnail {
	border:1px solid #009d79; 
	padding:1px;
	display:table;
}
.thumbnail img {
	border:0px solid #009d79; 
	margin:2px;
}

a:hover .thumbnail {
	border:1px solid #ffffff;
}
/* Image */

.full_height
{
	height:100%;
}

.body_header
{
	background-image:url(../images/body_header_fill.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:101px;
}

.faq_a a
{
	font-weight:bold;
	line-height:25px;
	background-image:url(../images/glyph_red_star.gif);
	padding-left:20px;
	background-repeat:no-repeat;
}

.image
{
	border:1px #333333 solid;
}

.content
{
	padding:29px;
}

.highlight
{
	color:#009d79;
}

.link_red_star 
{ 
	background:url(../images/glyph_red_star.gif) no-repeat left 0px; 
	padding-left:20px; 
	color:#1e2d3c; 
	text-decoration:none;
}
.link_red_star:hover 
{ 
	text-decoration:underline;
}

.link_tick
{ 
	background:url(../images/glyph_tick.gif) no-repeat left 0px; 
	padding-left:20px; 
	color:#1e2d3c; 
	text-decoration:none;
}
.link_tick:hover 
{ 
	text-decoration:underline;
}

.footer td a
{
	color: #56796a;
	text-decoration:none;
}
.footer td a:hover
{
	text-decoration:underline;
}

/* RCB Begin */
.rcb
{
	background-color:#ebeef2;
	width:100%
}
.rcb .tl
{
	width:9px;
	height:9px;
	max-width:9px;
	max-height:9px;
	background-image:url("../images/footer_top_left.gif");
}
.rcb .tr
{
	width:9px;
	height:9px;
	max-width:9px;
	max-height:9px;
	background-image:url("../images/footer_top_right.gif");
}
.rcb .bl
{
	width:9px;
	height:9px;
	max-width:9px;
	max-height:9px;
	background-image:url("../images/footer_bottom_left.gif");
}
.rcb .br
{
	width:9px;
	height:9px;
	max-width:9px;
	max-height:9px;
	background-image:url("../images/footer_bottom_right.gif");
}
.rcb .l
{
	width:9px;
	max-width:9px;
	background-position:left;
	background-image:url("../images/footer_horizontal_fill.gif");
}
.rcb .r
{
	width:9px;
	max-width:9px;
	background-position:right;
	background-image:url("../images/footer_horizontal_fill.gif");
}
.rcb .t
{
	height:9px;
	max-height:9px;
	background-position:top;
	background-image:url("../images/footer_vertical_fill.gif");
}
.rcb .b
{
	height:9px;
	max-height:9px;
	background-position:bottom;
	background-image:url("../images/footer_vertical_fill.gif");
}
/* RCB End */


/*Blog Stuff*/
.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }
