/* Start HTML Elements */
    
    
body {
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
    background-color: #C2CFD7;
    margin: 0;
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font: .9em Arial, Helvetica, sans-serif;
    line-height:120%;
    }   

body#appContent {
    background-image:none;
    background-color: #FFFFFF;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
}
    
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    line-height:125%;
    padding: 0;
    margin:2px 0 5px 0;
    }

/* Start 3-column layout selectors */

.thrColFixHdr #container {
    width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    background-image:url(../images/column_background.gif);
    background-repeat:repeat-y;
    margin: 25px auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #tourContainer {
    width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    background-image:url(../images/tour_bkg.gif);
    background-repeat:repeat-y;
    margin: 25px auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
    background: #DDDDDD;
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
    height:115px;
    padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    margin: 0;
    display: block;
} 
.thrColFixHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #tourHeader {
    background: #DDDDDD;
    background-image:url(../images/tour_banner.gif);
    background-repeat:no-repeat;
    height:86px;
    padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    margin: 0;
    display: block;
} 
.thrColFixHdr #tourHeader h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
    float: left; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0; /* padding keeps the content of the div away from the edges */
    background-color: #708E9D;
    margin: 0;
    text-align: left;
    top: 0px;
    right: 0px;
    width: 200px;
}
.thrColFixHdr #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px; /* padding keeps the content of the div away from the edges */
    background-color: #CFDAE3;
    margin: 0;
    font-size: 0.9em;
}
.thrColFixHdr #mainContent {
    margin: 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #tourContent {
    margin: 0 0 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
 
.thrColFixHdrBold {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.thrColFixHdrBoldSmall {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
}
.thrColFixHdrSmall {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.thrColBulletList {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.9em;
} 

.thrColBulletListLarge {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.1em;
} 

.thrColFixHdr #footer {
    padding: 0;
    height: 70px;
    margin: 0;
    background-color: #C3D0D8;
} 
.thrColFixHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #tourFooter {
    padding: 0;
    height: 22px;
    margin: 0;
    background-color: #C3D0D8;
    background-image:url(../images/tour_footer.gif);
    background-repeat:no-repeat;
	text-align:center;
}

.thrColFixHdr #tourFooter p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight: bold;
    color: #FFFFFF;
}

.thrColFixHdr #tourFooter a {
	color: #FFFFFF;
	text-decoration: none;
}

.thrColFixHdr #tourFooter a:hover {
	text-decoration: underline;
}

#tourNav {
    bottom:0;
    right:0;
    text-align:right;
    padding:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin: 0 0 10px 10px;
    padding: 0px;
    border-left: #FFFFFF solid 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* End 3-column layout selectors */

.appLine {
	background-color: #264B65;
	color: #264B65;
	height: 3px;
	border: 0;
	}
	
.noticeTitle {
	color: #FF0000;
	}

.noticeText {
	color: #00008B;
	}

.arrowText {
	color: #006600;
	}

.mainContent {  /* this class should be placed on the main content div */
	width:780px; /* this accounts for the size of the LH nav and margins */
	}
	 
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: "Times New Roman", Times, serif;*/
    color: #254A64;
    }
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.6em;
    margin:2px 0 10px 0;
    border-bottom-color: #264B65;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #264B65;
    }
    
h1#mainTitle {
	font-size: 2em;
	}
h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin:0 0 2px 0;
    }
h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin:8px 0 2px 0;
    }
h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    border-top: #254A64 2px solid;
    padding:0 0 0 0;
    margin:10px 0 3px 0;
}
h5 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 6px 0 6px 0;
}
h6 {
    font-size: 1.1em;
    line-height: 1.15em;
    margin: 12px 0 0 0;
}
    
/* Navigation Styles */

#menuLeftContainer {
    width: 200px;
    margin: 0 0 0 0;
    padding: 0;
}
#menuLeftContainer ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}
#menuLeftContainer li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menuLeftContainer li a.mainmenu {
	background: url("../images/gradient_38.gif") 0 0 no-repeat;
	width: 175px;
	height:19px;
	color:#FFFFFF;
	display:block;
	margin: 0px;
	padding:3px 15px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#menuLeftContainer li a.topmenu {
	background: url("../images/gradient_39.gif") 0 0 no-repeat;
	width: 175px;
	height:19px;
	color:#FFFFFF;
	display:block;
	margin: 0px;
	padding:3px 15px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#menuLeftContainer li a.submenu {
	background-color: #869FAC;
	width: 175px;
	height:19px;
	color:#FFFFFF;
	display:block;
	margin: 0px;
	padding:4px 5px 4px 20px;
	text-decoration: none;
	font-weight:normal;
	font-size: 90%;
}
#menuLeftContainer li a:hover.submenu {
	text-decoration:underline;
}
#menuLeftContainer a:hover, #menuLeftContainer a:hover.mainmenu, #menuLeftContainer a:hover.submenu, #menuLeftContainer a:hover.topmenu {
	background-position: -200px 0;
	width: 175px;
	height:19px;
	color:#FFFFFF;
}
#menuLeftContainer ul.submenulist {
	background-color: #869FAC;
	margin:0;
	padding:5px 0 5px 0;
}

#menuRightContainer {
    width: 200px;
    margin: 0;
    padding:0;
}
#tourMenu {
	width: 200px;
	margin: 0 0 0 0;
	padding: 0;
}
#tourMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tourMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tourMenu li a {
	background: url("../images/gradient_38.gif") 0 0 no-repeat;
	width: 175px;
	height:19px;
	color:#FFFFFF;
	display:block;
	margin: 0px;
	padding:3px 15px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#tourMenu a:hover {
	background-position: -200px 0;
	width: 175px;
	height:19px;
	color:#FFFFFF;
}

.rightNavHeading {
    background-color:#517D98;
    color:#FFFFFF;
    margin:0 0 5px 0;
    padding:3px 5px 3px 6px;
    width:190px;
    font-size: 1em;
    font-weight: bold;
}
.rightNavSubheading {
    background-color:#CFDAE3;
    color:#0F253A;
    margin:0 0 5px 0;
    padding:0 5px 0 5px;
    width:180px;
    font-weight: bold;
}
        
/* Links */
    A:visited {
    color:#305A73;
    }
    A:link {
    color: #305A73;
    }
    A:hover {
    color: #0066CC;
    }
    a img {
        border:0;
    }
    
/* Lists */
    ul {
        padding: 0px;
        margin: 5px 0 5px 25px;
    }
    ul li {
        padding: 0px;
        margin: 0 0 5px 0;
    }
    ol {
        padding: 0px;
        margin:5px 0 5px 35px;
    }
    ol li {
        padding: 0px;
        margin:0 0 5px 0;
    }
    li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.95em;
        line-height:130%;
    }
    
    
    
    #sidebar2 ul {
    padding: 0 0 3px 0;
    margin: 0 4px 0 18px;
    }
    #sidebar2 ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    line-height:118%;
    list-style-image: url(../images/bullet_arrow1.gif);
    list-style-position: outside;
    margin: 0 0 8px 0;
    padding: 0;
    }

/* Skip Navigation */   
      #skip a, #skip a:hover, #skip a:visited {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
    }

    #skip a:active, #skip a:focus {
    position:static;
    width:auto;
    height:auto;
    padding:5px;
    font-size:.8em;
    }   
    
/* Forms */

    input, select {
        height:14px;
    }
    fieldset {
        border:1px solid #C99856;
        margin: 4px;
        margin-bottom:12px;
    }
    legend {
        font-size:1.1em;
        font-weight:bold;       
        padding:0;
        padding-left: 5px;
        padding-right: 5px;
    }
    fieldset fieldset {
        margin: 15px;
        border-color:#DDDDDD;
    }
    fieldset fieldset legend {
        font-size:1em;
        color:#721e02;
    }
    label {
        margin:0;
        padding:0;
    }
    select, input, textarea {
        font-family:Arial, Sans-Serif;
        font-size:90%;
    }

/* Tables */   
    table {
        border-collapse:collapse;
        margin:0;
        padding:0;
    }
    th {
        
        font-weight:bold;
        margin:0;
        padding:0;
        color:#FFFFFF;
    }
    td {
        
        margin:0;
        padding:0;  
        text-align:left;
        vertical-align:top; 
        }
    td p {
    font-size:0.95em;
    line-height:110%;
    margin: 0 0 5px 0;
        }
        
        
.icon {
    float: right;
    }


/* Unused Selectors */  

#loginBox {
    margin: 20px auto;
    padding: 8px;
    width: 200px;
    background-color: #D2DAE1;
}
#loginBox label {
    width: 70px;
    margin: 3px 0 0 15px;
    padding: 0px;
    float: left;
}
#loginBox .smalltext {
    font-size: 0.7em;
}
#loginBox .header {
    font-weight: bold;
    background-color: #305A73;
    margin: -8px -8px 10px -8px;
    padding: 5px 5px 5px 8px;
    height: 15px;
    color: #FFFFFF;
}
#loginBox form {
    margin: 0px;
    padding: 0px;
}
.pagenumber {
    color: #FF6600;
    font-weight: bold;
}

/* E-Filing Specific*/
.centeredDiv {
	text-align:center;
}

body#dialogBoxBody {
    background-image:none;
    background-color: #DDDDDD;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
}

#dialogBox {
	text-align:center;
}

#dialogBoxContent,
#dialogBoxContentMainFrame {
	margin: 0 auto;
	border: 3px solid #264B65;
	background-color: #FFFFFF;
	padding: 10px; 
	text-align: left;
}

#dialogBoxContent {
	margin-top: 10%; 
}

/* confirmation page */
#centerBlock {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;

}

/* NoRegFBARFiler page */
table.center {
  width: 70% ;
  margin-left: 15% ;
  margin-right: 15% ;
  border-collapse: separate; 
  border-spacing: 5px;
}

#dialogBoxContentMainFrame {
	margin-top: 5%; 
}

#dialogBoxContentLessTop {
	margin-top: 2%; 
	margin: 0 auto;
	border: 2px solid #264B65;
	background-color: #FFFFFF;
	padding: 10px;
        align: center; 
	text-align: left;
}

#dialogBoxContent input {
	height: 25px;
}

#dialogBoxContentMainFrame input, select {
	height: auto;
}

.dialogBoxContentTable {
	width: 99%;
	margin: 5px;
}

.dialogBoxContentTable tr {
	/*height: 25px;*/
}

.dialogBoxContentTable td {
	padding: 4px 2px 4px 2px;
	font-size: 10pt;
	white-space: nowrap;
	vertical-align: middle;
}

.confirmationTable {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

.confirmationTableHeadingColumn {
	width: 175px;
}

.linkTopic { font-size: 14px; }