/*
	WebSolvents.com Home Page CSS Document

	This is source is Copyright, WebSolvents Hosting Solutions and Kyle Spearrin.
	http://websolvents.com, http://kylespearrin.com. All Rights Reserved.
*/

/* ------------- BODY ------------- */

.content .content-bottom {
	padding-top: 25px;
	text-align: center;
}

/* --- Tabs --- */

.tabs {
	margin-bottom: 15px;
}

.tabs .tab-headers a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a6f00;
	font-size: 1.3em;
	line-height: 1.3em;
	float: left;
	display: block;
	padding-top: 13px;
	width: 173px;
	text-align: center;
	height: 30px;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}

.tabs .tab-headers a:hover, .tabs .tab-headers a.active {
	border-bottom: 0px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background-image: url(../images/active-tab-bg-runner.jpg);
}

.tabs .tab-headers a:hover {
	color: #91c52d;
}

.tabs .tab-content {
	padding: 10px 5px 0px 5px;
	margin-right: 4px;
	height: 175px;
	border-bottom: 1px solid #d6d6d6;
}

.tabs .tab-content h2 {
	font-size: 1.4em;
	margin: 0px 0px 0.5em 0px;
	color: #176bca;
}

.tabs .tab-content ul {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.tabs .tab-content ul li {
	background-image: url(../images/small-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}

.tabs .tab-content ul.blog-feed a, .tabs .tab-content ul.blog-feed a:hover {
	color: #000000;
}

.tabs .tab-content .tab-content-table .pad-left {
	padding-left: 15px;
}