/*CSS for tabs on homepage */
#tabcontainer{
	position:relative;
	top:0px;
	right:10px;
	width:550px;
	height:565px;
	}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ae2ca7;
	border-left: 1px solid #ae2ca7;
	
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ae2ca7;
	border-left: none;
	margin-bottom: -1px;
	background: #CD7AC0;
	overflow: hidden;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	width:178px;	
}
ul.tabs li a {

	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0 20px;
	border: none;
	outline: none;
}

ul.tabs li a:hover {
	background: #6C2862;
	text-decoration: none;
	color: #fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #6C2862;
	border-bottom: 1px solid #6C2862;
	}

#tab3 li{
	line-height:17px;
	}

.tab_container3 {
	border: 1px solid #ae2ca7;
	border-top: none;
	clear: both;
	float: left; 
	width:545px;
	height:515px;
	background: #6C2862;
	-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;
}
.tab_content {
	padding: 5px;
	color: #fff;
	}
	
.tab_content p{
	font: 14px Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: none;
	padding: 5px;
}