
#organization_outer_wrap {
    padding-top: 10px ;
}

/* root element for tabs  */


ul.tabs_organization { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
    border-top: 1px dotted #B2B2B2 ;
    border-left: 1px dotted #B2B2B2 ;
    border-right: 1px dotted #B2B2B2 ;
	height:28px;
	width: 832px ;
}






/* single tab */
ul.tabs_organization li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs_organization a { 
    display: block ;
    padding-left: 15px ;
    padding-right: 15px ;
    float: left ;
    color: #124780 ;
    font-weight: bold ;
    font-size: 14px ;
    padding-top: 7px ;
    padding-bottom: 7px ;
}


ul.tabs_organization a:active {
	background: #E4E4E4 ;
	color: black ;
}

/* when mouse enters the tab move the background image */
ul.tabs_organization a:hover {
    color: black ;
    text-decoration: none ;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs_organization a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background: #E4E4E4 ; 
    color: black ;
}



/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs_organization a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs_organization a.s:hover 	{ background-position: -553px -31px; }
ul.tabs_organization a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs_organization a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs_organization a.l:hover 	{ background-position: -248px -31px; }
ul.tabs_organization a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs_organization a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs_organization a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs_organization a.xl.current { background-position: 0 -62px; }


/* tab pane styling */
.panes_organization div.po_inner {
	display: none ;		
	border: 1px dotted #B2B2B2 ;
	border-top: none ;
	min-height: 100px ;
	background-color: #E4E4E4 ;
	width: 832px ;
	padding-top: 15px ;
}


.people_wrap {
    border-top: 1px dotted #B2B2B2 ; 
    padding-left: 15px ;
    padding-right: 15px ;
}

.people_left_col {
    float: left ;
    width: 100px ;
    padding-bottom: 10px ;
}

.people_right_col {
    float: left ;
    padding-top: 15px ;
}

.people_right_col p {
    padding-bottom:10px ;
}

.people_right_col a {
    color: #124780;
}

.po_inner h2 {
    padding-top: 10px ;
    padding-bottom: 10px ;
    padding-left: 15px ;
}

.po_inner p {
    padding-left: 15px ;
}

.po_inner .people_wrap .text p {
    padding-left: 0px ;
}

.po_inner ul {
    list-style-type: disc; 
    padding-left: 28px ;
    padding-bottom: 15px ; 
}

