﻿body, table, input, select, textarea, button {
	font: normal 1em Verdana, Helvetica, Arial, Sans-Serif;
}

a img { border: none; }
a big, a span { cursor: pointer; }

a { color: #006699; text-decoration: underline; }
a:hover { color: #DD6600; }

.clear { clear: both; }

.error
{
	font-size: small;
	color: #800000;
	font-weight: bold;
}

#whyusebt, .bluebox, .yellowbox, .cclightblue, #triallink, a.signuplink {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	padding: 12px;
	zoom: 1;
}
 
/* Content 2/3 + 1/3 */
.content23 { float: left; width: 63%; position: relative; zoom: 1; }
.sidebar13 { float: left; margin-left: 3%; width: 33.3%; position: relative; zoom: 1; }

.cclightblue
{
	background-color: #EEF7F7;
}

.bluebox
{
	display: block;
	background-color: #C2DDE6;
	border: solid 1px #62B4C8;
}

.yellowbox {
	margin: 1em 0 0.3em;
	background: #FFFFCC;
}

.yellowbox h3, .bluebox h3
{
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
}

.yellowbox h3 {
}

.bluebox h3 {
	text-align: center;
}

h3.bluebox 
{
	text-align: center;
	margin: 0;
	padding: 16px;
	font-size: 1.1em;
}

h3.bluebox a, h3.bluebox b {
	display: block;
	padding-top: 4px;
}

#triallink, 
a.signuplink { 
	display: block; 
	background: #264B01 url('img/menubk.gif');
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
	text-align:center;
	font-size:1.35em;
	font-weight:bold;
}

#triallink { border: solid 4px #9fcad6; }
a.signuplink { width: 160px; margin: 10px auto; }

.center {
	display: block;
	text-align: center;
}

.quotelist {
}

.quotelist blockquote {
	margin: 1em 0;
}

.quotelist img {
	float: left;
	border: solid 1px #888;
	padding: 1px;
	margin: 0 8px 8px 0;
}

.quotelist h3 {
	margin: 0 0 0.3em;
}

.quotelist p {
	font-style: italic;
}

.quotelist address {
	padding: 0;
	margin: 1em 0 0 0;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.quotelist address a {
	font-weight: bold;
}

table.std {
}

table.std th, table.std td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	white-space: nowrap;
}

table.std th {
	width: 20%;
	text-align: right;
}

h1 {
	font-size: 1.8em;
	color: #264B01;
}

h2 {
	font-size: 1.3em;
	color: #264B01;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}

html
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 0.84em;
	color: #000000;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

#container
{
	position: relative;
	margin: 8px auto;
	padding: 0;
	width: 894px;
	max-width: 894px;
	min-width: 320px;
}

#header { margin: 0; position: relative; }
#topmenu { position: absolute; top: 12px; right: 0; color: #888; }
#topmenu a { color: #888; }

#mainmenu {
	text-align: center;
	background: #264B01 url('img/menubk.gif') repeat-x left bottom;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	behavior: url(border-radius.htc);
}

#mainmenu ul {
	list-style-type: none;
	color: #FFFFFF;
	margin: 0;
	margin-right: 8px;
	padding: 0;
}

#mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainmenu li a {
	display: inline-block;
	padding: 15px 0 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	font-size: 11px;
	border-left: solid 1px #264B00;
	border-right: solid 1px #264B00;
}

#mainmenu a.selected { background: #407E01; }

#mainmenu li + li a { border-left: none; }

#mainmenu li a big {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0;
	margin: 0;
}

#introduction, #introcontent {
	display: none;
}

#introcontent h2 {
	text-align: left;
}

#captions
{
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}

#captions h1 {
	color: #000000;
	letter-spacing: -0.04em;
	margin: 12px 0 8px;
	font-size: 2.2em;
}

#captions h2
{
	text-align: center;
	margin: 8px 0 35px;
}

#captions h2 span {
	display: inline-block;
	font-size: 22px;
	color: #142900;
	background-color: #CFE6EB;
	padding: 0 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
}

#footer {
	margin: 20px 0px;
	padding: 10px 0;
	border-top: solid 1px #888;
	text-align: center;
	color: #888;
}

#footermenu a {
	padding: 0 16px;
	text-decoration: none;
	font-weight: bold;
}

#footer a {
	color: #888;
}

#copyright {
	color: #888;
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
}

/* default.aspx */

#quotesblock { width: 90%; margin: 0 auto; }
#quotesblock p { color: #666; font-style: italic; text-align: center; }
#quotesblock address { text-align: center; }

#whyusebt {
	background-color: #DBF0DB;
	margin-top: 2em;
}


#whyusebt h1 {
	font-size: 3.5em;
	letter-spacing: 0;
	font-weight: bold;
	color: #274D00;
	text-align: center;
	margin: 0 0 12px 0;
}

#whyusebt dl {
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0;
}

#whyusebt dt {
	float: none;
	margin: 0;
	font-weight: bold;
	padding: 8px 12px 1px;
	text-align: left;
}

#whyusebt dd {
	float: none;
	margin: 0;
	text-align: justify;
	padding: 1px 12px 8px;
}

/* tour.aspx*/

#benefits 
{
	margin: 60px 0 70px;
	overflow: visible;
	zoom: 1;
}

#benefits ul
{
	margin: -42px 0 -60px;
	padding: 42px 32px 60px;
	position: relative;
	font-size: 1.1em;
	list-style: none;
	background: url('img/bttour.gif') scroll no-repeat 440px top;
	zoom: 1;
}

#benefits li
{
	margin: 0;
	padding: 10px 5px 0 32px;
	line-height: 24px;
	background: url('img/gcheck.gif') scroll no-repeat 0 0;
}

#featuretour {
}

#featuretour th, #featuretour td
{
	padding: 8px;
	vertical-align: middle;
}

#featuretour thead th
{
	padding: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
}

#featuretour thead th div {
	padding: 6px 8px;
	background:#9FCCD7;
	behavior: url(border-radius.htc);
}

#featuretour thead th.col1 div {
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

#featuretour thead th.col3 div {
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

#priceinfo {
	background: #FFFFCC;
}

#priceinfo th, #priceinfo td {
	font-size: 1.6em;
	font-weight: bold;
}

#featuretour tr.odd {
	background-color: #F2F2F2;
}

#featuretour td.ok {
	background-image: url('img/bcheck.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -500px;
	overflow: hidden;
}

#highlights {
	padding: 0 8px;
}

#highlights h3 {
	font-size: 1.1em;
	margin: 1em 0 0.3em 0;
	text-align: left;
}

/* buzz.aspx */
#buzz-quotes blockquote
{
	margin: 0 0 3em 192px;
}

/* signup.aspx */
#signup form
{
	font-size: 1.2em;
}

#signup form h3
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #274D00;
	text-align: left;
}

#signup form p {
	margin: 0.3em 0;
}

#signup form th
{
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 4px;
}

#signup form th.req span
{
	color: #274D00;
	font-weight: bold;
}


