﻿/*
#content {
	background: transparent url(../images/bg_content.gif) 0 0 repeat-y;
}

 

#tabs-list {
	background-color: #fff;
	height: 37px;
}

#tabs-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
}

* html #tabs-list ul {
    overflow: hidden;
}

#tabs-list ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 37px;
}

#tabs-list ul li a {
	display: block;
	background-color: #81aa00;
	width: 135px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	margin-right: 5px;
}

#tabs-list ul li a.last {
	margin-right: 0;
	width: 138px;
}

#tabs-list ul li a:hover,
#tabs-list ul li a.active {
	text-decoration: none;
	background-color: #275200;
}
div.panel {
    padding: 10px;
}



#resources {
	float: left;
	width: 195px;
	padding: 20px 10px;
}

#resources h2 {
	color: #6a6156;
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

#resources .testimonial {
	width: 170px;
	margin: 10px auto;
	background: #15408b url(../images/bg_testimonial_bottom.gif) bottom right no-repeat;
	padding-bottom: 15px;
}

#resources .testimonial-body {
	padding: 55px 15px 0 15px;
	background: #15408b url(../images/bg_testimonial_top.gif) top left no-repeat;
	color: #fff;
}

#resources ul {
	margin-bottom: 15px;
} */
