#module-tabs {
	background-color: #88c3ec;
	margin-bottom: 2em;
}

#module-tabs div.area-tabs {
	background-color: #a0d5f7;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#module-tabs div.area-tabs ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	overflow: hidden; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
}

#module-tabs div.area-tabs li {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	float: left;
}

#module-tabs div.area-tabs li a {
	display: block;
	float: left;
	padding: .5em 10px 0 10px;
	height: 3em;
	width: 110px;
	color: #4E5790;
	line-height: 1;
}


#module-tabs div.area-tabs li.active a {
	background-color: white;
}




#module-tabs div.area-display {
	background-image: url(../furniture/module_tabs_bkgd_clouds.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 20px;
}

#module-tabs div.image_false {
	padding-top: 50px;
}

#module-tabs div.area-display div.text {
	margin-left: 20px;
	margin-right: 20px;
}

#module-tabs div.area-display div.image img {
	margin: 0 !important;
}

#module-tabs div.area-display div.text div.heading h2 {
	float: left;
	background-color: #D4ECFB;
	color: 4E5790;
	padding: 10px;
	margin-bottom: 0;
}

#module-tabs div.area-display div.text div.body {
	clear: left;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#module-tabs div.area-display div.text div.body p {
	margin-top: 0 !important;
}

#module-tabs div.area-display div.text div.body img {
	float: left;
	margin-top: 0 !important;
	margin-right: 10px;
	margin-bottom: 10px !important;
}

#module-tabs div.area-display div.text div.body h3 {
	margin-top: 2em;
	clear: both;
}




