/*accordian stykes*/

.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 245px;
	float:left;
	/*padding-left: 45px;*/
}

.tabNavigation li a {
	background-color:#E8E8E8;
	/* color: #000; */
	/* text-decoration: none; */
	display:block;
	margin: 0px 0 5px 2px;
	padding: 1px 1px 1px 4px;
}

.tabNavigation li a.selected{
	background-color: #333;
	color: #dddddd;
	text-decoration: none;
}

.tabNavigation li a:hover{
	/*background-color:#3399FF;*/
	/*background-color:#2a7faf;*/
	background-color:#5C7E9A;
	color: #fff;
	text-decoration: none;
}

.tabNavigation li a:focus {
	outline: 0;
}

/* tab content styles */
.tabs{
	padding: 0px;
	margin: 0 10px 0px 255px;
	border: 1px solid #E8E8E8;
	/*background-color:#E8E8E8;*/
	/*background: url(../images/gears.png) no-repeat right bottom;*/
	min-height: 326px;
}
/* tabbed display styles */

#content-area-3 {
    /*border: 1px solid #E8E8E8;*/
    /*margin-top: 5px;*/
    /*padding-right: 5px;*/
}

#first, #second, #third, #fourth, #fifth, #sixth, #seventh, #eighth, #ninth, #tenth, #eleventh, #twelfth, #thirteenth, #directives {
    margin: 0px 10px;
    min-height: 290px;
}
/* #content-area-3-text {padding: 5px 15px 5px 10px;} */

#first img, #second img {
	/*margin-top:-9px;*/
	/*padding: 0 0 5px 5px;*/
}

#directives {
	/*background: url("../images/forte-hand-diagram.png") no-repeat scroll right top transparent;*/
}
#first {
	/*background: url("../images/forte-direction-support-phase-1.png") no-repeat right -10px transparent;*/
}
#second {
	/*background: url("../images/forte-direction-support-phase-2.png") no-repeat scroll right top transparent;*/
}
#third {
	/*background: url("../images/forte-direction-support-phase-3.png") no-repeat scroll right top transparent;*/
}
#fourth {
	/*background: url("../images/forte-direction-support-phase-4.png") no-repeat scroll right top transparent;*/
}
/* END tabbed display styles */
	
/* START two column section styles */

.content-left {
	float: left; 
	width: 260px; 
	/*background: url("../images/gears.png") no-repeat scroll right bottom transparent; border: 1px solid #E8E8E8;*/ 
	border: 1px solid #E8E8E8;
	padding: 5px 10px;
	height: 340px;
}

.content-right {
	float: right; 
	width: 365px; 
	/*background-color: #E8E8E8;*/ 
	padding: 0 15px 0px 15px;
	/*background: url("../images/forte-people-w175-stock-photo-19688253-successful-business-people.jpg") no-repeat scroll right bottom transparent;*/
	border: 1px solid #E8E8E8;
	height: 350px;
	margin-bottom: 10px;
}

.tabs h2 {font-size: 14px;}
