
/* css for tabs on involved page .. */

#tabs_content_container h5 {
	margin-bottom: 15px;
	color: #62370d;
	font-size: 1.3em;
}
#tabs_content_container h4 {
	margin-bottom: 15px;
	color: #62370d;
	font-size: 1.5em;
}
#tabs_content_container h6 {
	margin-bottom: 15px;
	color: #4d6835;
	font-size: 1.5em;
	font-style: italic;
}
#tabs_content_container p {
	color: #4d6835;
	font-size: 1.1em;
}
#tabs_content_container ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #4d6835;
	font-size: 1.1em;
}
#tabs_content_container a {
	color: #7aa058;
}
#tabs_content_container a:hover {
	color: #577023;
}
img.left {
	margin-right: 20px;
}

/* form css */
#tabs_content_container .contact-us input[type="text"],#tabs_content_container .contact textarea,#tabs_content_container .send input[type="submit"]{
	font-size: 1.0em;
	width: 100%;
	padding: 0.3em 0.5em;
	margin: 0.5em 0;
	background: #eee;
	outline:none;
	border: 1px solid #eee;
	color: #999;
	-webkit-appearance: none;	
}
#tabs_content_container .contact textarea {
	background: #eee;
	resize:none;
	width: 97.5%;
	margin: 0.5em 15px;
}
.contact-us {
	text-align: left;
}
.contact-us .checkbox {
	-webkit-appearance: none;
	background-color: #eee;
	border: 1px solid #999;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
	padding: 7px;
	margin-right: 10px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #577023;
}
.contact-us .label {
	color: #4d6835;
	font-size: 1.0em;
	font-weight: 100;
}

#tabs_content_container .send input[type="submit"]{
	border:none;
	color: #000;
	font-size:1.1em;
	width: 25%;
	margin: 0.5em 0em;
	background:#7aa058;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	color:#fff;	
	outline:none;
}
#tabs_content_container .send input[type="submit"]:hover{
	background: #62370d;
	
}
#tabs_content_container .send {
  margin: 0 15px;
  margin-top: 15px;
}
/* // form css */

#tabs_wrapper {
    width: 100%;
}
#tabs_container {
    border-bottom: 1px solid #e0cab4;
}
#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 1.25em arial;
}
#tabs li {
    display: inline;
}
#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    background-color: #fff;
	 color: #4d6835;
    text-decoration: none;
    border-bottom: none;
    outline: none;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
#tabs li a:hover {
    background-color: #4d6835;
	 color: #fff;
    padding: 4px 6px;
}
#tabs li.active a {
    border-bottom: 1px solid #fff;
    background-color: #e0cab4;
	 color: #4d6835;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs li.active a:hover {
    background-color: #7aa058;
	 color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container {
    border: 1px solid #ccc;
    border-top: none;
    background-color: #e0cab4;
    padding: 10px;
    width: 100%;
}
.tab_content {
    display: none;
}
