@charset "utf-8";
/* CSS Document */

/***** Global Settings *****/


html, body {height: 100%;border:0;margin:0;padding:0;}

body {
	background-color: #EEE;
	color: #555;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	background-color:#fff;
}
.wrap 
{
    width:100%;
}
#masthead 
{
    width:100%;
}
#masthead #topBar
{
    background-image: url(/MasterPages/TaxClub/images/bak_topbar.gif);
	background-repeat: repeat-x;
	height:25px;
}
#masthead .logo_reseller {
	clear:both;
	float:left;
	padding-left:144px;
	padding-top:1px;
	text-align:center;
	width:50px;
}
#masthead .logo_reseller img {
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#masthead .login {
	height: 18px;
    float:right;
	font-size: 12px;
	color: white;
	padding: 5px 25px 0 0;
}
#masthead .login .name {
	padding-left: 130px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 5px;
}
#masthead .login .name a {
	background-position: 0 2px;
	color: #f8fef2;
	font-weight: bold;
	padding: 0 0 0 22px;
	background-image: url(/MasterPages/TaxClub/images/key.gif);
	background-repeat: no-repeat;
}
#masthead .login .name a:hover {color: #dde4ee;}

#masthead .headerlinks {
	width: 450px;
	position: absolute;
	top: 31px;
	right: 110px;
	text-align: right;
	font-size: 8pt;
}
#masthead .headerlinks a {color: #666;} 

#masthead .headerlinks a:hover {color: #336;}

#masthead #logo_area 
{
    width:100%;
    height:70px;
    float:left;
    padding: 15px 0;
    
}
#masthead .logo_app 
{
    float:left;
    padding: 0 0 0 25px;
}
#masthead .welcome_msg {
    float:right;
	padding: 15px 25px 0 0;
}

.navigation {
	float: left;
	width: 100%;
	height: 41px;
	background-image: url(/MasterPages/TaxClub/images/bak_nav.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D4DDE5;
}


#footer {	
background-color:#666666;
bottom:0;
height:48px;
min-width:770px;
width:100%;
z-index:1;
}



#footer .calltoaction {
	text-align: center;
	font-size: 10px;
	background-image: url(/MasterPages/TaxClub/images/bak_nav.jpg);
	background-repeat: repeat-x;
	height: 41px;
	color: #BBBBBB;
	text-transform: capitalize;
	font-family: Lucida Grande, sans-serif;
	padding-top: 8px;
	letter-spacing:0.5px;
}

#footer a {
	color:#EEEEEE;
	font-size:13px;
	margin-right:10px;
	text-decoration:none;
}

#footer a:hover {
	color:#FC3;
}

/***** Common Formatting *****/

p, ul, ol {margin:0;padding-right: 0;padding-bottom: 0px;padding-left: 0;}

ul, ol {padding-right: 0;}

blockquote {margin:22px 40px;padding:0;}

small {font-size:0.85em;}

/***** Links *****/



/***** Forms *****/

form {margin:0;padding:0;display:inline;}

input, select, textarea {font:1em arial, helvetica, sans-serif;}

textarea {line-height: 12px;}

label {cursor:pointer;}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left;margin: 0 15px 15px 0; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#f9fef0; }

.clr 
{
    clear:both;
}

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


/*#topBar {
	background-image: url(/MasterPages/TaxClub/images/bak_topbar.gif);
	background-repeat: repeat-x;
	height: 25px;
	float: left;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 500;
}*/


/*//////////////////////////////////////////*/


.tabs {padding: 0;width: auto;background: transparent;voice-family: "\"}\"";voice-family: inherit;}

.tabs ul{margin:0;padding:0;}

.tabs li{display:inline;height: inherit;padding:0;}


.tabs a {
	float:left;
	color: #EEE;
	margin:0;
	padding:0;
	text-decoration:none;
	height: 41px;
	background-color: transparent;
	background-image: none;
}



.tabs a span {
	background-image:url(/MasterPages/TaxClub/images/tabs.jpg);
	background-position:2px 10px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:13px;
	height:41px;
	line-height:55px;
	width: 140px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	text-indent: 8px;
}

.tabs a span {float:none;}

.tabs a:hover span, .tabs a.current span {
	color: #555;
	background-image: url(/MasterPages/TaxClub/images/tabs.jpg);
	background-repeat: no-repeat;
	background-position: 2px -33px;
	overflow: hidden;
	clip: rect(10px,auto,auto,auto);
	height: 41px;
	display: block;
	text-align: center;
	text-indent: 8px;
	margin-top: 1px;
}

.tabActive a span
{
   	color: #555;
	background-image: url(/MasterPages/TaxClub/images/tabs.jpg);
	background-repeat: no-repeat;
	background-position: 2px -33px;
	overflow: hidden;
	clip: rect(10px,auto,auto,auto);
	height: 41px;
	display: block;
	text-align: center;
	text-indent: 8px;
	margin-top: 1px; 
}

.current {
	color: #555;
	background-image: url(/MasterPages/TaxClub/images/tabs.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	overflow: hidden;
}

.tabcontainer{
	clear: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	/*width: 100%;*/
}
#subContent5 h3 a img {
	text-decoration: none;
	margin-top: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
.pad_25 { padding:25px 0 0 0; }



