body {
	margin:0;
	background:#FFF url(../images/mainBg.gif) top left repeat-x;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#6f6f6f;
}

/*******  IE6 PNG behavior *********/

img,
#header,
#top img,
#content-box-mini-top,
#content-box-small-top, 
#content-box-large-top, 
#content-box-mini-bottom,
#content-box-small-bottom,
#content-box-large-bottom{ 
	behavior: url(/beta/css/iepngfix.htc);
}

/*********  FONT STYLES  **********/

a {
	color:#4f6f18;
}
a.green, ul.green a {
	text-decoration:none;
	padding:2px;
}
a.green:hover, ul.green a:hover {
	background:#4f6f18;
	color:#FFF;
}
p {
	margin:0;
	padding:0 0 15px;
}
p.clear {
	clear:both;
	padding:0;
}
#content-box-content-small p {
	padding:0 2px 15px;
}
#smaller {
	font-size:.85em;
}
#larger {
	font-size:1.2em;
}
#largest {
	font-size:1.5em;
}
.green {
	color:#4f6f18;
}
h1 {
	background:url(../images/headerBg.png) repeat-x;
	margin:0 10px 2px;
	padding:7px 0 0 7px;
	font-size:1.2em;
	color:#5c5c5c;
	height:34px;
}
h2 {
	color:#4f6f18;
	margin:0 0 7px;
	padding:0;
	font-size:1.1em;
}
h3 {
	color:#5c5c5c;
	margin:0 0 7px;
	padding:0;
	font-size:1.1em;
	font-weight:normal;
}
h4,h5 {
	color:#5c5c5c;
	margin:0 0 7px;
	padding:0;
	font-size:1.1em;
}
h5 {
	font-size:1.5em;
}
small {
}
ul {
	margin:0 0 0 3px;
	padding:0 0 0 20px;
	font-size:1em;
}

#leftCol ul {
	list-style-image:none;
	margin:auto;
	padding:auto;
}

/****  PAGE STRUCTURE ELEMENTS ****/

#main {
	width:965px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#top {
}
#top-logo {
	float:left;
}
#topWide {
	background:url(../images/topBg.png) repeat-x;
	height:35px;
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
#leftCol {
	width:725px;
	clear:both;
	float:left;
	margin:12px 0 0;
}
#rightCol {
	width:221px;
	float:right;
	margin:12px 0 0;
}

/********  CONTENT BOXES  *********/

#top-search {
	background:#FFF;
	padding:10px 0;
	width:327px;
	border:1px solid #999;
	float:right;
	position:absolute;
	filter:alpha(opacity=55);
	-moz-opacity:.65;
	opacity:.65;
	right:0;
	top:41px;
}
#top-search form {
	padding:0;
	width:80%;
	margin: 0 auto;
}
#top-search #button {
	background:url(../images/button.png) no repeat;
	width:61px;
	height:24px;
	font-weight:bold;
	font-size:.85em;
}
#top-search .input {
	background:url(../images/inputBg.jpg) repeat-x;
	height:20px;
	border:1px solid #ccc;
	width:185px;
}
#header {
	width:100%;
	background:url(../images/headerTL.png) no-repeat;
	height:34px;
}
#content-box {
	margin:0 0 15px;
}
#content-box-mini {
	margin:0 21px 15px 0;
	width:165px;
	float:left;
}
.contentFloat, .contentFloatBorder{
	float:left;
	width:340px;
	height: 11em;
	overflow: hidden;
}

#content-box-featured .contentFloat {
	height: 14em;
	width: auto;
	padding: 0 1em;
}

#content-box .contentFloatBorder{
	border-left:1px solid #e8e8e8;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
#content-box-large-top {
	background:url(../images/boxTopLarge.png) no-repeat;height:12px;
	_margin:0 0 -4px;
}
#content-box-large-bottom {
	background:url(../images/boxBottomLarge.png) no-repeat;height:16px;
}
#content-box-small-top {
	background:url(../images/boxTopSmall.png) no-repeat;height:12px;
	_margin:0 0 -4px;
}
#content-box-small-bottom {
	background:url(../images/boxBottomSmall.png) no-repeat;height:16px;
}
#content-box-mini-top {
	background:url(../images/boxTopMini.png) no-repeat;height:12px;
	_margin:0 0 -4px;
}
#content-box-mini-bottom {
	background:url(../images/boxBottomMini.png) no-repeat;height:16px;
}
#content-box-content, #content-box-content-small, #content-box-content-mini, .content-box-content {
	background:#FFF url(../images/boxBg.png) bottom repeat-x;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
	padding:0 10px;
}
#content-box-content-small {
	padding:0 4px;
}
#content-box-content-mini {
	width:151px;
	padding:0 4px;
	min-height:85px;
	max-height:85px;
	height:85px;
}
#content-box-content-mini p{
	margin:0;
	padding:0;
}
#content-box-bottom {
	background:url(../images/boxBottomBg.png) repeat-x;
	height:16px;
}

/**********  NAVIGATION  *********/

ul.green {
	padding:0 0 0 30px;
	}
#top-navigation, #top-navigation a {
	color:#FFF;
	font-weight:bold;
}
#top-navigation {
	float:right;
	padding:5px 0 0;
	font-size:.85em;
}
#navigation-tabs {
	height:29px;
	margin:0 0 0 12px;
}

#tab1,#tab2,#tab3,#tab4,#tab5,#tab6 {
	clear:both;
	display:none;
}
#navigation-tabs a {
	width:140px;
	height:29px;
	display:block;
	float:left;
	background:url(../images/tabOFF.png) no-repeat;
	text-align:center;
	padding:7px 0 0;
	color:#FFF;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}
#navigation-tabs a:hover {
	text-decoration:underline;
}
#navigation-tabs .over {
	background:url(../images/tabON.png) no-repeat;
}
#bottom {
	clear:both;
	margin:0 0 15px;
}
#bottom a {
	color:#6f6f6f;
	padding:0 5px 0 5px;
	text-decoration:none;
	font-size:.85em;
}
#bottom a:hover {
	text-decoration:underline;
}

#content-box-featured {
	position:relative;
	margin-bottom: 15px;
}
#content-box-featured .rotating {
	position:relative;
	display: none;
}
#content-box-featured #counter {
	list-style: none;
	clear: both;
	margin: -2.5em 1.2em 0;
	padding: 0;
	position: relative;
	border-left: 2px solid #fff;
}
#content-box-featured #counter li {
	font-weight: bold;
	font-size: 120%;
	background: #9b7;
	color: #fff;
	padding: 0 .25em;
	border-right: 2px solid #fff;
	margin: 0;
	line-height: 1.4;
	display: inline;
}
#content-box-featured #counter li.active {
	background: #593;
}

#plan_comparison td.highlight, #plan_comparison th.highlight {
	background: #ffc;
}

#plan_comparison {
	font-size: 95%;
}

#plan_comparison td {
	padding: 2px .25em 0;
	border-bottom: 1px solid #eee;
}

#plan_comparison th {
	color: #000;
}

#plan_comparison th h3 {
	color: #000;
	font-size: 200%;
}


.plan_select {
	display: block;
	margin: .25em;
	background: #e70;
	border: 1px solid #c40;
	color: #fff;
	padding: 2px 5px 4px;
}

.plan_item_detail {
	background: #f4ffee;
}

.plan_item_value {
	background: #ffc;
	margin: 1px 0 0;
	padding: 1px 2px;
	font-size: 90%;
}

.plan_item_toggle {
	float:right;
	margin-right: 5px;
}

li.premium {
	background: #f80;
	color: #fff;
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 -25px;
	padding: 2px .25em;
	border-left: 5px solid #fc0;
}

li.premium a {
	color: #fff;
}

li.premium a:hover {
	background: #e60;
}

.upcomingContent {
	color:#dd0000;
	font-weight:bold;
	}
	
h4.basic {	background:url(/beta/images/level_basic.gif) right top no-repeat; padding-right:60px}
h4.professional {	background:url(/beta/images/level_professional.gif) right top no-repeat; padding-right:100px}
h4.master {	background:url(/beta/images/level_master.gif) right top no-repeat; padding-right:60px}