﻿html body { border:1px solid #fff; }

body {
	text-align: center;
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
	position:relative;
}
{
margin: 0;
padding: 0;
}

div.wrapper {
	margin:0 auto;
	text-align: left;
	width:802px;
	overflow:hidden;
	height:100%;
	float:none; 
	display:table;
}

div.wrapper:after { 
content: ""; 
display: block; 
height: 0; 
clear: both; 
}

div.pricing {
background-image: url(media/people.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
 }

div.leftcolumn {
	padding-left:25px;
	padding-right:25px;
}

div.rightcolumn {
	padding-left:25px;
	padding-right:25px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smalltextfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-variant:small-caps;
}

.smalltextfooter a:visited {
	color: #6ca71a;
}

.smalltextfooter a {
	color: #6ca71a;
}

.smalltextfooter a:active {
	color: #6ca71a;
}

.greenlargetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #6ca71a;
	line-height:24px;
}
.greenheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6ca71a;
	font-weight:bold;
	line-height:24px;
}
.greyemphasistext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6B6B6B;
	font-weight:bold;
	line-height:24px;
}

.greenitalictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6ca71a;
	font-style:italic;
	font-weight:bold;
}

.largetextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.smallitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
.largeritalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #000033;
}
p
{
margin: 1em 0;
}
.bgGreyBlue {
 background-image: url(media/background.jpg);
 background-repeat: repeat-x;
}

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 13px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
text-align:center;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.ubercolortabs a{
float: left;
color: white;
background: #b4d28c url(media/roundleft2.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
width:105px;
height:30px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(media/roundright2.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;

}

.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #6ca71b; /*background color of tabs onMouseover*/
color: white;
width:105px;
height:30px;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #6ca71b; /*background color of horizontal line*/
}

.spacer { 
clear : both; 
}

ul.angledQuotesCheckbox {
list-style-type: none;
padding: 2em;
margin: 0;
}

.angledQuotesCheckbox li{
background-image: url('media/checkbox.gif');
background-repeat: no-repeat;
background-position: 0 .001em;
padding: 3px 20px 3px 30px;
}

div.sample_popup { 
	z-index: 100; 
}

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;

  width: 600px;
  height:20px;
  line-height: 19px;
  vertical-align: middle;

  background-color: #6ca71b;

  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:  14px;
  color:   #FFFFFF;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 600px;
  border: 1px solid black;
  background-color: #FFFFFF;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

.fBold {
	font-weight:bold;
}
div.freetrial_form_body {
  width: 600px;
  border: 1px solid black;
  background-color: #FFFFFF;
  vertical-align: middle;
}


div.freetrial_form_header {
  border: 1px solid black;
  border-bottom: none;

  width: 600px;
  height:20px;
  line-height: 19px;
  vertical-align: middle;

  background-color: #6ca71b;

  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:  14px;
  color:   #FFFFFF;
  cursor:  default;
}

#div_HP_FLASHBANNER {
	height: 280px;
}
div.quotebox {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	font-size:14px;
	font-style:italic;
	line-height:17px;
	color:#FFFFFF;
	background-color:#6ca71a;
	padding:12px 12px 12px 12px;
}

.smallcredit {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-style:italic;
	text-align:right;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.divfix {padding-top:1em;}
/* Safari 3.0 and Chrome rules here */
}

