
/* CSS borrowed from TAN main_layout */

#header { position:relative; }
.banner_heading {
	font-size:23px;
	margin:0;
	padding:0;
}
#logo {
	position:relative;
	padding:15px 0 0 10px;
}
#searchbar {
	width:340px;
	right: 0; top: 0;
}
#searchbar form {
	height:25px;
	width:350px;
	margin:9px 0 0 0;
	padding:0;
}
#searchbar input.searchtextinput {
	background-color:#fff;
	border:#ccc 1px solid;
	height:20px;
	width:295px;
	margin:0 0 4px 0;
	padding:0;
}
#searchbar input.searchsubmit {
	background:url(../images/search_btn_bg.gif) no-repeat left;
	width:27px;
	height:25px;
	border:none;
	margin:0;
	padding:0;
}
#searchbar label.searchtxt { display: block; padding: 2px 0; }
#menu {
	height:41px;
	position:relative;
	clear:both;
	background:url(../images/nav_bg.jpg) left no-repeat;
}
#banner {
	padding-top: 12px;
	margin:0 0 3px 0;
	clear: both;
}
*html #accountants {
	padding:1px 10px 9px 10px;
	height:89px;
	width:304px;
}
*html #taxpayers {
	padding:1px 10px 9px 10px;
	height:89px;
	width:305px;
}
*html #taxadvisers {
	padding:1px 10px 9px 10px;
	height:89px;
	width:304px;
}
#accountants, #taxpayers, #taxadvisers {
	float:left;
	width:305px;
	height:90px;
	padding:1px 10px 9px 10px;
	margin:0 0 3px 0;
	*margin-bottom: 0;
}
#accountants a, #taxpayers a, #taxadvisers a { color:#fff; }
#accountants p, #taxpayers p, #taxadvisers p {
	margin:0;
	line-height:145%;
}
#accountants { background:url(../images/accountants_bg.jpg) left no-repeat; }
#taxpayers {
	background:url(../images/taxpayers_bg.jpg) left no-repeat;
	margin:0 2px;
}
#taxadvisers { background:url(../images/taxadvisers_bg.jpg) left no-repeat; }


/* Sidebox adapted to RHS sidebar */

#sidebar-wrapper .widget {
	width:236px;
	padding: 7px;
	background:#F3F3F3 url(../images/widget_btm_bg.gif) no-repeat bottom left;
}
#sidebar-wrapper .widget h2 {
	width:238px;
	margin: -7px 0 0 -7px;
	padding: 6px;
	background:#F3F3F3 url(../images/widget_top_bg.gif) no-repeat top left;
}
#sidebar-wrapper .widget.Poll .widget-content h2 {
	position: absolute;
	float: left;
	clear: both;
	width:238px;
	margin: -38px 0 0 -7px;
	padding: 6px;
	background:#F3F3F3 url(../images/widget_top_bg.gif) no-repeat top left;
}
#sidebar-wrapper .widget h2:after,
#sidebar-wrapper .widget .widget-content h2:after {
	content: "";
	display: block;
	float: left;
	clear: both;
	width: 236px;
	margin: 6px 0 0 0;
	border-bottom:2px solid #84C441;
}
#sidebar-wrapper .widget .h2border {
	display: block;
	float: left;
	clear: both;
	width: 236px;
	height: 0;
	margin: 0 0 0 0;
	border-bottom:2px solid #84C441;
}
#sidebar-wrapper .widget .widget-content .h2border {
	display: block;
	float: left;
	clear: both;
	width: 236px;
	height: 0;
	margin: -8px 0 0 0;
	border-bottom:2px solid #84C441;
	}
#sidebar-wrapper .widget .widget-content {
	width:230px;
	height:100%;
/*	overflow:hidden; */
	margin:2px 0 2px 0;
	clear:both;
}
#sidebar-wrapper .widget.Poll .widget-content {
	width: 234px;
	padding-top: 29px;
}
#outer-wrapper .widget.AdSense {
	background-color: transparent;
	background: none;
	padding: 0;
	width: 250px;
}
#outer-wrapper .widget.AdSense .widget-content {
	width: 250px;
	margin: 0;
	text-align: center;
}
#outer-wrapper .BlogArchive #ArchiveList ul {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 0 15px;
	margin: 0;
}
#outer-wrapper .BlogArchive #ArchiveList ul li {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}
#outer-wrapper .BlogArchive #ArchiveList ul ul {
	margin: -2px 0 0 10px;
	padding: 0;
}
#outer-wrapper .BlogArchive #ArchiveList ul ul ul {
	margin-left: 0;
}
#outer-wrapper .BlogArchive #ArchiveList ul li ul li {
	padding-left: 0;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	padding-top: 3px;
}
#outer-wrapper .BlogArchive #ArchiveList ul li ul li ul { margin-top: 2px; }
#outer-wrapper .BlogArchive #ArchiveList ul li ul li ul li {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
	padding-left: 11px;
}
#outer-wrapper .BlogArchive #ArchiveList a { text-decoration: none; }
#outer-wrapper .BlogArchive #ArchiveList a:hover { text-decoration: underline; }
#outer-wrapper .BlogArchive #ArchiveList ul li { text-indent: -15px; }
#outer-wrapper .BlogArchive #ArchiveList span.post-count { font-weight: normal; font-size: 12px; }
a.quickedit img { border: 0; position: absolute; margin: -12px 0 0 25px; }
#intro a.quickedit img { margin: -30px 0 0 -25px; }
#side_left a.quickedit img { margin: -12px 0 0 -223px; }


/* Styling of LHS widgets */

#side_left {
	float:left; 
	width:190px;
	display:block;
	margin:21px 25px 0 0;
	padding:0 0 0 10px;
}
#side_left .widget {
	margin:0;
	width:178px;
	background-color: #f2f2f2;
	padding: 7px;
	margin-bottom: 1.15em;
}
#side_left .widget ul, #side_left .widget li {
	list-style:none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
#side_left .widget h2  {
	padding:2px 0 0 7px;
	width:185px;
	height:23px;
	position:relative;
	margin: -7px 0 2px -7px;
	background-color:#84C441;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #fff;
}
#side_left .widget.Label ul li {
	padding:0 0 2px 20px;
	border-bottom:1px solid #fff;
	text-align:left; 
	text-decoration:none; 
	display:block; 
	width: 172px;
	margin-left: -7px;
	margin-right: -7px;
	font-size:14px; 
	font-weight:normal;
	background:#f2f2f2 url(../images/bulletoff.gif) 6px 8px no-repeat;
}
#side_left .widget.Label a { text-decoration: none; }
#side_left .widget.Label a:hover { text-decoration: underline; }
#side_left .widget.Label span {
	font-size: 12px;
}

#side_left .sidenav {
	margin:0;
}
#side_left .sidenav, #side_left .sidenav li {
	list-style:none;
	padding:0px;
	margin: 0;
}
*html #side_left .sidenav_head  p {
	margin:0;
}
#side_left .sidenav a {
	padding:0 0 0 20px;
	border-bottom:1px solid #fff;
	text-align:left; 
	text-decoration:none; 
	display:block; 
	width:172px;
	margin-left:-7px;
	margin-right:-7px;
	font-size:14px; 
	font-weight:normal;
	background:#f2f2f2 url(../images/bulletoff.gif) 6px 8px no-repeat;
}
#side_left .sidenav a:hover {
	color:#666;
	text-decoration:none;
	background:#edf6e3 url(../images/bulleton.gif) 6px 8px no-repeat;
}

/* CSS borrowed from TAN main-style */

h1, h2, h3, h4, h5 {
	padding:0;
	margin: 0;
	color:#443A8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-weight:300;
	font-size:20px;
	padding-bottom:5px;
}
h2.sectionhead {
	background:url(../images/h2_bg.gif) left 15px no-repeat;
	padding: 0.6em 0 0.4em 25px;
	border-bottom:2px solid #84C441;
	clear:both;
}
p.sectionintro {
	padding: 0;
	font-style: italic;
	padding-bottom: 1.25em;
	border-bottom: 1px dashed #ccc;
	margin-bottom: -0.25em;
}
h3 {
	font-weight:300;
	font-size:16px;
}
p {
	font:13px Verdana, Arial, Helvetica, sans-serif; 
	color:#666; 
	line-height:150%;
	margin:0 0 1em 0;
	padding:0;
}
img {
	margin:0;
	padding: 0;
}
ol {
	list-style : decimal ;
	margin-left:1em;
	padding-left:1em;
}
ul {
	list-style : disc ;	
	margin-left:1em;
	margin-bottom:1em;
	padding-left:0.5em;
}
li {
	display: list-item ;
	margin:	0 ;
}
a { 
	color: #666; 
	text-decoration:underline;
}
a:hover { 
	color: #666; 
	text-decoration:underline;
}
a.purple { 
	color: #443A8C; 
	font-weight:bold;
	text-decoration:underline;
}
a:hover.purple { 
	color: #443A8C; 
	font-weight:bold;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.hide { display:none; }
.floatleft {
	float:left;
}

.floatright {
	float:right;
}
.disclaimer { font-size:8px; color:#666; line-height:11px; }
.borderbtm_green {
	border-bottom:2px solid #84C441;
}

.bordertop_green {
	border-top:2px solid #84C441;
}

.border_none {
	border:none;
}
.txtmain       { font-size: 12px; line-height: 18px; }
.txtsmaller    { font-size: 11px; line-height: 15px; }
.txtsmall      { font-size: 9px;  line-height: 14px; }
.txtlarge      { font-size: 14px; line-height: 18px; }
.txtlarger     { font-size: 17px; line-height: 25px; }
.txtsearch {font-size:13px; }
.txtwhite      { color: #FFFFFF;  }
.txtwhitesmall { font-size: 9px;  color: #FFF; }
.txtred        { color: #FF0000;  }
.txtblue       { color:#285690; }
.txtgrey       { color:#666; }
.txtorange	   { color:#AF7543; }
.txtgreen	   { color:#84C441; }
.txtpurple	   { color:#443A8C; }
.txtbold 	   { font-weight:bold; }
.txtleft 	   { text-align:left; }
.txtright 	   { text-align:right; }
.txtcenter 	   { text-align:center; }
.txtunderline  { text-decoration:underline; }
.txtaccountants { color:#fff; } /* 8f89b7 */
.txttaxpayers { color:#fff; } /* 98a3b5 */
.txttaxadvisers { color:#fff; } /* b5b5b5 */
#banner span.txtwhite { font-size: 13px }
.indent { margin-left: 2em; }
.indent_large {
	margin-left: 2em;
	padding-left:3em;
}
.indentsmall { margin-left: 0.5em; }
.margintop {
	margin-top:1em;
}

.margintop_40 {
	margin-top:40px;
}

.marginbtm {
	margin-bottom:0.5em;
}

.margin_none {
	margin:0;
}

.marginleft_10 {
	margin-left:10px;
}

.marginright_5 {
	margin-right:5px;
}
/**** Form Styles ***********************************/
form { 
	margin:0; 
	padding:0; 
}
select, input, options, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#666;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color:#666;
}
label.searchtxt { font-size:13px; }
/**** Horizontal Rule *******************************/
hr {
	font-size: 0;
	text-decoration: none;
	border-bottom: #CCCCCC 1px dashed;
	border-top: #FFFFFF 1px solid;
}
/*** Image CSS **************************************/
.imageright { 
	margin: 5px 0 15px 15px; 
	position:relative;
	float:right;
}
.imageleft  { 
	margin: 5px 15px 5px 0; 
	position:relative;
	float:left;
}
.imagerightborder { 
	margin: 0 0 15px 15px; 
	position:relative;
	float:right;
	border:solid 1px #000;
}
.imageleftborder  { 
	margin: 0 15px 15px 0px; 
	position:relative;
	float:left;
	border:solid 1px #000;
}
img.imagetopborder    { border-top: solid 2px #996699;}
img.imagebottomborder { border-bottom: solid 2px #996699;}
img.imageborder       { border: solid 8px #996699;}
/****************************************************/


/* CSS borrowed from Blogger's Miniml Template */

body {
  background: #fff;
  margin:0;
  color: #666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  }
/* Header ----------------------------------------------- */
#header a { text-decoration:none; }
#header img {
	border: 0;
}
/* Outer-Wrapper ---------------------------------------- */
#outer-wrapper {
  width: 980px;
  margin: 20px auto 0 auto;
  }
#content-wrapper {
  margin-top: 10px;
}
#main-wrapper {
  width: 480px;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  font-size: 14px;
  }
#main {
  padding-top: 10px;
}
#sidebar-wrapper {
  width: 250px;
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  font-size: 12px;
  padding-top: 15px;
}
/* Headings --------------------------------------------- */
h2 {

}
/* Posts ------------------------------------------------ */
h2.date-header {
	padding: 1em 0 0 0;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
}
.post {
  margin:0 0 0.6em 0;
  padding: 0.25em 0 1em 0;
  }
.post.hentry {
  border-bottom: 1px dashed #ccc;
}
.post h3 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size: 14px;
  font-weight:normal;
  line-height:1.4em;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size: 16px;
  color: #443A8C;
  margin-bottom: 0.45em;
}
.post-body {
  padding:0 0 .75em 0;
  line-height:150%;
}
.post-body blockquote { line-height:1.3em; }
.post-footer {
  padding: .5em 0 1em 0;
  line-height: 1.4em;
  font-size: 12px;
}
.post-author { font-weight: bold; }
.post-footer-line-2 { 
}
.post-footer-line-2 { 
}
.post-comment-link {
  display: block;
  float: left;
  clear: both;
  padding-right: 0.6em;
  padding-top: 4px;
}
.post-labels {
  display: block;
  padding-top: 2px;
  clear: both;
}
.post-backlinks {
  display: block;
  float: left;
}
.post-icons {
  display: block;
  position: absolute;
  margin: -15px 0 0 470px;
}
.post img { padding:4px; }
.post blockquote { margin:1em 20px; }
.post blockquote p { margin:.75em 0; }
.post-timestamp a.timestamp-link {
	text-decoration: none;
}
/* Comments --------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font-weight: bold;
  line-height: 1.4em;
  }
#comments-block {
  padding:0 0 0.3em;
  line-height:1.6em;
  font-size: 12px;
  }
#content-wrapper #comments .blogger-comment-icon, .blogger-comment-icon {
  background-color: #F3F3F3;
  padding: 5px 5px 5px 22px;
}
#comments-block .comment-author {
  display: block;
  margin:.5em 0;
}
#comments-block .comment-body {
  margin:.25em 0 0;
}
.comment-body p {
  font-size: 12px;
  line-height: 1.3em;
}
#comments-block .comment-footer {
  margin:-.25em 0 1.5em;
  line-height: 1.4em;
  }
.comment-footer, .comment-footer a {
  font-weight: bold;
}
.comment-footer .comment-timestamp a {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.comment-footer .comment-timestamp .item-control a {
  border-bottom: none;
}
.item-control a img { border: 0; }
#comments-block .comment-body p { margin:0 0 .75em; }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.blog-pager { font-weight: bold; }
#blog-pager-newer-link { float: left; }
#blog-pager-older-link { float: right; }
#blog-pager { text-align: center; }
.feed-links {
  clear: both;
  line-height: 2.5em;
  padding-top: 1.5em;
  font-size: 11px;
  text-align: center;
  padding-left: 48px;
}
/* Sidebar Content -------------------------------------- */
.sidebar { line-height: 1.5em; }
.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:.25em;
  padding-left:15px;
  text-indent:-15px;
  line-height:1.5em;
  }
.sidebar .widget { 
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }
.main .Blog { border-bottom-width: 0; }
/* Profile ---------------------------------------------- */
.profile-img { 
  float: left;
  margin-top: -5px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 0;
  border: 5px solid #fff;
}
.profile-data {
  margin:0;
  font-weight: bold;
  line-height: 1.6em;
}
.profile-datablock { margin:.5em 0 .5em; }
.profile-textblock { 
  display: block;
  clear: both;
  margin: 0.5em 0;
  line-height: 1.6em;
  padding: 0 4px;
}
.profile-link {
  margin: 0 0 4px 4px;
}
/* Footer ----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  line-height: 1.6em;
  text-align: center;
  color:#666;
  padding: 10px 0 15px 0;
}
#footer p, #footer a, #footer a:hover {
	color:#666;
	font-size:11px;
	/*padding-top:20px;*/
}
#footer_content { text-align:center; }
#footer a.quickedit img {
	border: 0; position: absolute; margin: -35px 0 0 25px;
}


/* Misc */
.expanded, .subscribe.expanded, .feed-reader-links { z-index: 999; }
#outer-wrapper .status-msg-wrap {
	width: 99%;
	
}
#outer-wrapper .status-msg-border {
	border: 1px solid #ccc;
	opacity: 1;
}
#outer-wrapper .status-msg-bg {
	background-color: #F3F3F3;
	opacity: 1;
}

/* Page structure tweaks for layout editor wireframe */
body#layout #main-wrap,
body#layout #sidebar-wrap,
body#layout #header-wrapper,
body#layout #outer-wrapper {
	margin-top: 0; }
body#layout #logo,
body#layout #searchbar,
body#layout #menu,
body#layout #banner {
	display: none; }
body#layout #footer { display: none; }