/*reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}

.hidethis{
	display:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a{
	text-decoration:none;
}
div.componentheading{display:none;}
/* Holy Grail Layout */
body{font-family:Arial, Helvetica, sans-serif;font-size:72.5%;color:#333}

#wrapper {
text-align: left;
margin: 0px auto;
padding: 0px;
border:0;
width: 960px;
}
.clear{clear:left}
.clearboth{clear:both}

#side-a {
	float: left;
	width:340px;
}

#side-b {
	float: right;
	width:300px
	}

#content { 
	float: left;
	width:280px;
	padding:0 20px 0 20px;
}
#fullContent{
	width:620px;
	float:left;
}
#footer {
	clear: both;
}
#img_faq1{position:relative;top:3px}
div.tags{padding:10px 0}
a.readon{color:#269757}

ul.faq_categories li{
	background-color:#269757;
	border-bottom-color:#001e0d;
}
div.cat_description{
	font-size:1.4em;
	color:#9e2303;
}
ul.faq_categories li a{
	color:#fff;
	border:2px solid #002e14;
}
/*------------------------------------------------------------------*/

body{
	background-color:#092314;
	background-image:url(../images/stripe_bg.png);
	background-repeat:repeat;
	background-position:top left;
	}
#wrapper{
	background-color:#092314;
	}
	
/*----------------------------------------------
	Header Styles
================================================
*/
		
#header{
	padding-top:20px;
}	
#branding{
	float:left;
	}
#branding img{
	float:left;
}
#branding span{
	color:#fff;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:17px 0 0 20px;
}
#search{
	float:right;
	}
div.moduletablesearch{
	padding:0 0 10px 0;
	float:right;
}
div.moduletablesearch h3{
	color:#269757;
	text-transform:uppercase;
	letter-spacing:.3em;
	font-size:.9em;
	display:block;
	padding:5px 0;
}
div.moduletablesearch form{
	background-image:url(../images/search_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:179px;
	height:30px;
}
div.moduletablesearch input{
	border:none;
	background:none;
}
div.moduletablesearch input.inputboxsearch{
	width:140px;
	height:30px;
	line-height:30px;
	text-align:right;
}
div.moduletablesearch input.buttonsearch{
	width:30px;
	height:30px;
	text-indent:-99999px;
}
#search span.tfree{
	float:right;
	clear:right;
	display:block;
	padding:2px 0;
	color:#fff;
}
#search span a{
	color:#ffd046;
}
#container{
	background-color:#fffbe4;
	background-image:url(../images/cont-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
}
#lines-wrapper, #line-wrapper{
	background-image:url(../images/lines-bg.png);
	background-position:top;
	background-repeat:repeat-y;
}
#line-wrapper{
	background-image:url(../images/line-bg.png);
}
#mast{
	clear:both;
}
/*----------------------------------------------
	Navigation
================================================
*/

#menu{
	height:35px;
}
ul.menunav li{
	float: left;  
	margin: 0;  
	padding: 0 15px 0 0;  
	position: relative;
}
ul.menunav{
	padding-left:20px;
}
ul.menunav li a{
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	padding: 10px 5px;  
	  color: #fff;  
	  display: block;  
	  text-decoration: none;  
	  float: left;  
}

ul.topnav {  
	float: left;  
	background: url(../topnav_bg.gif) repeat-x; 
	position:relative;
	z-index:10;
}  

 ul.topnav li a:hover{  
 	 background: url(../images/topnav_hover.gif) no-repeat center top;  
  }  
 ul.topnav li span.arrow { 
     	width:10px;
       height: 35px;  
       float: left;  
       background: url(../images/subnav_btn.gif) no-repeat center top;  
   }  
  ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/  
  ul.topnav li ul{  
       list-style: none;  
       position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
       left: 0; top: 35px;  
       background: #092314;  
       margin: 0; padding: 0;  
       display: none;  
       float: left;  
       width: 170px;  
	   -moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;

       border: 1px solid #111;  
   }  
   ul.topnav li ul li{  
       margin: 0; padding: 0;  
       border-top: 1px solid #0f3520; /*--Create bevel effect--*/  
       border-bottom: 1px solid #051a0e; /*--Create bevel effect--*/  
       clear: both;  
       width: 170px;  
   }  
  html ul.topnav li ul li a {  
       float: left;  
       width: 145px;  
       background: #092314 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
       padding-left: 20px;  
  }  
   html ul.topnav li ul li a:hover { /*--Hover effect for subnav links--*/  
       background: #000 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
   }  

/*----------------------------------------------
	Content
================================================
*/


/*----------------------------------------------
	Content
================================================
*/
div.inside{
	padding-left:20px;
}
h1, #news div.moduletable h3{
	color:#006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0;
	font-size:1.8em;
	font-weight:500;
}
h2{
	color:#092314;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0;
	font-size:1.6em;
	line-height:1.6em;
	font-weight:500;
}
h3, #news div.moduletable li.latestnews span.latestnews{
	color:#269757;
	padding:10px 0;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:500;
}
#news div.moduletable li.latestnews span.latestnews{
	display:block;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0;
}
em.title{
	font-size:2.5em;
	color:#d9d6a5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:0;
}
p, #news div.moduletable li.latestnews span{
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	line-height:1.4em;
	font-size:1.1em;
	padding:10px 0;
}

#news div.moduletable li.latestnews{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

div.moduletablebuttons{
	padding-top:20px;
}
div.moduletablebuttons li{
	width:280px;
	margin-bottom:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
li.jnfm-online{
	background-image:url(../images/jnfm_online_btn.png);
	height:88px;
	position:relative;
	z-index:1;
}
li.jnfm-online span{
	text-align:center;
	display:block;
	position:relative;
	top:63px;
	left:-30px;
}
li.jnfm-online span a{
	color:#fffbe4;
	font-size:1.2em;
	font-weight:bold;
}
li.jnfm-online span a:hover{
	color:#f6d56d;
}
li.rates{
	background-image:url(../images/pdf_btn.png);
	height:50px;
}
li.rates:hover, li.app-forms:hover, li.calculators:hover, li.newsletter:hover{
	background-image:none;
	background-color:#033490;
}
li.app-forms{
	background-image:url(../images/pdf_btn.png);
	height:50px;
}
li.calculators{
	background-image:url(../images/pdf_btn.png);
	height:50px;
}
li.newsletter{
	background-image:url(../images/pdf_btn.png);
	height:53px;
}
img.jngroup{
	position:relative;
	top:20px;
	float:right;
	padding-right:30px;
}
li.newsletter form{
	position:relative;
	top:20px;
	left:15px;
}
li.newsletter input.nltext{
	width:250px;
	padding:3px 0;
	display:block;
	border:none;
	background:none;
}



div.moduletablebuttons li, div.moduletablebuttons a{
	color:#fff;
	font-size:.95em;
}
div.moduletablebuttons a:hover{
	color:#ffd452;
}
div.moduletablebuttons li span, ul.btn-list{
	float:right;
	clear:right;
	display:block;
}
ul.btn-list{
	padding-right:10px;
	width:250px;
	text-align:right
}
ul.btn-list li{
	display:inline;
}
span.heading{
	font-size:1.2em;
	padding:10px 10px 3px 0;
	font-weight:bold;
}

div.inside{
	padding-left:20px;
}
h1, td.contentheading{
	color:#006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0;
	font-size:1.8em;
	font-weight:500;
}
h2{
	color:#092314;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0;
	font-size:1.6em;
	line-height:1.6em;
	font-weight:500;
}
h3{
	color:#269757;
	padding:10px 0;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:500;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0;
}
em.title{
	font-size:2.5em;
	color:#d9d6a5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:0;
}
p, table.contentpaneopen li{
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	line-height:1.4em;
	font-size:1.1em;
	padding:10px 0;
}
table.contentpaneopen ul{
      padding:20px 40px;
      list-style-type:disc;
}
table.contenttoc th{
      padding:10px 0;
      font-family:Georgia, "Times New Roman", Times, serif;
      font-size:1.4em;
}
table.contenttoc td{
     padding:0;
}
a.toclink{
     display:block;
     padding:5px 0;
     color:#9e2303;
     font-weight:bold;
     border-bottom:1px dotted #e4a155;
}

div.pagenavcounter{
     padding:10px 0;
     color:#d9d6a5;
}
div.newsbite{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

div.moduletablebuttons{
	padding-top:20px;
}
div.moduletablebuttons li{
	width:280px;
	margin-bottom:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
li.jnfm-online{
	background-image:url(../images/jnfm_online_btn.png);
	height:88px;
	position:relative;
	z-index:1;
}
li.jnfm-online span{
	text-align:center;
	display:block;
	position:relative;
	top:63px;
	left:-30px;
}
li.jnfm-online span a{
	color:#fffbe4;
	font-size:1.2em;
	font-weight:bold;
}
li.jnfm-online span a:hover{
	color:#f6d56d;
}
li.rates{
	background-image:url(../images/rate_btn.png);
	height:50px;
}
li.rates:hover, li.app-forms:hover, li.calculators:hover, li.newsletter:hover{
	background-image:none;
	background-color:#092314;
}
li.app-forms{
	background-image:url(../images/pdf_btn.png);
	height:50px;
}
li.calculators{
	background-image:url(../images/rate_btn.png);
	height:50px;
}
li.newsletter{
	background-image:url(../images/nl_btn.png);
	height:53px;
}
img.jngroup{
	position:relative;
	top:20px;
	float:right;
	padding-right:30px;
}
li.newsletter form{
	position:relative;
	top:20px;
	left:15px;
}
li.newsletter input.nltext{
	width:250px;
	padding:3px 0;
	display:block;
	border:none;
	background:none;
}


div.moduletablebuttons li, div.moduletablebuttons a{
	color:#fff;
	font-size:.95em;
}
div.moduletablebuttons a:hover{
	color:#ffd452;
}
div.moduletablebuttons li span, ul.btn-list{
	float:right;
	clear:right;
	display:block;
}
ul.btn-list{
	padding-right:10px;
	width:250px;
	text-align:right
}
ul.btn-list li{
	display:inline;
}
span.heading{
	font-size:1.2em;
	padding:10px 10px 3px 0;
	font-weight:bold;
}
/*----------------------------------------------
	Footer
================================================
*/

#footnote{
	border-top:1px solid #586a60;
	padding:10px 0 5px 0;
}
div#addy{
	float:left;
}
div#copy{
	float:right;
}
#addy span{
	display:block;
	color:#fffbe4;
	padding:0 0 5px 20px;
	font-size:.9em;
}
div#addy span.jn{
	color:#269757;
	text-transform:uppercase;
	font-size:.9em;
}
div#copy span{
	color:#269757;
	font-size:.9em;
	padding-right:20px;
}
#footnote a{
	color:#d9d6a5;
}

/*
-------------------------------------------------------------------------------------
 SUB PAGES - Media Center, Contact Us, News, Archives, etc.
=====================================================================================
*/

/*contact*/

.clist{
	padding:10px 0;
}
.clist li{
	padding:5px 0;
}
.where{
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:1.4em;
	text-transform:uppercase;
	padding:10px 0;
}
.num{
	font-family:Arial, Helvetica, sans-serif;
	color:#269757;
	font-size:2em;
	padding-bottom:20px;
}

/* Media Center */

#newsWrap, #archives{
	width:620px;
	padding:10px 0;
	border-top:1px solid #410d00;
	border-bottom:1px dotted #ccc;
}
#lead-story{
	width:75%;
	float:left;
	border-right:1px dotted #ccc;
}
#newsWrap ul{
	padding-left:10px;
	float:left;
}
#newsWrap li{
	padding:5px 0;
	border-bottom:1px dotted #eee;
	display:block;
	width:130px;
}
#newsWrap a{
	color:#269757;
}
#archives{
	border-bottom:none;
}
#archives li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
#archives li a{
	display:block;
	color:#303030;
	font-size:1.2em;
	background-image:url(../images/more.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

/*
------------------------------------------------
	FAQS
================================================
*/

div.catdets{
	display:none;
}

#faqlist{
	margin-left:20px;
}
#faqlist li{
	padding:10px 0;
	border-bottom:1px dotted #d9d6a5;
}
	
.bulleted li a, a.btt {display:block;color:#a04128;text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size:1.2em;padding:10px 0 10px 20px;background-image:url(../images/bullet.png);background-repeat:no-repeat;background-position:left center;line-height:1.2em}
.bulleted li a:hover, a.btt:hover{background-image:url(../images/bullet_up.png)}



/* Tool Tip */

#numbers { 
 display:none; 
    background:transparent url(../images/tooltip/black.png); 
	background-repeat:no-repeat;
    font-size:12px; 
    height:70px;
	line-height:20px; 
	text-align:left;
    width:260px; 
    padding:25px; 
    color:#fff;
}
td.sectiontableheader, td{padding:10px}
td a{color:#002e14;font-weight:bold;}
div.newsletter{padding:0px}
div.newsletter input{margin:5px 0;}
div.newsletter input.inputbox{width:250px}
div.newsletter #wz_2{width:20px;}

div.moduletablevideo{margin:10px 0;border:2px solid #092314;}

span.securities{
clear:both;
display:block;
float:left;
color:#fff;
padding:10px 0;
osition:relative;
left:0;
}

.latestnews span img{float:left;margin-right:5px;border:1px solid #092314}
