h1 {font-size: 3em; margin: 20px 0;}
#services-menu{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.services-container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	background-image: url(../imgs/service-header-bg.png);
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #60461a;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-weight: bold;
}

ul.tabs li a:hover {
	color: #FA7824;
	background-color: #f5f5f5;
	background-image: url(../imgs/service-header-active.png);
}	
html ul.tabs li.active, html ul.tabs li.active a:link, html ul.tabs li.active a:hover{
	border-bottom: 1px solid #fff;
	background-image: url(../imgs/service-header-active.png);
	background-color: #fff;
	color: #FA7824;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-color: #FFFFFF;
	background-image: url(../imgs/tab-container-bg.png);
	height: 190px;
}
.tab_content {
	padding: 5px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #60461a;
	text-decoration: none;
}
.tab_content h2 {
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	color: #FA7824;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content_mainimg {
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 3px;
}
.tab_content_solnimg {
	float: right;
	margin-right: 25px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
