@import url("html_reset.css");
@import url("hrb_legacy_2008.css");

/*
----------------------------------------------------------------------
H&R Block Style Sheet

Author(s):  Jonathan Heavner | www.hrblock.com
Updated:    12/13/2007
----------------------------------------------------------------------*/

/* Global 
------------------------------------------------------------------*/


body {
    margin: 0;
    padding: 0;
    background-color: #000;
    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 15px 0;
}

.page_title h1 {
    color: #7DC242;
}
.page_title h6 {
    font-size: 12px;
    color: #666;
}

/* 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: 920px;
    padding: 15px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    background-color: #FFF;
    overflow: visible; /* Default. The content is not clipped. It renders outside the element */
}

/* Header
------------------------------------------------------------------*/

#header {
    height: 117px;
    font-size: 11px;
    background-color: #FFF;
}
.hd_home_link {
    float: left;
    font-size: 11px;
    width: 40px;
    height: 16px;
    padding-left: 8px;
    margin-top: -14px;
    clear: right;
}
.hd_logo_home { 
    float: left;
    height: 62px;
    margin-top: 33px;
    margin-left: -20px;
    clear: right;
}
.hd_links_1 {
    float: right;
    margin-right: 24px;
}
.hd_links_2 {
    float: right;
    margin-right: 20px;
}
.hd_dots_vert_white_bg {
    float: right;
    height: 87px;
    width: 2px;
    margin-right: 24px;
    margin-top: 15px;
    background: url(/images/dots_vert_white_bg.png) repeat-y;
}

.hd_forms_container {
    float: right;
}
.hd_btn {
    height: 18px;
    width: 18px;
}
.hd_spacer {
    padding: 5px;
}
.hd_input_style {
    font-size: 10px;
    color: #666;
}
.form_title {
    font-weight: bold;
    padding-bottom: 2px;
}
.hd_form_0_spc {
    height: 18px;
    margin-left: 27px;
}
.hd_form_0 {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 28px;
}
#hd_form_1 {
    color: #666;
    margin-top: 6px;
    margin-right: 28px;
}
#hd_form_2 {
    color: #666;
    margin-top: 6px;
    margin-right: 28px;
}
#searchform {
    color: #666;
    margin-top: 6px;
    margin-right: 28px;
}    

/* Header Links */
#header ul {
    line-height: 16px;
    list-style-type: square;
    color: #7DC242;
    margin-top:20px;
    margin-right:36px;
}

#header a, 
#header a:link, 
#header a:visited {
    text-decoration: none;
    color: #666;
}

#header a:hover {
    text-decoration: underline;
    color: #666;
}


/* Main navigation
------------------------------------------------------------------*/

.main_nav {
    height: 37px;
    width: 951px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.main_nav .nav_image {
    height: 37px;
    width: 951px;
    background: url(/images/main_nav/nav_tbs_home_2009.png) 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: 918px;
    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 {
    height: 100%;
    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;
    height:100%;
    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%;   
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 6px;
    overflow: visible;
}


/* Footer
------------------------------------------------------------------*/

#footer { 
    padding: 0;    
} 
.ft_efile_logo {
    height: 20px;
    width: 85px;
    margin: 0 auto;
    padding-bottom: 15px;
    background: url(/images/ft_efile_logo.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: #FFF;
}

/* Footer Links */
#footer a, 
#footer a:link, 
#footer a:visited {
    text-decoration: none;
    color: #FFF;
}

#footer a:hover {
    text-decoration: underline;
    color: #FFF;
}


/* Disclaimer
------------------------------------------------------------------*/
.disclaimer {
    font-size:10px;
    font-style:italic;
    margin-top:25px;
}


/* Local Styles
------------------------------------------------------------------*/
.green_header {
    color:#63AD23;
    font-weight:bold; 
    padding-bottom:10px;
}

.green_header_17 {
    color:#63AD23;
    font-weight:bold; 
    padding-bottom:5px;
    font-size:17px;
}

.div_hr { 
    background:url(/images/img_hr_dot.gif); 
    background-repeat:repeat-x; 
    width:100%; 
    height:16px;
}

/* accordion styles */
#basic-accordian{
    padding:5px;
    width:645px;
    z-index:2;
    background-color: #FFF;
    border:1px solid #CACACA;
}

.accordion_headings{
    padding:5px;
    background:#7DC242;
    color:#FFFFFF;
    border:1px solid #FFF;
    cursor:pointer;
    font-weight:bold;
}

.accordion_headings:hover{
    background:#6AA936;
}

.accordion_child{
    padding:15px;
    background:#F4F4F4;
}

.header_highlight{
    background:#6AA936;
}
/* end accordion styles */

/* CSS specifically for autocomplete search
------------------------------------------------------------------*/
#autocomplete ul,
#autocompleteUpper ul {
    color: #296F02;
    font-size: 11px;
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    width: 100%;
}

#autocomplete,
#autocompleteUpper {
    text-align: left;
}


/* end autocomplete search styles */

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Default styles
------------------------------------------------------------------*/
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.marginTop17 {margin-top: 17px;}

ul {
    margin: 0 0 18px 16px;
	line-height: 16px;
	list-style-type: square;
}

ol {
    margin-left:22px;
    margin-top:12px;
	line-height: 16px;
	list-style-type: decimal;
}

ol li {margin-bottom: 18px;}

ol .content_list {
    color: #000000;
}

a, 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;
}

blockquote {margin-left: 27px;}

/* Containers
------------------------------------------------------------------*/
.pod_full_page {
	width: 920px !important;
	border: 0 !important;
}

#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: 920px;
	padding: 15px;
	background-color: #FFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    overflow: auto; /* Default. The content is not clipped. It renders outside the element */
}

.content {
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto !important;
	border: 0 !important;
}

.pod_primary {border:0 !important;}
.pod_primary .primary_content {
border:0 !important;
margin: 0 !important;
padding: 0 !important;
}

.pod_secondary{border:0 !important;}

#homePod {
	width: 875px;
	height: 236px;
	margin-bottom: 16px;
	padding: 35px 0 0 45px;
	background: url(../images/bg_homePod.jpg) left top no-repeat;	
}

.homePod h1 				{width: 500px; font-weight: bold; color: #7dc242; padding-bottom: 18px;}
.homePod p 					{font-size: 12px; width: 500px; color: #4d4e53; line-height: 22px;}

#acquisitionPod {
	width: 920px;
	height: 316px;
	margin-bottom: 16px;
	background: url(../tax_business_services/images/bg_joinUsPod.jpg) left top no-repeat;	
}

div.headerPaths {
	margin-top: 20px;
}

div.headerContact {
	margin-top: 25px;
	font-size: 14px;
}

#acquisitionPod h1 {
	color:#000000;
}

div.headerCopy {
	width: 412px;
	height: 283px;
	float: right;
	padding-top: 55px;
}

.headerArrow {
	height: 45px;
	width: 55px;
	float: left;
	background: url(../tax_business_services/images/big.arrow.png) no-repeat;
}

.headerArrow a {
	height: 45px;
	width: 55px;
	display: block;
}

div.path h2 { font-size: 20px, sans-serif; margin: 0; color: #000; padding-left: 55px; }

div.path h3 { font: normal 16px, sans-serif; color: #000; padding-left: 55px;  }

div.path h2 a, div.path h3 a {text-decoration: none; }

div.path h2 a { color: #000000; }
div.path h3 a { color: #7DC242; }

.photo {margin: 0 10px 10px 0;}

.resourceListPersonal, .resourceListBusiness  {width: 206px; font-weight: bold;}

.resourceListPersonal ul li, .resourceListBusiness ul li {font-weight: normal;}

.resourceListPersonal {color: #c4b05b;}
.resourceListBusiness, .resourceBusinessSidebar {color: #659fc3;}

.hd_forms_container ul {list-style: none !important; margin-left: 0; list-style-type: none !important; list-style-image: none !important;}
.hd_forms_container ul li {padding-left: 15px; background: url(../images/arrow.png) left 2px no-repeat; margin-bottom: 4px;}

.copyCallOut { background: #e8e8e8; padding: 10px 10px 0 10px; margin-bottom: 20px; }
.copyCallOut ul { margin-left: 15px; padding-bottom: 10px; }

.disclaimer {font-size: 8px; font-style: italic;}

.newsletter {
	min-height: 175px;
	height:auto !important;
	height: 175px;
}

/* POD 296
------------------------------------------------------------------*/

.pod296 {
	width: 296px;
	margin-right: 16px;
	float: left;
}

.pod296 h6					{color: #fff; padding: 23px 0 0 18px;}
.pod296 p					{color: #4d4e53;}

a.pod296-personal			{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}
a.pod296-business			{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}
a.pod296-joinUs				{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}

.pod296 ul					{list-style: none !important; margin-left: 0; list-style-type: none !important; list-style-image: none !important;}
.pod296 ul li				{padding-left: 15px; background: url(../images/arrow.png) left 2px no-repeat; margin-bottom: 4px;}

ul.links					{color: #296f02;}
ul.links li					{color: #000000;}

#pod296Head-personal,
#pod296Head-business,
#pod296Head-joinUs {
	width: 296px;
	height: 47px;
	font-size: 0;
}

#pod296Head-personal {
	background: url(../images/pods.png) left top no-repeat;
}

#pod296Head-business {
	background: url(../images/pods.png) left -47px no-repeat;
}

#pod296Head-joinUs {
	background: url(../images/pods.png) left -94px no-repeat;
}

#pod296Foot-personal,
#pod296Foot-business,
#pod296Foot-joinUs {
	width: 296px;
	height: 10px;
	font-size: 0;
}

#pod296Foot-personal {
	background: url(../images/pods.png) left -141px no-repeat;
}

#pod296Foot-business {
	background: url(../images/pods.png) left -151px no-repeat;
}

#pod296Foot-joinUs {
	background: url(../images/pods.png) left -161px no-repeat;
}

/* POD 210
------------------------------------------------------------------*/

.pod210 {
	width: 210px;
	float: left;
}

.pod210 h6					{color: #fff; padding: 23px 0 0 18px;}
.pod210 p					{color: #4d4e53;}

a.pod210-personal			{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}
a.pod210-business			{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}
a.pod210-joinUs				{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}

.pod210 ul					{list-style: none !important; list-style-type: none !important; margin-left: 0; list-style-image: none !important;}
.pod210 ul li				{padding-left: 15px; background: url(../images/arrow.png) left 2px no-repeat; margin-bottom: 4px;}

.pod210 ul li ul			{list-style-type: none !important;margin:4px 0 0;}
.pod210 ul li ul li			{background:none;}

#pod210Head-personal,
#pod210Head-business,
#pod210Head-joinUs {
	width: 210px;
	height: 47px;
	font-size: 0;	
}

#pod210Head-personal {
	background: url(../images/pods.png) left -171px no-repeat;
}

#pod210Head-business {
	background: url(../images/pods.png) left -218px no-repeat;
}

#pod210Head-joinUs {
	background: url(../images/pods.png) left -265px no-repeat;
}

#pod210Foot-personal,
#pod210Foot-business,
#pod210Foot-joinUs {
	width: 210px;
	height: 10px;
	font-size: 0;	
}

#pod210Foot-personal {
	background: url(../images/pods.png) left -312px no-repeat;
}

#pod210Foot-business {
	background: url(../images/pods.png) left -322px no-repeat;
}

#pod210Foot-joinUs {
	background: url(../images/pods.png) left -332px no-repeat;
}



/* POD 451
------------------------------------------------------------------*/
#pod451wrap {margin-top: 18px;}

.pod451 {
	width: 451px;
	float: left;
	margin-right: 17px;
}

.pod451 h6					{color: #fff; padding: 23px 0 0 18px;}
.pod451 p					{color: #4d4e53;}

a.pod451-personal			{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}
a.pod451-business			{padding-right: 15px; background: url(../images/arrow.png) right 2px no-repeat;}

.pod451 ul					{list-style: none !important; list-style-type: none !important; margin-left: 0; list-style-image: none !important;}
.pod451 ul li				{padding-left: 15px; background: url(../images/arrow.png) left 2px no-repeat; margin-bottom: 4px;}

#pod451Head-personal,
#pod451Head-business {
	width: 451px;
	height: 47px;
	font-size: 0;	
}

#pod451Head-personal {
	background: url(../images/pods.png) left -342px no-repeat;
}

#pod451Head-business {
	background: url(../images/pods.png) left -389px no-repeat;
}

#pod451Foot-personal,
#pod451Foot-business {
	width: 451px;
	height: 10px;
	font-size: 0;	
}

#pod451Foot-personal {
	background: url(../images/pods.png) left -436px no-repeat;
}

#pod451Foot-business {background: url(../images/pods.png) left -446px no-repeat;}

.joinUs_acquisition {background: url(../images/bg_joinUs_acquisition.jpg) left top no-repeat;}
.joinUs_careers {background: url(../images/bg_joinUs_careers.jpg) left top no-repeat;}

.joinUs_acquisition, .joinUs_careers {
	min-height: 340px;
	height:auto !important;
	height: 340px;
}

.joinUs_acquisition p, .joinUs_careers p {
	padding: 0 0 18px 18px;
	width: 250px;
}

.joinUs_acquisition h6, .joinUs_careers h6 {
	color: #fff; padding: 18px 0 27px 18px;
}

.joinUs_acquisition ul, .joinUs_careers ul {
	padding: 0 0 18px 18px;
	width: 250px;
}

/* POD 693
------------------------------------------------------------------*/
#pod693Wrap {
	width: 693px;
	overflow: auto;
	float: left;
	margin-right: 17px;
}

#pod693Head, #pod693Foot {
	width: 693px;
	height: 10px;
	font-size: 0;	
}

#pod693Head {
	background: url(../images/head_693pod.png) left top no-repeat;
}

#pod693Foot {
	background: url(../images/foot_693pod.png) left top no-repeat;
}

#pod693 {
	padding: 18px 18px 9px 18px;
	border-left: 1px solid #919b9d;
	border-right: 1px solid #919b9d;
	background: url(../images/bg_693pod.png) left bottom repeat-x;
	overflow: auto;
}

.pod693Personal, .pod693Business, .pod693JoinUs {
	border: 0 !important;
	min-height: 425px;
	height:auto !important;
	height: 425px;
}

.pod693Personal {
	background: url(../images/bg_671pod-personal.jpg) right bottom repeat-x !important; 
	min-height: 350px !important;
	height:auto !important;
	height: 350px !important;
}

.pod693Business {background: url(../images/bg_671pod-business.jpg) right bottom repeat-x !important;}
.pod693JoinUs {background: url(../images/bg_671pod-joinUs.jpg) right bottom repeat-x !important;}

.pod693Business p, .pod693JoinUs p {width: 425px !important;}
.pod693Personal p {width: 460px !important;}

#pod693 h1, #pod693 h4 {
	font-weight: bold; 
	color: #7dc242; 
	padding-bottom: 18px;
}

#pod693 h3 {font-size: 16px; color: #000; font-weight: bold; padding-bottom: 18px;}

#businessPod,
#personalPod,
#joinUsPod {
	padding: 18px 18px 9px 18px;
	border-left: 1px solid #919b9d;
	border-right: 1px solid #919b9d;
	overflow: auto;
	zoom: 1;
}

#businessPodHome,
#personalPodHome,
#joinUsPodHome {
	min-height: 124px;
	height:auto !important;
	height: 124px;
	padding: 18px 18px 9px 18px;
	border-left: 1px solid #919b9d;
	border-right: 1px solid #919b9d;
	overflow: auto;
	zoom: 1;
}

#joinUsPodHome p {padding: 14px 0 !important;}
#joinUsPodHome ul {margin-bottom: 0 !important;}

.resources {
	min-height: 142px;
	height:auto !important;
	height: 142px;
}

.personalResources, .businessResources {
	min-height: 375px;
	height:auto !important;
	height: 375px;
}

#businessPod, #businessPodHome {background: #ebf2f7 url(../images/bg_business.jpg) left bottom repeat-x;}
#personalPod, #personalPodHome {background: #fbfaf5 url(../images/bg_personal.png) left bottom repeat-x;}
#joinUsPod, #joinUsPodHome {background: #fbfbfb url(../images/bg_joinUs.png) left bottom repeat-x;}

.last {
	margin-right: 0;
}

/* FORMS
------------------------------------------------------------------*/
#pod693 label {float: left; margin-bottom: 18px; margin-right: 9px;}
#pod693 label.width {width: 275px;}
#pod693 input, #pod693 select, #pod693 textarea {float: left;}
#pod693 input.text, {font-size: 16px; padding: 4px; border: 1px solid #777;}

#pod693 input.middle {width: 20px;}
#pod693 input.zip, #pod693 input.associates {width: 50px;}
#pod693 input.file {height: 27px;}

input.text {
	border: 1px solid #919b9d;
	width: 248px;
	height: 19px;
	padding: 4px;
	font-size: 14px;
}

input.button {
	font-size: 11px;
	color: #fff;
	background-color: #000;
	background: #000 url(../images/arrowWhite.png) right center no-repeat;
	border: 1px solid #999;
	padding: 2px 21px 2px 5px;
}
