@charset "UTF-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input
	{margin: 0;padding: 0;list-style-image:none;list-style-position:outside;list-style-type:none;}
/**html body {background-image:url(/inc/img/bg/body.gif); background-repeat:repeat; background-position:left top;}	& */
body {
	font: 85%/130% "Times New Roman", Times, serif;
	background: #99A989 url(/inc/img/bg/body.gif) repeat 0 0 fixed;
	width: 100%;
	/*min-width: 970px;*/
	color: #000;
}
a img{border:none;}
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
/* Panel Tab/button */
.tab {
  	background: url(/inc/img/ico/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left {
  	background: url(/inc/img/ico/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/inc/img/ico/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/inc/img/ico/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #fff;
}

.tab ul.login li a:hover {
	color: #D5DDC3;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(/inc/img/bg/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/inc/img/bg/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/inc/img/bg/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/inc/img/bg/bt_close.png) no-repeat left -19px;}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#panel {
	width: 100%;
	height: 270px;
	color: #d5ddc3;
	background: #354117;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
h1.panelHeading {
	border-bottom:solid 1px #4d5a17;
	margin:0px 0px 14px 0;
	color:#d5ddc3;
	background:url(/inc/img/bg/listitem.image.png) left center no-repeat;
	line-height:40px;
	padding-left:48px;
	/*font-size: 1.5em;*/
	padding-bottom:5px;
	}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: none;
	color: #15ADFF;
}
#panel a:hover {
	color: #4d5a17;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	width: 970px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 300px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #4d5a17;
}
#panel .content .right {
	border-right: 1px solid #4d5a17;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	/*float: left;*/
	padding-top: 6px;
/*	clear: both;*/
	/*width: 280px;*/
	display: block;
}
#panel .content input.field {
	/*border: 1px #1A1A1A solid;*/
	/*background: #414141;*/
	margin-right: 5px;
	/*margin-top: 4px;*/
	width: 230px;
	/*height: 16px;*/
}
.bigField {
	/*border: 1px #1A1A1A solid;*/
	/*background: #414141;*/
	/*margin-right: 5px;*/
	/*margin-top: 4px;*/
	}
#panel .content input:focus.field, textarea:focus.bigField {
	/*background: #545454;*/
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	/*float: left;*/
/*	clear: left;*/
	height: 24px;
	text-align: center;
	/*cursor: pointer;*/
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(/inc/img/bg/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/inc/img/bg/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}
#content {
	width: 965px;
	margin: 0 auto;/* center the page in Firefox */
	text-align: left;
	padding: 20px;
}


.innerPanelWrap {
	width:965px;
	margin:0 auto;
}
#outWrapper {
	width: 965px;
	margin: 0 auto;
	position:relative;
	padding-top: 25px;
	text-align: left;
}
#secondaryContent h3, #primaryContent h2 {
	/*border-bottom: 1px solid #8c9167;*/
	padding: 0 15px 0px 0;
	font-size:20px;
	color: #5d6d30;
}
#primaryContent h2, #homePage #secondaryContent h3 {
	font-size: 28px;
	color:#5d6d30;
	padding-bottom: 0px;
	margin: 0;
}
#secondaryContent h3{
	padding-left:0;
	padding-bottom:5px;
	padding-top:18px;
}
#primaryContent{
	/*background: url(/inc/img/bg/vertical.divide.jpg) repeat-y left top;*/
	border-left:1px solid #8C9167;
	padding-left:45px;
	padding-top:11px;
}
#secondaryContent {
	/*background: url(/inc/img/bg/vertical.divide.jpg) repeat-y right top;*/
	width: 290px;
	margin-left: 6px;
	float: left;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 0px;
}
#tagline{
	position:absolute;
	top:98px;
	width: 480px;
	text-align: right;
	right: 10px;
	}
#tagline h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	color:#5d6d30;
	font-size:18px;
	font-weight:normal;
}



/*  
*********************************************************
********************************************************
*********** CONTACT FORM CSS - iteration 2 ************
******************************************************
*****************************************************
*/
.contact-form-item 

{

    /*width:320px;*/

    /*display:inline-block;*/

    vertical-align:top;

    margin-top:2px; 

}



.contact-form-title

{

   /* width:300px;*/

    display:inline-block;

    vertical-align:top;

    font-weight:bold;

    color:#D5DDC3;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;

}



.contact-form-select

{

    margin:2px;

    padding:2px;

    /*border:1px solid #D5DDC3;*/

}



.contact-form-txt 

{

    margin:2px;

    padding:2px;

   /* border:1px solid #D5DDC3;*/

   /* width:300px;*/

}



.contact-form-radio-button-list 

{

  display:inline-block; 

  margin:5px;

    padding:2px;

}



.required  
{
    display:inline-block;
    color:#ff0000;width:10px;

    vertical-align:top;

}

.required-field-validator

{

    display:inline-block;

    vertical-align:top;

}



/* humantest */



.humantest 

{

    /*width:400px;*/

    display:inline-block;

    vertical-align:top;

    margin-top:2px;

    margin-bottom:2px;

}
#HumanTest {width:200px !important; float:left; padding-top:4px;}
.humantest-title

{

   /* width:60px;*/

    display:inline-block;

    vertical-align:middle;

    font-weight:bold;

    color:#D5DDC3;

    padding-top:4px;

}

.humantest-input

{

    margin:5px;

    padding:2px;

    /*border:1px solid #DDDDDD;*/

    width:30px;

}
#row_1 {width:200px; float:left;}
#row_2{width:200px; float:right;}
#row_3{clear:both; padding-top:8px;}
#row_3 textarea{/*margin-left:15px;*/ width:445px;}
.buttons-panel {width:200px; float:right; padding-top:18px;}
#ContactForm{width:490px; margin-left:20px;}
/*  
*********************************************************
********************************************************
*********** CONTACT FORM CSS - iteration 2 ************
******************************************************
*****************************************************
*/

#primaryContent {
	float: right;
	width: 598px;
	/*margin-right: 8px;*/
}
#oneColumn #primaryContent {
	float:none;padding-left:15px; 
	border-left:none !important;
	width:auto;}
#secondaryContent ul li a {
	color: #5a4436;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5;
	font-weight: bold;
	text-decoration:none;
	font-size:18px;
}
#secondaryContent ul li a:hover {
	text-decoration:underline;
	color:#516418;
	}
#mainSectionWrap {
	padding-top: 15px;
}
#primaryContent p {
	font: 18px/1.5 "Times New Roman", Times, serif;
	color: #5a4436;
	padding-top:11px;
}
p.resource {padding-top:0 !important;}
 #navWrap {
	border-bottom:7px #516418 solid;
	height:42px;
	width: 950px;
	margin: 5px auto 0px auto;
}
#financialPlanningTools #navWrap{border-bottom: 7px solid #354f4e;}
#financialPlanningServices #navWrap{border-bottom: 7px solid #753f14;}
#learningResources #navWrap {border-bottom:7px solid #6f1902;}
#about #navWrap {border-bottom:7px solid #311608;}
ul#siteNav {/*border-bottom:11px #516418 solid;*/}
#siteNav li
	{
	list-style-type:none;
	display: block;
	float:left;
	padding: 0px 5px;
	border:1px solid #fff;
	margin:0px 1px;
	}
#siteNav li a:link, #siteNav li a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:38px;
	dislay:block;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
#siteNav li a:hover{text-decoration:none;}
#firstLink {background-color: #516418;}
#secondLink {background-color:#354f4e;}
#thirdLink {background-color:#753f14;}
#fourthLink {background-color:#6f1902;}
#fifthLink {background-color:#311608;}

#primaryContent p img {
	padding: 0px;
	border: 2px solid #FFF;
	margin: 12px 18px 0px 0px;
}
#promoImageWrap {margin:5px 0px;}
.boxgrid{
	width: 313px;
	height: 236px;
	margin:0px;
	/*float:left;*/
	background:url(/inc/img/bg/boxgrid.bg.png) top center no-repeat;
	/* /border: solid 2px #8399AF; */
	overflow: hidden;
	position: relative;
	}
.boxgrid img{
	position: absolute; 
	top: 13px; 
	left: 6px; 
	border: 0; 
	}
.boxgrid p{ 
	padding: 0 13px; 
	color:#354f4e; 
	font-weight:bold; 
	}
.boxgrid h3{
	margin:13px;
	}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
.captionfull .boxcaption {
	top: 260;
 	left: 0;
	}
.caption .boxcaption {
	top: 220;
 	left: 0;
 	}

#alt #container #outWrapper #mainSectionWrap {
	clear: both;
}
/*h1,h2,h3,h4,h5,h6,h7{font-family:Georgia, "Times New Roman", Times, serif;}*/
#footerWrap {width:950px; margin:50px auto 0px auto;}
/*p .required  {color: #d5ddc3;}*/
ul.contentList{
	padding:0 5px 0 15px;
}
ul.contentList li {
	background-image:url(/inc/img/ico/content.list.icon.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	margin:0.4em 0;
	padding:5px 0px 5px 40px;
	color:#5A4436;
	margin:15px 0;
}
.contentList li:hover, .contentList li.yourHere
{
	background-image:url(/inc/img/ico/content.list.icon.hover.png);
}
#primaryContent h3 {
	font-size: 24px;
	color: #516418;
	padding-top: 12px;
}
#copyright {
	font: italic 12px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#fff; 
	width:950px;
	height:28px;
	line-height:28px;
	background-color:#516418;
	}
a#devCred, a#devCred:visited {
	font: italic 12px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#fff !important; 	
	text-decoration:none;
}
a#devCred:hover {
	text-decoration:underline;
	}
#financialPlanningTools #primaryContent{
	border-left:1px solid #354f4e;
	}
#financialPlanningTools #copyright {background-color:#354f4e !important;}	
#financialPlanningTools #primaryContent h3, 
#financialPlanningTools #primaryContent h2, 
#financialPlanningTools #secondaryContent h3
{
	color:#354f4e !important;
	/*margin-bottom:8px;*/
	/*padding-bottom:4px;*/
	border-bottom-color:#354f4e !important;
}
#financialPlanningServices #primaryContent{
	border-left:1px solid #753f14;
}
#financialPlanningServices #copyright {background-color:#753f14 !important;}	
#financialPlanningServices #primaryContent h3, 
#financialPlanningServices #primaryContent h2, 
#financialPlanningServices #secondaryContent h3
{
	color:#753f14 !important;
	/*margin-bottom:8px;*/
	/*padding-bottom:4px;*/
	border-bottom-color:#753f14 !important;
}
#learningResources #primaryContent{
	border-left:1px solid #6f1902;
}
#learningResources #copyright {background-color:#6f1902 !important;}	
#learningResources #primaryContent h3, 
#learningResources #primaryContent h2, 
#learningResources #secondaryContent h3
{
	color:#6f1902 !important;
	/*margin-bottom:8px;*/
	/*margin-top:10px;*/
	/*padding-bottom:4px;*/
	border-bottom-color:#6f1902 !important;
}
#about #primaryContent{
	border-left:1px solid #311608;
}
#about #copyright {background-color:#311608 !important;}	
#about #primaryContent h3, 
#about #primaryContent h2, 
#about #secondaryContent h3
{
	color:#311608 !important;
	/*margin-bottom:8px;*/
	/*padding-bottom:4px;*/
	border-bottom-color:#311608 !important;
}
#homePage #container #outWrapper #mainSectionWrap #secondaryContent {
	padding-right: 30px;
	width: 280px;
}
#homePage #container #outWrapper #mainSectionWrap #secondaryContent p {
/*	font: 16px/1.5 "Times New Roman", Times, serif;*/
	color: #5A4436;
	font: 18px/1.5 "Times New Roman", Times, serif;
	padding-top:11px;
}
.innerPromoLink{font-size:16px; font-weight:bold; line-height:1; color:#903; text-decoration:none;}
table.innerPromo {width:250px; text-align:center; margin-top:44px;}
.innerPromo img {position:static !important;}
.innerPromo p {font: 13px/1 "Palatino Linotype", "Book Antiqua", Palatino, serif !important; color:#220400 !important; margin-top:6px;}
.innerPromo p strong {color:#516418 !important; font-style:italic; font-size:18px !important;}
#docs, #reports, #worksheets {
	/*background: url(/inc/img/ico/season_icon_midsize.png) no-repeat scroll left center;*/
	padding-right: 20px;
	padding-left: 0px;
	margin-top: 11px;
	margin-bottom: 20px;
	margin-left:25px;
	margin-right:15px;
	line-height:1.2 !important;
}
#docs{margin-top:25px !important;}
#reports {
	/*background-image:url(/inc/img/ico/season_icon_midsize.png);*/
	margin-bottom:10px !important;
}
#worksheets{
	/*background-image:url(/inc/img/ico/season_icon_midsize.png);*/
	}
#learningResources #container #outWrapper #mainSectionWrap #primaryContent h2 {
	margin-bottom: 12px;
	font-size:34px;
}
#learningResources #container #outWrapper #mainSectionWrap #primaryContent h3 {
	font-size:28px;
	/*color:#5A4436 !important;*/
	color:#6F1902 !important;
	line-height:1.2;
	/*margin-top:28px !important;*/
	/*padding-top:28px !important;*/
	}
.resource{margin: 4px 0 12px 0; font-size:16px !important; line-height:25px;}
a.resource:link, a.resource:visited{
	color:#6f1902; font-weight:bold; text-decoration:underline;
}
a.resource:hover{
	color:#000; text-decoration:none;
}
#newsletterListing {
	margin-top:11px;
	margin-bottom:11px;
}
#newsletterListing table{
	margin:2px 0 2px 0;
	/*background:url(/inc/img/ico/pdf-tiny.png) center left no-repeat scroll;*/
	/*padding:5px 15px 5px 0px;*/
	}
a.newsletterLink, a.newsletterLink:visited, .articleTease {
	padding:15px 0;
	font: 14px/1 "Palatino Linotype", "Book Antiqua", Palatino, serif;}
.articleTease{padding:4px 0; font-size:14px;}
a.newsletterLink, a.newsletterLink:visited{color:#6f1902; text-decoration:none;}
a.newsletterLink:hover {text-decoration:underline;}
#homePage #container #outWrapper #mainSectionWrap #primaryContent p a:link, 
#homePage #container #outWrapper #mainSectionWrap #primaryContent p a:visited {
	font-weight: bold;
	color: #516418;
	text-decoration: none;
}
#homePage #container #outWrapper #mainSectionWrap #primaryContent p a:hover{
	text-decoration:underline;
	color:#354f4e;
}
#financialPlanningTools #container #outWrapper #mainSectionWrap #primaryContent p a:link{
	color:#354f4e;
	text-decoration:none;
	}
.goGreen{color:#516418 !important;}
a.goBrown{color:#311608 !important;}
a.goTurqoise {color:#354f4e !important;}
a.goOrange {color:#753f14 !important;}
a.goRed{color:#6f1902 !important;}
img.noBorder {border:none !important}
h6{font-size:18px !important;}
h6 a{color:#354F4E; text-decoration:none; font-size:18px !important; margin-bottom:2px; padding-bottom:2px;}
p.resource{font-size:16px !important; background-image:url(/inc/img/ico/financial.resource.link.png); background-position: top left; background-repeat: no-repeat; background-position: fixed; padding-left:33px !important;  line-height:19px; margin-bottom:0px; padding-top:2px !important;}
p.resource a:link,
p.resource a:visited {color:#5A4436 !important; line-height:18px !important; text-decoration:underline !important; font-weight:bold; font-size:16px !important;}
p.resource a:hover {text-decoration:underline; font-weight:bold; color:#666;}

