/* Author: Ben Brock                      LJG Partners 6/8/2008 */
/* SENTRE PARTNERS Standard (Common) CSS Elements               */
/****************************************************************/

body, table, td, div, p, img, h1, h2 {
  margin: 0px;
  padding: 0px;
  border: medium none;
  font-family: Arial;
  font-size: 12px;
  vertical-align: top;
}

body {
  background-image: url(../img/global/page_bg.png);
  background-color: #fff;
  background-repeat: repeat-x;
  margin-top: 33px;
	margin-bottom: 33px;
}

a { text-decoration: none; color: #333; }
a:hover { color: #690; }
a:visited { color: #333; }


/* Basic master-layout table styles */
.master_table {
  border: 1px solid #ccc;
  margin: 0px auto;
  width: 1002px;
}


.master_table_header_cell2 {
  background-color: #E6E6E6;
  background-image: url(../img/global/header_gradient_new.png);
  background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-left: 30px;
  width: 1000px;
  height: 89px;
}

.master_table_content {
  background-color: #E5E5E5;
  background-image: url(../img/global/content_bg.png);
  background-repeat: repeat-x;
  background-position: top middle;
  height: 500px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ededed;
}

.master_table_content_container {
  padding: 25px 34px;
}

.master_table_footer {
  background-color: #036;
  text-align: right;
  vertical-align: middle;
  height: 10px;
	color: #FFF;
}

.master_table_footer .live_support_container {
  background-color: #690;
	color: #FFF;
  border-left: 1px solid #e4e4e4;
  width: 216px;
  height: 10px;
  vertical-align: middle;
  text-align: right;
}

.master_table_footer .live_support {
  padding-right: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
.master_table_footer .live_support a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
	text-decoration: none;
}

/* Special font-control styles */
.grey_12 {
  font-size: 12px;
  color: #e6e6e6;
}

.sentre_green {
  color: #690;
}

.page_title {
  font-family: Georgia;
  font-size: 48px;
  font-weight: normal;
  color: #333;
  padding-bottom: 50px;
}

.standard_copy {
  line-height: 150%;
  color: #333;
}

.standard_section_header {
  padding-bottom: 7px;
}

.normalized_link {
  text-decoration: none;
  color: #333;
}

.normalized_link_underline {
  text-decoration: underline;
  color: #333;
}

.normalized_link:hover {
  color: #690;
}

.normalized_link_underline:hover {
  color: #690;
}

/* Two-column content table */
.master_table_content .standard_two_col {
  width: 100%;
}

.master_table_content .standard_two_col .left_col {
  width: 620px;
}

.master_table_content .standard_two_col .spacer_col {
  width: 85px;
}

.master_table_content .standard_two_col .right_col {
  width: 283px;
}

/* Two-column content header table */
.master_table_content .standard_header_two_col {
  width: auto;
}

.master_table_content .standard_header_two_col .title_cell {
  width: auto;
}

.master_table_content .standard_header_two_col .spacer_cell {
  width: 35px;
  padding-top: 30px;
  text-align: center;
}

.master_table_content .standard_header_two_col .text_cell {
  padding-top: 20px;
  line-height: 130%;
  font-family: Georgia;
  font-size: 15px;
  color: #333;
  width: 620px;
}

/* Four-column table */
.master_table_content .standard_four_col {
  width: 100%;
}

.master_table_content .standard_four_col .standard_cell {/*width: 25%;*/}
.master_table_content .standard_four_col .standard_cell .padding_right {
  /* Using the line below makes the columns look nicer, but forces some links onto a second line. */
  padding-right: 30px; 
}
.standard_four_col .equal_cell {width: 25%;}
.standard_four_col .equal_cell .padding_right {
  /* Using the line below makes the columns look nicer, but forces some links onto a second line. */
  padding-right: 30px; 
}


/* Horizontal Rule */
.master_table_content .horizontal_rule {
  height: 1px;
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
}

.footer_nav {
	padding-top: 10px;
	text-align: center;
	color: #999;
	font-size: 11px;
	line-height: 16px;
}
.footer_nav a {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}
.footer_nav a:hover {
	color: #690;
	text-decoration: none;
}