div#lower-nav {
	text-align: left;
	border-bottom: 1px solid #9BE6EB;
	padding: 0px 0px 0px 15px;
	width: 965px;
	font: bold 10pt Arial;
	color: #37d4dd;
	line-height: 30px;
}

div#content {
	background: #fff url('../../images/blog_bg.gif') repeat-y left;
	width: 980px;
	height: auto;
	padding: 0px;
}

div#help-tabs { /* blog-archive */
	width: 125px;
	height: 100%;
	float: left;
}

div.clearing-house {
	clear: both;
	height: 0px;
	width: 0px;
}

div#help-content {
	width: 815px;
	padding: 20px;
	height: auto;
	float: left
}

div#help-tabs li {
	width: 105px;
	height: 44px;
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
	line-height: 44px;
	cursor: pointer;
}

div#help-tabs li.hover-tab {
	background: white;
	width: 104px;
}

div#help-tabs li.active-tab {
	background: white;
}

div#help-tabs a:link, div#help-tabs a:visited, div#help-tabs a:hover, div#help-tabs a:active {
	font: bold 9.5pt Arial;
	color: #4a4947;
	text-decoration: none;
}



/* SUPPORT INDEX PAGE */

div#free-support {
	width: 170px;
}

div#school-support {
	width: 270px;
}

div.support-box {
	border: 1px solid #d2d2d2;
	background: url('../../images/support_box_bg.gif') repeat-x bottom;
	padding: 15px;
	height: auto;
	float: left;
	margin-right: 35px;
}

div.support-box a:link, div.support-box a:visited, div.support-box a:hover, div.support-box a:active {
	font: bold 9.5pt Arial;
	color: #ff9c00;
	text-decoration: none;
}

a.contact-us:link, a.contact-us:visited, a.contact-us:hover, a.contact-us:active {
	font: bold 9.5pt Arial;
	color: #ff9c00;
	text-decoration: none;
}

div.support-box h5 {
	margin-bottom: 20px;
}

div#lower-nav a:link, div#lower-nav a:visited {
	color: #37D4DD !important;
}


