﻿a.small 
{
	font-size:0.8em;
}
.center 
{
	margin:auto
}
.textCenter
{
	text-align:center
}
.textTitle
{
	color:#2F4F4F;
	font-weight:bold;
}
div.details 
{
	border:solid 1px #DDD6A3;
	margin-bottom:10px;
	padding-bottom:10px
}

div.detailsReport 
{
	border:solid 1px #DDD6A3;
	width:580px;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:10px;
	background-color:#FFF;
}
div.details .title, div.detailsReport .title
{
	background-color:#DDD6A3;
	color:#2F4F4F;
	font-weight:bold;
	padding:2px;
	padding-left:5px;
	margin-bottom:10px;
	font-size:0.9em;
}
ul.image 
{
	list-style:disc url(/common/images/arrow_black_on_clear.gif);
}
div.centerCell 
{
	text-align:right;
	margin:auto;
	width:75%
}
.summaryTitle
{
	color:#2F4F4F;
	font-weight:bold;
	text-align:center
}
.question
{
	width:150px;
	text-align:right;
	float:left;
	padding:5px;
}
.answer
{
	text-align:left;
	float:left;
	padding:3px;
}
.tab 
{
	position:relative;
	z-index:0;
	font-size:0.8em;
	cursor:pointer;
	color:#2F4F4F;
	background-color:#DDD6A3;
	border:solid 1px #DDD6A3;
	border-bottom:solid 1px #DDD6A3;
	float:left;
	margin-left:3px;
	padding:5px;
}
.selectedTab
{
	color:#2F4F4F;
	background-color:#F5F5F0;
	border:solid 1px #DDD6A3;
	border-bottom:solid 1px #F5F5F0;
}
.affiliateP
{
	margin-bottom:15px;
}

*:first-child+html #content p {
	position: static;
}
* html #content p {
	position: static;
}

.featured 
{
	float:right;
	width:232px;
	padding:0;
	margin:0;
	background:url("images/rectTall.png") bottom center no-repeat;
}
.featured h3
{
	margin:0;
	padding:20px;
	font-size:11pt;
	text-align:center;
	color:#5b1400;
}
.featured_top
{
	z-index:1;
	background:url("images/rectTall.png") top center no-repeat;
}
.featured img
{
	display:block;
	margin:0 auto 20px auto;
	width:auto;
}
.main_content
{
	float:left;
	width:535px;
	margin:0;
	padding:0;
}
.main_content ul
{
	list-style-image:url('images/check.gif');
	margin-left:4em;
}
.main_content ul li
{
	margin-top:1em;
	padding-left:1.5em;
}
.welcome
{
	padding:0;
	margin:0;
}
.benefits
{
	font-weight:bold;
	color:#5b1400;
}
.btnSubmit
{
	background:url('images/getstarted.png') no-repeat top left;
	width:180px;
	height:42px;
	border:none;
	cursor:pointer;
}

/* Moved following 4 class definitions from index.aspx file itself since where they were didn't comply with standards */
.welcome .Title {
   vertical-align:middle;
   width:100%;
}
.Info {
   padding:0 0.7em;
   vertical-align:middle;
   width:auto;
}
.Info2 {
   padding:0.5em;
   vertical-align:middle;
   width:auto;
}
.List {
   margin-left:2.5em;
}
.Termlist
{
    margin-top:14px;
}
.Termspan
{
    font-weight:bold;
}
