@charset "utf-8";
/* CSS Document */

/* Section Header */
#section-header { 
 background-image: url(../img/section-header-en.jpg);
}
.fr #section-header { 
 background-image: url(../img/section-header-fr.jpg);
}

.section-home #section-header {
	background-image: url(../img/section-home-header-en.jpg);
}

.fr .section-home #section-header {
	background-image: url(../img/section-home-header-fr.jpg);
}

#section-title { left: 20px; top: 24px; width: 175px; height: 40px; }
#parent-org-title { left: 22px; top: 42px; width: 180px; height: 24px; }

.fr #section-title { left: 20px; top: 25px; width: 170px; height: 40px; }
.fr #parent-org-title { left: 22px; top: 42px; width: 174px; height: 24px; }

/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url();
}

/* Image below the Local Navigation */
#section-photo { background-image: url(); height: 109px; }

/* Regulations and Fees Schedule Table Custom styles */
.fees
{
	border-collapse: collapse;
	font-size: 90%; font-family: Verdana, Helvetica, sans-serif;
}

.fees thead th
{
	background: #DEDEDE;
	border: 1px solid black;
}
.fees tbody td
{
	border: 1px solid black;

}
.fees tfoot td
{
	padding-top: 10px;
	padding-bottom: 0px;
}

ol.docs {
	margin: 0 0 12px 0;
	margin-left: 22px;
	padding: 0;
}

.overview {
	margin-right: -164px; 
	width: 400px;
	height: 1%;
}

.overview-org {
	margin-right: -180px; 
	width: 560px; 
	clear:both; 
	display:block; 
}

.orgchart {
	float: left;
	position: relative;
	overflow:visible;
}

#sidebar .sb-overview {
	height: 2px;
	overflow: hidden;
}

#sidebar .signup ul li {
	background-image: none;
    padding-left: 0px;
}

#sidebar .checkbox {
	float:left;
	margin-top: 0px;
	margin-bottom: 12px;
}

#sidebar .dim {
	margin-bottom: 26px;
}

/* TAN HACK in use*/
html>body #sidebar .clear-realign {
	margin-left: -16px;
}

#reglist ul li {
	background-image: none;
    padding-left: 15px;
}

#romanlist, #main-content ol li ol li.withroman { 
	background-image: none;
	list-style-type: lower-roman; 
}





#container {
    /*width: 710px;*/
    height: 700px;
    margin:0 auto;
    /*position:relative;*/
	padding-top: 15px;
}

#orgChart-canvaswidget
{
/*margin-left: -200px;
width: 900px;
margin-top: -100px;
height: 900px;
    
*/}

#center-container {
	color: #CCCCCC;
    height: 700px;
    left: 200px;
    padding-left: 175px;
    position: absolute;
    width: 772px;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}

#orgChart {
    position:relative;
    width:573px;
    height:610px; /* chnage this value to adjust the org chart height*/
    margin:auto;
    overflow:hidden;
		
}

.jit-autoadjust-label {
  padding: 15px;
}

#update, #restore {
  text-align: center;
  width: 100px;
  margin:0px 35px 10px 35px;
}

.node
{
	border: 1px solid black;	
        margin-left: -1px;
    margin-top: -1px;
	font-size:0.9em !important;
}

.node a
{
	color: #72634D;	
	
}

.node a:visited
{
	color: #72634D;	
	
}

#right-container
{
	display:none;
}
/*
#main-banner
{
	margin-top:-20px;
}
*/
