
div#main {
	background: url(../images/main-background.png) repeat-y;
	float: left;
	width: 970px;
}

.content .show {
	display: block !important;
}

.content .hide {
	display: none;
}




body#home-page ul#tabs li#home a,
body#features-page ul#tabs li#features a,
body#edu-page ul#tabs li#edu a,
body#feature-subpage ul#tabs li#features a,
body.about-section ul#tabs li#about a 

{
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/* @end */


/* @group Features Page */


/* @group Front Page Blog Widget */



span.main-nav a {
	font-weight: bold;
}

div#trust {
	height: 160px;
	margin: 0 auto;
}

div#trust div {
	float: left;
	position: relative;
}

/* @end */

/* @group Front Page Tour */

div#tour {
	background: url(../images/tab_bg.jpg) repeat-x;
	padding: 15px 0 30px 0;
	_padding: 15px 0 0px 0;
	float: left;
	width: 970px;
}

div#tour h2 {
	float: left;
	width: 920px;
	border-bottom: 1px solid #ddd;
	height: 25px;
	margin: 0 0 20px 30px;
	display: inline; /* double margin */
	background: url(../images/tour-headline.png) no-repeat;
	text-indent: -9999px;
}

div#tour ol {
	background: url(../images/reason-list.png) top repeat-y;
		_background: url(../images/reason-list.gif) top repeat-y;

	padding: 8px 0;
	width: 195px;
	float: left;
	position: relative;
	left: 30px;
	margin: 0;
	padding-left:10px;
	_height:154px;
}

div#tour ol li {
	color: #5D6F00;
	line-height: 40px;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	list-style-position: inside;
	background: url(../images/reason-listitem.png) top right repeat-y;
		font-weight: normal;

}

div#tour li:hover {
	color: #000;
}

div#tour ol li.current {
	background: url(../images/reason-selected.png) top right no-repeat;
	color: #22270E;
	width:209px;
	margin-left:-10px;
	_margin-left:-23px;
	padding-left:10px;
}

div#tour div {
	width: 630px;
	float: right;
	display: none;
	text-align: left;
	position: relative;
	right: 50px;
}

div#tour h3 {
	font-weight: normal;
	font-size: 20px;
 	color:#659300;
	padding-top:20px;
	padding-bottom:5px;
}

div#tour p,
div#tour ul {
	text-align: left;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
}

div#r2 img {
	margin-top: 30px;
	margin-bottom: 30px;
}

div#r5 img {
	margin-top: 30px;
	margin-bottom: 30px;
}

img.img-wide {
	margin: 0 auto 20px auto;
}

img.img-left {
	float: left;
	margin: 0 30px 0 0;
}

img.img-right {
	float: right;
	margin: 0 0 0 30px;
}

div#r4 ul li {
	list-style: url(../images/bullet-lock.png);
	list-style-type: none;
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	text-indent: 0; 
	margin: 0; 
}

div#r4 ul li:before { 
	content: "";
}

/* @end */

