@import url("html_reset.css");
@import url("hrb_legacy_2008.css");

/*
----------------------------------------------------------------------
Tax Institute Style Sheet

Author(s):  Linda Nicholson | www.hrblock.com
Updated:    10/07/2009
----------------------------------------------------------------------*/

/* Global 
------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
	background:url(/images/main_gradient_bg.jpg) repeat-x #D6D5D3;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    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 */
}

ul {
    margin-left:16px;
    margin-top:12px;
    line-height: 16px;
    list-style-image: url("/images/ul_bullet_sqr.png")
}
ul .content_list {
    color: #000000;
}

ol {
    margin-left:22px;
    margin-top:12px;
    line-height: 16px;
    list-style-type: decimal;
}
ol .content_list {
    color: #000000;
}


a:link, a:visited {
    color:#296f02;
    text-decoration:none;
}

a:hover {
    color:#296f02;
    text-decoration:underline;
}

p {
    padding-bottom:14px;
}

h1 {
    font: bold 24px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font: bold 22px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
h4 {
    font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}
h5 {
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
h6 {
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.page_title {
    margin: 0 0 10px 0;
}

.page_title h1 {
    color: #000000;
}
.page_title h6 {
    font-size: 12px;
    color: #666;
}

.mainContentTitleAreaSubTitle
{
    font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
    color: red;
}

/* bg fix for IE */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}


/* Containers
------------------------------------------------------------------*/

#container { 
    width: 950px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

#mainContent {
    width: 924px;
	padding-top:0;
    padding-left: 15px;
	padding-right: 11px;
	padding-bottom: 15px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    background-color: #FFF;
    overflow: auto; /* Default. The content is not clipped. It renders outside the element */
	height:100%;
}

/* Header
------------------------------------------------------------------*/

#header {
	margin-top:0;
	padding-top:0;
    height: 98px;
    font-size: 11px;
    background-color: #FFF;
}

.hd_logo_home { 
    float: left;
    height: 98px;
	width: 286px;
    margin-top:0;
    margin-left:20px;
    clear: right;
}

.hd_forms_container {
    float: right;
    padding-top:8px;
	margin-top:0;
}
.hd_forms_container .title {
	color:#8F8F8F;
	padding-bottom:3px;
}

.hd_right
{
    padding-top:0;
    font-size: 11px;
    text-align: right;
    margin-right: 28px;
}

.hd_input_style {
    font-size: 10px;
    color: #666;
}


/* Main navigation
------------------------------------------------------------------*/

.main_nav {
    height: 37px;
    width: 925px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 25px;
	background-color:#FFFFFF;
}

.main_nav .nav_image {
    height: 37px;
    width: 906px;
    background: url(/images/main_nav/nav_default.jpg) no-repeat;
}



/* Pods
------------------------------------------------------------------*/

.pod_primary {
    float: left;
    width: 691px;
    border: 1px solid #CACACA;
}

.pod_primary .primary_content{
    height: 100%;
    border: 1px solid #CACACA;
    margin: 6px;
    padding: 10px;
    overflow: visible;
}

.pod_primary .primary_content .taxcut_upsell_pod{
    width: 657px;
    height: 230px;
    overflow: visible;
    background: url(../images/taxtips_taxcut_upsell_bg.png) no-repeat;
}
.pod_primary .primary_content .taxcut_upsell_pod .header{
    float: left;
    width: 315px;
    font-size: 12px;
    color: #666;
    padding: 58px 0 0 324px;
}
.pod_primary .primary_content .taxcut_upsell_pod .content{
    float: left;
    width: 315px;
    font-size: 12px;
    color: #000;
    padding: 10px 0 0 324px;     
}
.pod_primary .primary_content .taxcut_upsell_pod .button{
    float: left;
    padding: 14px 0 0 324px;
}
.pod_primary .primary_content .taxcut_upsell_pod .tax_advisor{
    float: right;
    padding: 14px 90px 0 0;
}
.pod_primary .primary_content .taxcut_upsell_pod .learn_more{
    float: left;
    padding: 10px 0 0 330px;
}

.pod_secondary {
    float: right;
    width: 208px;
    border: 1px solid #CACACA;
}
.pod_top {
    width: 918px;
}
.pod_full_page {
    width:906px;
	/*
	margin-left:10px;
	
    border: 1px solid #CACACA;*/
}
.pod_footer {
    width: 918px;
    margin-top: 15px;
    border: 1px solid #CACACA;
}
.pod_footer ul {
    list-style-image: none;
}

/* in-page nav */
.pod_secondary .page_nav {
    padding: 6px;
    /*border: 1px solid #CACACA;*/
}
.pod_secondary .page_nav .nav_header {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
}
.pod_secondary .page_nav ul {
    line-height: 16px;  
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-left: 0;
    margin-top: 0;  
    padding: 8px;
    list-style-type: none;
}
.pod_secondary .page_nav ul {
    list-style-image: none;
}
.pod_secondary .page_nav li a, 
.pod_secondary .page_nav li a:link, 
.pod_secondary .page_nav li a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.pod_secondary .page_nav li a:hover {
    text-decoration: underline;
    color: #000;
}

.pod_secondary .page_nav .page_nav_content {
    line-height: 16px;  
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-left: 0;
    margin-top: 0;  
    padding: 8px;
    overflow:visible;
}

/* in-page nav for index pages */
.pod_secondary .page_nav_index {
    border: 1px solid #CACACA;
    margin-top: 10px;
    padding: 6px;
}
.pod_secondary .page_nav_index .nav_header_index {
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding-top: 8px;
    padding-left: 8px;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
}
.pod_secondary .page_nav_index ul {
    height: 100%;
    line-height: 17px;  
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-left:0px;
    margin-top:0px; 
    padding: 8px;
    background-color: #D8EDC6;
    list-style-type: none;
}
.pod_secondary .page_nav_index ul {
    list-style-image: none;
}
.pod_secondary .page_nav_index li a, 
.pod_secondary .page_nav_index li a:link, 
.pod_secondary .page_nav_index li a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.pod_secondary .page_nav_index li a:hover {
    text-decoration: underline;
    color: #000;
}

/* full-page layout */
.pod_full_page .header{
    height: 100%; 
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: visible;
}
.pod_full_page .header h1{
    font-size: 24px;
    color: #FFF;
    padding-top: 14px;
    padding-left: 6px;
    padding-bottom: 10px;
}
.pod_full_page .header h6{
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    margin-top: -10px;
    padding-left: 6px;
    padding-bottom: 10px;
}
.pod_full_page .content{
    height: 100%; 
	/*  
    margin-left: 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 6px;
	*/
    overflow: visible;
}


/* Footer
------------------------------------------------------------------*/

#footer { 
    padding: 0;
} 

.footer_bg {
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_container_bottom.png');
    background-repeat:no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer_bg[class] {
    background: url(/images/main_container_bottom.png) no-repeat;
}

#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 */
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #585755;
}

/* Footer Links */
#footer a, 
#footer a:link, 
#footer a:visited {
    text-decoration: none;
    color: #585755;
}
#footer a:hover {
    text-decoration: underline;
    color: #585755;
}


/* Disclaimer
------------------------------------------------------------------*/
.disclaimer {
    font-size:10px;
    font-style:italic;
    margin-top:25px;
}


/* Local Styles
------------------------------------------------------------------*/
.question_pod {
	width:687px;
}

.question_pod .top_div {
	background:transparent url(/images/tti_question_pod_top.jpg) no-repeat scroll 0 0;
	height:20px;
	width:687px;
}

.question_pod .content {
	background:url(/images/question_pod_content_bg.jpg) repeat-y;
	height:1px;
	width:647px;
	padding-left:20px;
	padding-right:20px;
	height:100%;
	overflow:auto;
}

.question_pod .bottom_div {
	background:url(/images/question_pod_bottom.jpg) no-repeat;
	height:21px;
	width:687px;
}

.signin_btn {
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/btn_sign_in.png');
    background-repeat:no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.signin_btn[class] {
    background: url(/images/btn_sign_in.png) no-repeat;
}